@taquito/local-forging 19.0.0 → 19.0.1

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.
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "801b9525f497845e778696ccac8df3a7b0f299d8",
7
- "version": "19.0.0"
6
+ "commitHash": "fc66aa741c240cb367082d1294ef915654c341a6",
7
+ "version": "19.0.1"
8
8
  };
@@ -1536,8 +1536,8 @@ var ProtocolsHash;
1536
1536
 
1537
1537
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1538
1538
  const VERSION = {
1539
- "commitHash": "801b9525f497845e778696ccac8df3a7b0f299d8",
1540
- "version": "19.0.0"
1539
+ "commitHash": "fc66aa741c240cb367082d1294ef915654c341a6",
1540
+ "version": "19.0.1"
1541
1541
  };
1542
1542
 
1543
1543
  /**
@@ -1538,8 +1538,8 @@
1538
1538
 
1539
1539
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1540
1540
  const VERSION = {
1541
- "commitHash": "801b9525f497845e778696ccac8df3a7b0f299d8",
1542
- "version": "19.0.0"
1541
+ "commitHash": "fc66aa741c240cb367082d1294ef915654c341a6",
1542
+ "version": "19.0.1"
1543
1543
  };
1544
1544
 
1545
1545
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/local-forging",
3
- "version": "19.0.0",
3
+ "version": "19.0.1",
4
4
  "description": "Provide local forging functionality to be with taquito",
5
5
  "keywords": [
6
6
  "tezos",
@@ -67,12 +67,12 @@
67
67
  ]
68
68
  },
69
69
  "dependencies": {
70
- "@taquito/core": "^19.0.0",
71
- "@taquito/utils": "^19.0.0",
70
+ "@taquito/core": "^19.0.1",
71
+ "@taquito/utils": "^19.0.1",
72
72
  "bignumber.js": "^9.1.2"
73
73
  },
74
74
  "devDependencies": {
75
- "@taquito/rpc": "^19.0.0",
75
+ "@taquito/rpc": "^19.0.1",
76
76
  "@types/bluebird": "^3.5.40",
77
77
  "@types/estree": "^1.0.2",
78
78
  "@types/jest": "^29.5.5",
@@ -104,5 +104,5 @@
104
104
  "webpack": "^5.89.0",
105
105
  "webpack-cli": "^5.1.4"
106
106
  },
107
- "gitHead": "ae3f8b62cf0eb3e5e0ec8fecf104e22a5d6c7e45"
107
+ "gitHead": "140d5895d9781a13d53d00fe301499cea9a85091"
108
108
  }