@ocap/contract
Advanced tools
Comparing version 1.9.3 to 1.9.4
{ | ||
"name": "@ocap/contract", | ||
"description": "Utility to compile/validate and run ocap contract", | ||
"version": "1.9.3", | ||
"version": "1.9.4", | ||
"author": { | ||
@@ -18,5 +18,5 @@ "name": "wangshijun", | ||
"dependencies": { | ||
"@arcblock/did": "^1.9.3", | ||
"@ocap/mcrypto": "^1.9.3", | ||
"@ocap/util": "^1.9.3", | ||
"@arcblock/did": "^1.9.4", | ||
"@ocap/mcrypto": "^1.9.4", | ||
"@ocap/util": "^1.9.4", | ||
"debug": "^4.3.1", | ||
@@ -62,3 +62,3 @@ "esprima": "^4.0.1", | ||
"docs": "yarn gen-dts && yarn gen-docs && yarn cleanup-docs && yarn format-docs", | ||
"cleanup-docs": "node ../../tools/cleanup-docs.js docs/README.md $npm_package_name", | ||
"cleanup-docs": "node ../../scripts/cleanup-docs.js docs/README.md $npm_package_name", | ||
"gen-dts": "j2d lib/index.js", | ||
@@ -70,3 +70,3 @@ "gen-docs": "jsdoc2md lib/index.js > docs/README.md", | ||
}, | ||
"gitHead": "17c689a5930aad929a27c22635451eebcb6d6baf" | ||
"gitHead": "07ea8045e11307fc81c114b31a3d56aaffb54696" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9680
Updated@arcblock/did@^1.9.4
Updated@ocap/mcrypto@^1.9.4
Updated@ocap/util@^1.9.4