@near-js/crypto
Advanced tools
Comparing version 1.4.0-next.7 to 1.4.0-next.8
{ | ||
"name": "@near-js/crypto", | ||
"version": "1.4.0-next.7", | ||
"version": "1.4.0-next.8", | ||
"description": "Abstractions around NEAR-compatible elliptical curves and cryptographic keys", | ||
@@ -15,4 +15,4 @@ "main": "./lib/commonjs/index.cjs", | ||
"secp256k1": "5.0.0", | ||
"@near-js/types": "1.0.0-next.7", | ||
"@near-js/utils": "1.0.0-next.7" | ||
"@near-js/types": "1.0.0-next.8", | ||
"@near-js/utils": "1.0.0-next.8" | ||
}, | ||
@@ -34,7 +34,7 @@ "devDependencies": { | ||
"require": "./lib/commonjs/index.cjs", | ||
"import": "./lib/esm/index.js" | ||
"import": "./lib/esm/index.mjs" | ||
}, | ||
"scripts": { | ||
"build": "pnpm compile:esm && pnpm compile:cjs", | ||
"compile:esm": "tsc -p tsconfig.json", | ||
"compile:esm": "tsc -p tsconfig.json && mjsify ./lib/esm", | ||
"compile:cjs": "tsc -p tsconfig.cjs.json && cjsify ./lib/commonjs", | ||
@@ -41,0 +41,0 @@ "lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts test/**/*.ts --no-eslintrc", |
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
51876
+ Added@near-js/types@1.0.0-next.8(transitive)
+ Added@near-js/utils@1.0.0-next.8(transitive)
- Removed@near-js/types@1.0.0-next.7(transitive)
- Removed@near-js/utils@1.0.0-next.7(transitive)
Updated@near-js/types@1.0.0-next.8
Updated@near-js/utils@1.0.0-next.8