@tezos-domains/taquito
Advanced tools
Comparing version 1.0.0-beta.42 to 1.0.0-beta.43
@@ -6,2 +6,14 @@ # Change Log | ||
# [1.0.0-beta.43](https://gitlab.com/tezos-domains/client/compare/v1.0.0-beta.42...v1.0.0-beta.43) (2021-03-29) | ||
### Features | ||
* use local pack for commitment generation (requires taquito 8.1.0) ([0488f67](https://gitlab.com/tezos-domains/client/commit/0488f671c096ebeb1474ff3129888c7443be3820)) | ||
# [1.0.0-beta.42](https://gitlab.com/tezos-domains/client/compare/v1.0.0-beta.41...v1.0.0-beta.42) (2021-03-05) | ||
@@ -8,0 +20,0 @@ |
@@ -12,3 +12,3 @@ { | ||
], | ||
"version": "1.0.0-beta.42", | ||
"version": "1.0.0-beta.43", | ||
"description": "A library for interacting with tezos blockchain using taquito.", | ||
@@ -28,8 +28,8 @@ "author": "Necroskillz <necroskillz@gmail.com>", | ||
"peerDependencies": { | ||
"@taquito/rpc": ">=8.0.2-beta.0 <9.0.0", | ||
"@taquito/taquito": ">=8.0.2-beta.0 <9.0.0", | ||
"@taquito/tzip16": ">=8.0.2-beta.0 <9.0.0" | ||
"@taquito/rpc": ">=8.1.0 <9.0.0", | ||
"@taquito/taquito": ">=8.1.0 <9.0.0", | ||
"@taquito/tzip16": ">=8.1.0 <9.0.0" | ||
}, | ||
"dependencies": { | ||
"@tezos-domains/core": "^1.0.0-beta.42", | ||
"@tezos-domains/core": "^1.0.0-beta.43", | ||
"bignumber.js": "^9.0.1", | ||
@@ -39,5 +39,5 @@ "node-cache": "^5.1.2" | ||
"devDependencies": { | ||
"@taquito/rpc": "8.0.3-beta.0", | ||
"@taquito/taquito": "8.0.3-beta.0", | ||
"@taquito/tzip16": "8.0.3-beta.0", | ||
"@taquito/rpc": "8.1.0", | ||
"@taquito/taquito": "8.1.0", | ||
"@taquito/tzip16": "8.1.0", | ||
"@types/node": "^14.14.6", | ||
@@ -60,3 +60,3 @@ "fake-promise": "^2.5.41", | ||
}, | ||
"gitHead": "f70e4f5d0bb2234d4bdbf4c3da9094f72954d844" | ||
"gitHead": "845c2ba29099426cb03f94bf3e21ef2b7b819a4a" | ||
} |
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
53997