v1.4.36-ao.3
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Asia
2024-03-11 12:47:25 +01:00
parent 568bbd85c8
commit 801e3cbe3d
2 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "warp-contracts", "name": "warp-contracts",
"version": "1.4.36-ao.2", "version": "1.4.36-ao.3",
"description": "An implementation of the SmartWeave smart contract protocol.", "description": "An implementation of the SmartWeave smart contract protocol.",
"types": "./lib/types/index.d.ts", "types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.js", "main": "./lib/cjs/index.js",

View File

@@ -370,19 +370,19 @@ export interface QuickJsOptions {
} }
export interface QuickJsPluginMessage { export interface QuickJsPluginMessage {
cron: boolean; Cron: boolean;
data: string | Buffer; Data: string | Buffer;
epoch: number; Epoch: number;
from: string; From: string;
id: string | undefined; Id: string | undefined;
nonce: number; Nonce: number;
owner: string; Owner: string;
signature: string | undefined; Signature: string | undefined;
tags: { Tags: {
[key: string]: string | undefined; [key: string]: string | undefined;
}; };
target: string; Target: string;
timestamp: string; Timestamp: string;
['Block-Height']: string; ['Block-Height']: string;
['Forwarded-By']: string; ['Forwarded-By']: string;
['Hash-Chain']: string; ['Hash-Chain']: string;