@taquito/http-utils
Advanced tools
Comparing version 20.2.0-beta.0 to 21.0.0-RC.0
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "3e5b607831fe4d2e3ec023b1648b84a890c0035e", | ||
"version": "20.2.0-beta.0" | ||
"commitHash": "721b5ae690b0a3df4a0148901f1529da553bb5da", | ||
"version": "21.0.0-RC.0" | ||
}; |
@@ -400,4 +400,4 @@ import { NetworkError } from '@taquito/core'; | ||
const VERSION = { | ||
"commitHash": "3e5b607831fe4d2e3ec023b1648b84a890c0035e", | ||
"version": "20.2.0-beta.0" | ||
"commitHash": "721b5ae690b0a3df4a0148901f1529da553bb5da", | ||
"version": "21.0.0-RC.0" | ||
}; | ||
@@ -404,0 +404,0 @@ |
@@ -404,4 +404,4 @@ (function (global, factory) { | ||
const VERSION = { | ||
"commitHash": "3e5b607831fe4d2e3ec023b1648b84a890c0035e", | ||
"version": "20.2.0-beta.0" | ||
"commitHash": "721b5ae690b0a3df4a0148901f1529da553bb5da", | ||
"version": "21.0.0-RC.0" | ||
}; | ||
@@ -408,0 +408,0 @@ |
{ | ||
"name": "@taquito/http-utils", | ||
"version": "20.2.0-beta.0", | ||
"version": "21.0.0-RC.0", | ||
"description": "", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=20" | ||
"node": ">=18" | ||
}, | ||
@@ -62,3 +62,3 @@ "scripts": { | ||
"dependencies": { | ||
"@taquito/core": "^20.2.0-beta.0", | ||
"@taquito/core": "^21.0.0-RC.0", | ||
"node-fetch": "^2.7.0" | ||
@@ -69,3 +69,3 @@ }, | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22", | ||
"@types/node": "^18", | ||
"@types/node-fetch": "^2.6.11", | ||
@@ -96,3 +96,3 @@ "@types/superagent": "^8.1.8", | ||
}, | ||
"gitHead": "de49571826b30682dd74d3ebc17a0e191128c617" | ||
"gitHead": "59c34fa54e004973acb11afb485969a3110a5bbf" | ||
} |
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
122262
+ Added@taquito/core@21.0.0(transitive)
- Removed@taquito/core@20.2.0-beta.0(transitive)
Updated@taquito/core@^21.0.0-RC.0