@near-js/transactions
Advanced tools
Comparing version 1.3.0-next.0 to 1.3.0-next.1
{ | ||
"name": "@near-js/transactions", | ||
"version": "1.3.0-next.0", | ||
"version": "1.3.0-next.1", | ||
"description": "Functions and data types for transactions on NEAR", | ||
"main": "lib/index.js", | ||
"main": "lib/esm/index.js", | ||
"type": "module", | ||
@@ -13,6 +13,6 @@ "keywords": [], | ||
"borsh": "1.0.0", | ||
"@near-js/signers": "0.2.0-next.0", | ||
"@near-js/utils": "0.3.0-next.0", | ||
"@near-js/types": "0.3.0-next.0", | ||
"@near-js/crypto": "1.3.0-next.0" | ||
"@near-js/signers": "0.2.0-next.1", | ||
"@near-js/crypto": "1.3.0-next.1", | ||
"@near-js/types": "0.3.0-next.1", | ||
"@near-js/utils": "0.3.0-next.1" | ||
}, | ||
@@ -25,3 +25,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" | ||
@@ -32,5 +32,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", | ||
@@ -37,0 +41,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
107100
57
2410
1
+ Added@near-js/crypto@1.3.0-next.1(transitive)
+ Added@near-js/keystores@0.1.0-next.1(transitive)
+ Added@near-js/signers@0.2.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/signers@0.2.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