@near-js/utils
Advanced tools
Comparing version 0.3.0-next.0 to 0.3.0-next.1
{ | ||
"name": "@near-js/utils", | ||
"version": "0.3.0-next.0", | ||
"version": "0.3.0-next.1", | ||
"description": "Common methods and constants for the NEAR API JavaScript client", | ||
"main": "lib/index.js", | ||
"main": "lib/esm/index.js", | ||
"type": "module", | ||
@@ -14,3 +14,3 @@ "keywords": [], | ||
"mustache": "4.0.0", | ||
"@near-js/types": "0.3.0-next.0" | ||
"@near-js/types": "0.3.0-next.1" | ||
}, | ||
@@ -28,5 +28,9 @@ "devDependencies": { | ||
], | ||
"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", | ||
@@ -33,0 +37,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
142180
91
3518
1
+ Added@near-js/types@0.3.0-next.1(transitive)
- Removed@near-js/types@0.3.0-next.0(transitive)
Updated@near-js/types@0.3.0-next.1