diff --git a/package.json b/package.json index 49cba8c..0e799f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "warp-contracts", - "version": "1.4.36-ao.2", + "version": "1.4.36-ao.3", "description": "An implementation of the SmartWeave smart contract protocol.", "types": "./lib/types/index.d.ts", "main": "./lib/cjs/index.js", diff --git a/src/core/modules/impl/HandlerExecutorFactory.ts b/src/core/modules/impl/HandlerExecutorFactory.ts index eacf667..56dd7bb 100644 --- a/src/core/modules/impl/HandlerExecutorFactory.ts +++ b/src/core/modules/impl/HandlerExecutorFactory.ts @@ -370,19 +370,19 @@ export interface QuickJsOptions { } export interface QuickJsPluginMessage { - cron: boolean; - data: string | Buffer; - epoch: number; - from: string; - id: string | undefined; - nonce: number; - owner: string; - signature: string | undefined; - tags: { + Cron: boolean; + Data: string | Buffer; + Epoch: number; + From: string; + Id: string | undefined; + Nonce: number; + Owner: string; + Signature: string | undefined; + Tags: { [key: string]: string | undefined; }; - target: string; - timestamp: string; + Target: string; + Timestamp: string; ['Block-Height']: string; ['Forwarded-By']: string; ['Hash-Chain']: string;