From effb71e839d0b8124b2001a1fb3033fd6e450481 Mon Sep 17 00:00:00 2001 From: Asia Date: Mon, 17 Apr 2023 16:35:55 +0200 Subject: [PATCH] v1.4.1 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e6651e2..54f543a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "warp-contracts", - "version": "1.4.0", + "version": "1.4.1", "description": "An implementation of the SmartWeave smart contract protocol.", "types": "./lib/types/index.d.ts", "main": "./lib/cjs/index.js", @@ -112,6 +112,7 @@ "gen-esm-wrapper": "^1.1.3", "jest": "^28.1.3", "json-schema-to-typescript": "^11.0.1", + "node-stdlib-browser": "^1.2.0", "prettier": "^2.3.2", "rimraf": "^3.0.2", "smartweave": "0.4.48", @@ -120,8 +121,7 @@ "typescript": "^4.9.5", "warp-contracts-plugin-deploy": "^1.0.3", "warp-contracts-plugin-vm2": "1.0.0", - "ws": "^8.11.0", - "node-stdlib-browser": "^1.2.0" + "ws": "^8.11.0" }, "resolutions": { "bn.js": "5.2.1",