@taquito/michelson-encoder 17.0.0 → 17.1.0-beta-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.
- package/dist/lib/version.js +2 -2
- package/dist/lib/version.js.map +1 -1
- package/dist/taquito-michelson-encoder.es6.js +2 -2
- package/dist/taquito-michelson-encoder.es6.js.map +1 -1
- package/dist/taquito-michelson-encoder.umd.js +2 -2
- package/dist/taquito-michelson-encoder.umd.js.map +1 -1
- package/dist/types/tokens/option.d.ts +1 -1
- package/dist/types/tokens/or.d.ts +1 -1
- package/dist/types/tokens/pair.d.ts +1 -1
- package/dist/types/tokens/token.d.ts +1 -1
- package/package.json +4 -4
package/dist/lib/version.js
CHANGED
|
@@ -3,7 +3,7 @@ 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": "17.0.0"
|
|
6
|
+
"commitHash": "5e47743ada31a9c8118f836c31b50a94d97255a6",
|
|
7
|
+
"version": "17.1.0-beta-RC.0"
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=version.js.map
|
package/dist/lib/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AACA,2EAA2E;AAC9D,QAAA,OAAO,GAAG;IACnB,YAAY,EAAE,0CAA0C;IACxD,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AACA,2EAA2E;AAC9D,QAAA,OAAO,GAAG;IACnB,YAAY,EAAE,0CAA0C;IACxD,SAAS,EAAE,kBAAkB;CAChC,CAAC"}
|
|
@@ -3966,8 +3966,8 @@ class EventSchema {
|
|
|
3966
3966
|
|
|
3967
3967
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
3968
3968
|
const VERSION = {
|
|
3969
|
-
"commitHash": "
|
|
3970
|
-
"version": "17.0.0"
|
|
3969
|
+
"commitHash": "5e47743ada31a9c8118f836c31b50a94d97255a6",
|
|
3970
|
+
"version": "17.1.0-beta-RC.0"
|
|
3971
3971
|
};
|
|
3972
3972
|
|
|
3973
3973
|
/**
|