@near-js/providers
Advanced tools
Comparing version 0.3.0-next.4 to 0.3.0-next.5
{ | ||
"name": "@near-js/providers", | ||
"version": "0.3.0-next.4", | ||
"version": "0.3.0-next.5", | ||
"description": "Library of implementations for interfacing with the NEAR blockchain", | ||
@@ -14,5 +14,5 @@ "main": "lib/esm/index.js", | ||
"isomorphic-unfetch": "^3.1.0", | ||
"@near-js/transactions": "1.3.0-next.4", | ||
"@near-js/utils": "0.3.0-next.4", | ||
"@near-js/types": "0.3.0-next.4" | ||
"@near-js/transactions": "1.3.0-next.5", | ||
"@near-js/types": "0.3.0-next.5", | ||
"@near-js/utils": "0.3.0-next.5" | ||
}, | ||
@@ -26,3 +26,4 @@ "devDependencies": { | ||
"typescript": "5.4.5", | ||
"tsconfig": "0.0.0" | ||
"tsconfig": "0.0.0", | ||
"build": "0.0.0" | ||
}, | ||
@@ -35,6 +36,2 @@ "optionalDependencies": { | ||
], | ||
"resolutions": { | ||
"near-sandbox": "0.0.18", | ||
"near-api-js": "4.0.0" | ||
}, | ||
"exports": { | ||
@@ -45,4 +42,5 @@ "require": "./lib/commonjs/index.cjs", | ||
"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", | ||
@@ -49,0 +47,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
127537
8
+ Added@near-js/crypto@1.3.0-next.5(transitive)
+ Added@near-js/keystores@0.1.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/crypto@1.3.0-next.4(transitive)
- Removed@near-js/keystores@0.1.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/types@0.3.0-next.5
Updated@near-js/utils@0.3.0-next.5