v1.4.1
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Asia
2023-04-17 16:35:55 +02:00
parent d00cca22c8
commit effb71e839

View File

@@ -1,6 +1,6 @@
{ {
"name": "warp-contracts", "name": "warp-contracts",
"version": "1.4.0", "version": "1.4.1",
"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",
@@ -112,6 +112,7 @@
"gen-esm-wrapper": "^1.1.3", "gen-esm-wrapper": "^1.1.3",
"jest": "^28.1.3", "jest": "^28.1.3",
"json-schema-to-typescript": "^11.0.1", "json-schema-to-typescript": "^11.0.1",
"node-stdlib-browser": "^1.2.0",
"prettier": "^2.3.2", "prettier": "^2.3.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"smartweave": "0.4.48", "smartweave": "0.4.48",
@@ -120,8 +121,7 @@
"typescript": "^4.9.5", "typescript": "^4.9.5",
"warp-contracts-plugin-deploy": "^1.0.3", "warp-contracts-plugin-deploy": "^1.0.3",
"warp-contracts-plugin-vm2": "1.0.0", "warp-contracts-plugin-vm2": "1.0.0",
"ws": "^8.11.0", "ws": "^8.11.0"
"node-stdlib-browser": "^1.2.0"
}, },
"resolutions": { "resolutions": {
"bn.js": "5.2.1", "bn.js": "5.2.1",