@taquito/local-forging 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
  };
@@ -1663,7 +1663,7 @@ var ProtocolsHash;
1663
1663
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
1664
1664
  const VERSION = {
1665
1665
  "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
1666
- "version": "25.0.0-rc.1"
1666
+ "version": "25.0.0"
1667
1667
  };
1668
1668
 
1669
1669
  /**
@@ -1664,7 +1664,7 @@
1664
1664
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
1665
1665
  const VERSION = {
1666
1666
  "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
1667
- "version": "25.0.0-rc.1"
1667
+ "version": "25.0.0"
1668
1668
  };
1669
1669
 
1670
1670
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/local-forging",
3
- "version": "25.0.0-rc.1",
3
+ "version": "25.0.0",
4
4
  "description": "Local Tezos operation forging for Taquito.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -57,13 +57,13 @@
57
57
  ]
58
58
  },
59
59
  "dependencies": {
60
- "@taquito/core": "^25.0.0-rc.1",
61
- "@taquito/utils": "^25.0.0-rc.1",
60
+ "@taquito/core": "^25.0.0",
61
+ "@taquito/utils": "^25.0.0",
62
62
  "bignumber.js": "^10.0.2",
63
63
  "fast-text-encoding": "^1.0.6"
64
64
  },
65
65
  "devDependencies": {
66
- "@taquito/rpc": "^25.0.0-rc.1",
66
+ "@taquito/rpc": "^25.0.0",
67
67
  "@types/bluebird": "^3.5.42",
68
68
  "@types/estree": "^1.0.5",
69
69
  "@types/fast-text-encoding": "^1.0.3",