@near-js/utils
Advanced tools
Comparing version 0.3.0-next.4 to 0.3.0-next.5
{ | ||
"name": "@near-js/utils", | ||
"version": "0.3.0-next.4", | ||
"version": "0.3.0-next.5", | ||
"description": "Common methods and constants for the NEAR API JavaScript client", | ||
@@ -14,3 +14,3 @@ "main": "lib/esm/index.js", | ||
"mustache": "4.0.0", | ||
"@near-js/types": "0.3.0-next.4" | ||
"@near-js/types": "0.3.0-next.5" | ||
}, | ||
@@ -23,2 +23,3 @@ "devDependencies": { | ||
"typescript": "5.4.5", | ||
"build": "0.0.0", | ||
"tsconfig": "0.0.0" | ||
@@ -34,4 +35,5 @@ }, | ||
"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", | ||
"lint": "eslint -c ../../.eslintrc.ts.yml src/**/*.ts test/**/*.ts --no-eslintrc", | ||
@@ -38,0 +40,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
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
142377
7
+ Added@near-js/types@0.3.0-next.5(transitive)
- Removed@near-js/types@0.3.0-next.4(transitive)
Updated@near-js/types@0.3.0-next.5