@taquito/local-forging 21.0.1 → 21.0.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": "bab6a80662c0f67ffd2236fdad9b34492610ccca",
7
- "version": "21.0.1"
6
+ "commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
7
+ "version": "21.0.2"
8
8
  };
@@ -1601,8 +1601,8 @@ var ProtocolsHash;
1601
1601
 
1602
1602
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1603
1603
  const VERSION = {
1604
- "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca",
1605
- "version": "21.0.1"
1604
+ "commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
1605
+ "version": "21.0.2"
1606
1606
  };
1607
1607
 
1608
1608
  /**
@@ -1603,8 +1603,8 @@
1603
1603
 
1604
1604
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1605
1605
  const VERSION = {
1606
- "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca",
1607
- "version": "21.0.1"
1606
+ "commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
1607
+ "version": "21.0.2"
1608
1608
  };
1609
1609
 
1610
1610
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/local-forging",
3
- "version": "21.0.1",
3
+ "version": "21.0.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": "^21.0.1",
71
- "@taquito/utils": "^21.0.1",
70
+ "@taquito/core": "^21.0.2",
71
+ "@taquito/utils": "^21.0.2",
72
72
  "bignumber.js": "^9.1.2"
73
73
  },
74
74
  "devDependencies": {
75
- "@taquito/rpc": "^21.0.1",
75
+ "@taquito/rpc": "^21.0.2",
76
76
  "@types/bluebird": "^3.5.42",
77
77
  "@types/estree": "^1.0.5",
78
78
  "@types/jest": "^29.5.12",
@@ -104,5 +104,5 @@
104
104
  "webpack": "^5.94.0",
105
105
  "webpack-cli": "^5.1.4"
106
106
  },
107
- "gitHead": "ed45bf0eec9c9139eb2fe73213336a334bfaefdb"
107
+ "gitHead": "07d4dfc0bff882512c1ea9ed6efd7d797209dfa6"
108
108
  }