@taquito/utils 25.0.0-rc.1 → 25.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,5 +4,5 @@ exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
5
5
  exports.VERSION = {
6
6
  "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
7
- "version": "25.0.0-rc.1"
7
+ "version": "25.0.0"
8
8
  };
@@ -3616,7 +3616,7 @@ function validateSmartRollupAddress(value) {
3616
3616
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
3617
3617
  const VERSION = {
3618
3618
  "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
3619
- "version": "25.0.0-rc.1"
3619
+ "version": "25.0.0"
3620
3620
  };
3621
3621
 
3622
3622
  const BLS12_381_DST = 'BLS_SIG_BLS12381G2_XMD:SHA-256_SSWU_RO_POP_';
@@ -3613,7 +3613,7 @@
3613
3613
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
3614
3614
  const VERSION = {
3615
3615
  "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
3616
- "version": "25.0.0-rc.1"
3616
+ "version": "25.0.0"
3617
3617
  };
3618
3618
 
3619
3619
  const BLS12_381_DST = 'BLS_SIG_BLS12381G2_XMD:SHA-256_SSWU_RO_POP_';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/utils",
3
- "version": "25.0.0-rc.1",
3
+ "version": "25.0.0",
4
4
  "description": "Encoding, crypto, and utility helpers for Taquito.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -57,7 +57,7 @@
57
57
  "dependencies": {
58
58
  "@noble/curves": "^1.9.7",
59
59
  "@noble/hashes": "^2.2.0",
60
- "@taquito/core": "^25.0.0-rc.1",
60
+ "@taquito/core": "^25.0.0",
61
61
  "@types/bs58check": "^2.1.2",
62
62
  "bignumber.js": "^10.0.2",
63
63
  "blakejs": "^1.2.1",