@taquito/michelson-encoder 21.0.4 → 22.0.0-RC.0

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": "d4e23f5c1329a03dc8e79a586c80c159559d70fb",
7
- "version": "21.0.4"
6
+ "commitHash": "6936d6bc71e6a805f6d5568b60b1a0f6595a375d",
7
+ "version": "22.0.0-RC.0"
8
8
  };
@@ -4232,8 +4232,8 @@ class EventSchema {
4232
4232
 
4233
4233
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
4234
4234
  const VERSION = {
4235
- "commitHash": "d4e23f5c1329a03dc8e79a586c80c159559d70fb",
4236
- "version": "21.0.4"
4235
+ "commitHash": "6936d6bc71e6a805f6d5568b60b1a0f6595a375d",
4236
+ "version": "22.0.0-RC.0"
4237
4237
  };
4238
4238
 
4239
4239
  /**
@@ -4233,8 +4233,8 @@
4233
4233
 
4234
4234
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
4235
4235
  const VERSION = {
4236
- "commitHash": "d4e23f5c1329a03dc8e79a586c80c159559d70fb",
4237
- "version": "21.0.4"
4236
+ "commitHash": "6936d6bc71e6a805f6d5568b60b1a0f6595a375d",
4237
+ "version": "22.0.0-RC.0"
4238
4238
  };
4239
4239
 
4240
4240
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/michelson-encoder",
3
- "version": "21.0.4",
3
+ "version": "22.0.0-RC.0",
4
4
  "description": "converts michelson data and types into convenient JS/TS objects",
5
5
  "keywords": [
6
6
  "tezos",
@@ -67,9 +67,9 @@
67
67
  ]
68
68
  },
69
69
  "dependencies": {
70
- "@taquito/core": "^21.0.4",
71
- "@taquito/rpc": "^21.0.4",
72
- "@taquito/utils": "^21.0.4",
70
+ "@taquito/core": "^22.0.0-RC.0",
71
+ "@taquito/rpc": "^22.0.0-RC.0",
72
+ "@taquito/utils": "^22.0.0-RC.0",
73
73
  "bignumber.js": "^9.1.2",
74
74
  "fast-json-stable-stringify": "^2.1.0"
75
75
  },
@@ -100,5 +100,5 @@
100
100
  "ts-toolbelt": "^9.6.0",
101
101
  "typescript": "~5.5.4"
102
102
  },
103
- "gitHead": "f88197b040074632afbd2ddd9bb971a1b8b6266c"
103
+ "gitHead": "a5501829190e16f53bb3ce8f8b8143d8c0f01834"
104
104
  }