@taquito/local-forging 25.0.0-beta.1 → 25.0.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
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!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "25.0.0
|
|
6
|
+
"commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
|
|
7
|
+
"version": "25.0.0"
|
|
8
8
|
};
|
|
@@ -1662,8 +1662,8 @@ var ProtocolsHash;
|
|
|
1662
1662
|
|
|
1663
1663
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
1664
1664
|
const VERSION = {
|
|
1665
|
-
"commitHash": "
|
|
1666
|
-
"version": "25.0.0
|
|
1665
|
+
"commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
|
|
1666
|
+
"version": "25.0.0"
|
|
1667
1667
|
};
|
|
1668
1668
|
|
|
1669
1669
|
/**
|
|
@@ -1663,8 +1663,8 @@
|
|
|
1663
1663
|
|
|
1664
1664
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
1665
1665
|
const VERSION = {
|
|
1666
|
-
"commitHash": "
|
|
1667
|
-
"version": "25.0.0
|
|
1666
|
+
"commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
|
|
1667
|
+
"version": "25.0.0"
|
|
1668
1668
|
};
|
|
1669
1669
|
|
|
1670
1670
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/local-forging",
|
|
3
|
-
"version": "25.0.0
|
|
3
|
+
"version": "25.0.0",
|
|
4
4
|
"description": "Local Tezos operation forging for Taquito.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"taquito",
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
]
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@taquito/core": "^25.0.0
|
|
61
|
-
"@taquito/utils": "^25.0.0
|
|
60
|
+
"@taquito/core": "^25.0.0",
|
|
61
|
+
"@taquito/utils": "^25.0.0",
|
|
62
62
|
"bignumber.js": "^10.0.2",
|
|
63
63
|
"fast-text-encoding": "^1.0.6"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@taquito/rpc": "^25.0.0
|
|
66
|
+
"@taquito/rpc": "^25.0.0",
|
|
67
67
|
"@types/bluebird": "^3.5.42",
|
|
68
68
|
"@types/estree": "^1.0.5",
|
|
69
69
|
"@types/fast-text-encoding": "^1.0.3",
|