@taquito/local-forging
Advanced tools
Comparing version 20.1.0-RC.0 to 20.1.0
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "f903ced4144b4fd7b2afd585612dcf342912299b", | ||
"version": "20.1.0-RC.0" | ||
"commitHash": "ccdb0db9569457dbbe7e5c0c2b7cb2003bb6155d", | ||
"version": "20.1.0" | ||
}; |
@@ -1603,4 +1603,4 @@ import { Prefix, buf2hex, b58cdecode, prefix, prefixLength, b58cencode, InvalidKeyHashError, invalidDetail, ValidationResult, InvalidPublicKeyError, validateBlock } from '@taquito/utils'; | ||
const VERSION = { | ||
"commitHash": "f903ced4144b4fd7b2afd585612dcf342912299b", | ||
"version": "20.1.0-RC.0" | ||
"commitHash": "ccdb0db9569457dbbe7e5c0c2b7cb2003bb6155d", | ||
"version": "20.1.0" | ||
}; | ||
@@ -1607,0 +1607,0 @@ |
{ | ||
"name": "@taquito/local-forging", | ||
"version": "20.1.0-RC.0", | ||
"version": "20.1.0", | ||
"description": "Provide local forging functionality to be with taquito", | ||
@@ -70,8 +70,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@taquito/core": "^20.1.0-RC.0", | ||
"@taquito/utils": "^20.1.0-RC.0", | ||
"@taquito/core": "^20.1.0", | ||
"@taquito/utils": "^20.1.0", | ||
"bignumber.js": "^9.1.2" | ||
}, | ||
"devDependencies": { | ||
"@taquito/rpc": "^20.1.0-RC.0", | ||
"@taquito/rpc": "^20.1.0", | ||
"@types/bluebird": "^3.5.42", | ||
@@ -108,3 +108,3 @@ "@types/estree": "^1.0.5", | ||
}, | ||
"gitHead": "5300ba83c6cbd62d82138fd831ac60feaff60d6e" | ||
"gitHead": "47944c747c60b194ec18f0fa169741a2f7f07e01" | ||
} |
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
262701
Updated@taquito/core@^20.1.0
Updated@taquito/utils@^20.1.0