@taquito/timelock 20.2.0-beta.0 → 21.0.0-beta.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": "3e5b607831fe4d2e3ec023b1648b84a890c0035e",
7
- "version": "20.2.0-beta.0"
6
+ "commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54",
7
+ "version": "21.0.0-beta.1"
8
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/timelock",
3
- "version": "20.2.0-beta.0",
3
+ "version": "21.0.0-beta.1",
4
4
  "description": "TypeScript implementation of the Timelock feature in Tezos",
5
5
  "main": "./dist/taquito-timelock.umd.js",
6
6
  "module": "./dist/taquito-timelock.es6.js",
@@ -68,9 +68,9 @@
68
68
  "big-integer": "^1.6.52"
69
69
  },
70
70
  "devDependencies": {
71
- "@taquito/signer": "^20.2.0-beta.0",
72
- "@taquito/taquito": "^20.2.0-beta.0",
73
- "@taquito/utils": "^20.2.0-beta.0",
71
+ "@taquito/signer": "^21.0.0-beta.1",
72
+ "@taquito/taquito": "^21.0.0-beta.1",
73
+ "@taquito/utils": "^21.0.0-beta.1",
74
74
  "@types/node": "^22.0.0",
75
75
  "@typescript-eslint/eslint-plugin": "^6.21.0",
76
76
  "@typescript-eslint/parser": "^6.21.0",
@@ -95,5 +95,5 @@
95
95
  "ts-toolbelt": "^9.6.0",
96
96
  "typescript": "^5.5.4"
97
97
  },
98
- "gitHead": "de49571826b30682dd74d3ebc17a0e191128c617"
98
+ "gitHead": "9e6ff6e2527d143a41abd2c012ff5ab1024526cc"
99
99
  }