@taquito/local-forging 16.1.1 → 16.1.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,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": "16.1.
|
|
6
|
+
"commitHash": "bcc2118ddfafc1995fd125cd74d198fda042bf48",
|
|
7
|
+
"version": "16.1.2"
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=version.js.map
|
|
@@ -1540,8 +1540,8 @@ var ProtocolsHash;
|
|
|
1540
1540
|
|
|
1541
1541
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
1542
1542
|
const VERSION = {
|
|
1543
|
-
"commitHash": "
|
|
1544
|
-
"version": "16.1.
|
|
1543
|
+
"commitHash": "bcc2118ddfafc1995fd125cd74d198fda042bf48",
|
|
1544
|
+
"version": "16.1.2"
|
|
1545
1545
|
};
|
|
1546
1546
|
|
|
1547
1547
|
/**
|