@near-js/accounts
Advanced tools
Comparing version 1.3.0-next.0 to 1.3.0-next.1
{ | ||
"name": "@near-js/accounts", | ||
"version": "1.3.0-next.0", | ||
"version": "1.3.0-next.1", | ||
"description": "Classes encapsulating account-specific functionality", | ||
"main": "lib/index.js", | ||
"main": "lib/esm/index.js", | ||
"type": "module", | ||
@@ -18,8 +18,8 @@ "keywords": [], | ||
"near-abi": "0.1.1", | ||
"@near-js/providers": "0.3.0-next.0", | ||
"@near-js/signers": "0.2.0-next.0", | ||
"@near-js/crypto": "1.3.0-next.0", | ||
"@near-js/transactions": "1.3.0-next.0", | ||
"@near-js/types": "0.3.0-next.0", | ||
"@near-js/utils": "0.3.0-next.0" | ||
"@near-js/transactions": "1.3.0-next.1", | ||
"@near-js/crypto": "1.3.0-next.1", | ||
"@near-js/types": "0.3.0-next.1", | ||
"@near-js/providers": "0.3.0-next.1", | ||
"@near-js/signers": "0.2.0-next.1", | ||
"@near-js/utils": "0.3.0-next.1" | ||
}, | ||
@@ -38,3 +38,3 @@ "devDependencies": { | ||
"typescript": "5.4.5", | ||
"@near-js/keystores": "0.1.0-next.0", | ||
"@near-js/keystores": "0.1.0-next.1", | ||
"tsconfig": "0.0.0" | ||
@@ -49,5 +49,9 @@ }, | ||
}, | ||
"exports": { | ||
"require": "./lib/commonjs/index.js", | ||
"import": "./lib/esm/index.js" | ||
}, | ||
"scripts": { | ||
"build": "pnpm compile", | ||
"compile": "tsc -p tsconfig.json", | ||
"compile": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", | ||
"lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts test/**/*.ts --no-eslintrc", | ||
@@ -54,0 +58,0 @@ "lint:fix": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts test/**/*.ts --no-eslintrc --fix", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
288199
99
5402
1
+ Added@near-js/crypto@1.3.0-next.1(transitive)
+ Added@near-js/keystores@0.1.0-next.1(transitive)
+ Added@near-js/providers@0.3.0-next.1(transitive)
+ Added@near-js/signers@0.2.0-next.1(transitive)
+ Added@near-js/transactions@1.3.0-next.1(transitive)
+ Added@near-js/types@0.3.0-next.1(transitive)
+ Added@near-js/utils@0.3.0-next.1(transitive)
- Removed@near-js/crypto@1.3.0-next.0(transitive)
- Removed@near-js/keystores@0.1.0-next.0(transitive)
- Removed@near-js/providers@0.3.0-next.0(transitive)
- Removed@near-js/signers@0.2.0-next.0(transitive)
- Removed@near-js/transactions@1.3.0-next.0(transitive)
- Removed@near-js/types@0.3.0-next.0(transitive)
- Removed@near-js/utils@0.3.0-next.0(transitive)
Updated@near-js/crypto@1.3.0-next.1
Updated@near-js/types@0.3.0-next.1
Updated@near-js/utils@0.3.0-next.1