@taquito/local-forging 17.5.0 → 17.5.2

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": "ff6c3b619e314a09bb0aa65d711ef9eaf81a0ee9",
7
- "version": "17.5.0"
6
+ "commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
7
+ "version": "17.5.2"
8
8
  };
@@ -1547,8 +1547,8 @@ var ProtocolsHash;
1547
1547
 
1548
1548
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1549
1549
  const VERSION = {
1550
- "commitHash": "ff6c3b619e314a09bb0aa65d711ef9eaf81a0ee9",
1551
- "version": "17.5.0"
1550
+ "commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
1551
+ "version": "17.5.2"
1552
1552
  };
1553
1553
 
1554
1554
  /**
@@ -1549,8 +1549,8 @@
1549
1549
 
1550
1550
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1551
1551
  const VERSION = {
1552
- "commitHash": "ff6c3b619e314a09bb0aa65d711ef9eaf81a0ee9",
1553
- "version": "17.5.0"
1552
+ "commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
1553
+ "version": "17.5.2"
1554
1554
  };
1555
1555
 
1556
1556
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/local-forging",
3
- "version": "17.5.0",
3
+ "version": "17.5.2",
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": "^17.5.0",
71
- "@taquito/utils": "^17.5.0",
70
+ "@taquito/core": "^17.5.2",
71
+ "@taquito/utils": "^17.5.2",
72
72
  "bignumber.js": "^9.1.2"
73
73
  },
74
74
  "devDependencies": {
75
- "@taquito/rpc": "^17.5.0",
75
+ "@taquito/rpc": "^17.5.2",
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": "bcebcaec905906b4ff83b429882e98785b241978"
107
+ "gitHead": "16d75a1beefb47874b696ee49d61769d6cf04f7b"
108
108
  }