@taquito/michelson-encoder 23.0.1 → 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.
package/dist/lib/version.js
CHANGED
|
@@ -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": "
|
|
7
|
-
"version": "23.0.
|
|
6
|
+
"commitHash": "20b6624f217ec85f28023ca02b2d3b73777a8df9",
|
|
7
|
+
"version": "23.0.2"
|
|
8
8
|
};
|
|
@@ -4245,8 +4245,8 @@ class EventSchema {
|
|
|
4245
4245
|
|
|
4246
4246
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
4247
4247
|
const VERSION = {
|
|
4248
|
-
"commitHash": "
|
|
4249
|
-
"version": "23.0.
|
|
4248
|
+
"commitHash": "20b6624f217ec85f28023ca02b2d3b73777a8df9",
|
|
4249
|
+
"version": "23.0.2"
|
|
4250
4250
|
};
|
|
4251
4251
|
|
|
4252
4252
|
/**
|
|
@@ -4245,8 +4245,8 @@
|
|
|
4245
4245
|
|
|
4246
4246
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
4247
4247
|
const VERSION = {
|
|
4248
|
-
"commitHash": "
|
|
4249
|
-
"version": "23.0.
|
|
4248
|
+
"commitHash": "20b6624f217ec85f28023ca02b2d3b73777a8df9",
|
|
4249
|
+
"version": "23.0.2"
|
|
4250
4250
|
};
|
|
4251
4251
|
|
|
4252
4252
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/michelson-encoder",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.2",
|
|
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": "^23.0.
|
|
71
|
-
"@taquito/rpc": "^23.0.
|
|
72
|
-
"@taquito/utils": "^23.0.
|
|
70
|
+
"@taquito/core": "^23.0.2",
|
|
71
|
+
"@taquito/rpc": "^23.0.2",
|
|
72
|
+
"@taquito/utils": "^23.0.2",
|
|
73
73
|
"bignumber.js": "^9.1.2",
|
|
74
74
|
"elliptic": "^6.6.1",
|
|
75
75
|
"fast-json-stable-stringify": "^2.1.0"
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"ts-toolbelt": "^9.6.0",
|
|
102
102
|
"typescript": "~5.5.4"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "f7a7e829bd8876ead6888bea6bafb2f8f76a5359"
|
|
105
105
|
}
|