@near-js/wallet-account
Advanced tools
Comparing version 1.3.0-next.4 to 1.3.0-next.5
{ | ||
"name": "@near-js/wallet-account", | ||
"version": "1.3.0-next.4", | ||
"version": "1.3.0-next.5", | ||
"description": "Dependencies for the NEAR API JavaScript client in the browser", | ||
@@ -12,10 +12,10 @@ "main": "lib/esm/index.js", | ||
"borsh": "1.0.0", | ||
"@near-js/accounts": "1.3.0-next.4", | ||
"@near-js/crypto": "1.3.0-next.4", | ||
"@near-js/providers": "0.3.0-next.4", | ||
"@near-js/keystores": "0.1.0-next.4", | ||
"@near-js/signers": "0.2.0-next.4", | ||
"@near-js/transactions": "1.3.0-next.4", | ||
"@near-js/types": "0.3.0-next.4", | ||
"@near-js/utils": "0.3.0-next.4" | ||
"@near-js/accounts": "1.3.0-next.5", | ||
"@near-js/crypto": "1.3.0-next.5", | ||
"@near-js/transactions": "1.3.0-next.5", | ||
"@near-js/providers": "0.3.0-next.5", | ||
"@near-js/types": "0.3.0-next.5", | ||
"@near-js/signers": "0.2.0-next.5", | ||
"@near-js/keystores": "0.1.0-next.5", | ||
"@near-js/utils": "0.3.0-next.5" | ||
}, | ||
@@ -29,3 +29,4 @@ "devDependencies": { | ||
"typescript": "5.4.5", | ||
"tsconfig": "0.0.0" | ||
"tsconfig": "0.0.0", | ||
"build": "0.0.0" | ||
}, | ||
@@ -40,6 +41,7 @@ "files": [ | ||
"scripts": { | ||
"build": "pnpm compile", | ||
"compile": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", | ||
"build": "pnpm compile:esm && pnpm compile:cjs", | ||
"compile:esm": "tsc -p tsconfig.json", | ||
"compile:cjs": "tsc -p tsconfig.cjs.json && cjsify ./lib/commonjs", | ||
"test": "jest" | ||
} | ||
} |
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
77590
8
+ Added@near-js/accounts@1.3.0-next.5(transitive)
+ Added@near-js/crypto@1.3.0-next.5(transitive)
+ Added@near-js/keystores@0.1.0-next.5(transitive)
+ Added@near-js/providers@0.3.0-next.5(transitive)
+ Added@near-js/signers@0.2.0-next.5(transitive)
+ Added@near-js/transactions@1.3.0-next.5(transitive)
+ Added@near-js/types@0.3.0-next.5(transitive)
+ Added@near-js/utils@0.3.0-next.5(transitive)
- Removed@near-js/accounts@1.3.0-next.4(transitive)
- Removed@near-js/crypto@1.3.0-next.4(transitive)
- Removed@near-js/keystores@0.1.0-next.4(transitive)
- Removed@near-js/providers@0.3.0-next.4(transitive)
- Removed@near-js/signers@0.2.0-next.4(transitive)
- Removed@near-js/transactions@1.3.0-next.4(transitive)
- Removed@near-js/types@0.3.0-next.4(transitive)
- Removed@near-js/utils@0.3.0-next.4(transitive)
Updated@near-js/crypto@1.3.0-next.5
Updated@near-js/types@0.3.0-next.5
Updated@near-js/utils@0.3.0-next.5