@near-js/signers
Advanced tools
Comparing version 0.2.0-next.7 to 0.2.0-next.8
{ | ||
"name": "@near-js/signers", | ||
"version": "0.2.0-next.7", | ||
"version": "0.2.0-next.8", | ||
"description": "Modules for cryptographically signing messages", | ||
@@ -12,4 +12,4 @@ "main": "./lib/commonjs/index.cjs", | ||
"@noble/hashes": "1.3.3", | ||
"@near-js/crypto": "1.4.0-next.7", | ||
"@near-js/keystores": "0.2.0-next.7" | ||
"@near-js/crypto": "1.4.0-next.8", | ||
"@near-js/keystores": "0.2.0-next.8" | ||
}, | ||
@@ -30,7 +30,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", | ||
@@ -37,0 +37,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
19641
+ Added@near-js/crypto@1.4.0-next.8(transitive)
+ Added@near-js/keystores@0.2.0-next.8(transitive)
+ Added@near-js/types@1.0.0-next.8(transitive)
+ Added@near-js/utils@1.0.0-next.8(transitive)
- Removed@near-js/crypto@1.4.0-next.7(transitive)
- Removed@near-js/keystores@0.2.0-next.7(transitive)
- Removed@near-js/types@1.0.0-next.7(transitive)
- Removed@near-js/utils@1.0.0-next.7(transitive)
Updated@near-js/crypto@1.4.0-next.8