@taquito/contracts-library 23.0.0 → 23.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": "9065acc1b41ec205a49e64b54ef89f50bafa6210",
7
- "version": "23.0.0"
6
+ "commitHash": "20b6624f217ec85f28023ca02b2d3b73777a8df9",
7
+ "version": "23.0.2"
8
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/contracts-library",
3
- "version": "23.0.0",
3
+ "version": "23.0.2",
4
4
  "description": "Can be used as an extension on the TezosToolkit to provide contracts data",
5
5
  "keywords": [
6
6
  "tezos"
@@ -67,10 +67,10 @@
67
67
  ]
68
68
  },
69
69
  "dependencies": {
70
- "@taquito/core": "^23.0.0",
71
- "@taquito/rpc": "^23.0.0",
72
- "@taquito/taquito": "^23.0.0",
73
- "@taquito/utils": "^23.0.0",
70
+ "@taquito/core": "^23.0.2",
71
+ "@taquito/rpc": "^23.0.2",
72
+ "@taquito/taquito": "^23.0.2",
73
+ "@taquito/utils": "^23.0.2",
74
74
  "bignumber.js": "^9.1.2"
75
75
  },
76
76
  "devDependencies": {
@@ -101,5 +101,5 @@
101
101
  "ts-toolbelt": "^9.6.0",
102
102
  "typescript": "~5.5.4"
103
103
  },
104
- "gitHead": "4ac77876be144da54f292e639b5b977a13642de9"
104
+ "gitHead": "f7a7e829bd8876ead6888bea6bafb2f8f76a5359"
105
105
  }