@taquito/local-forging 25.0.0-rc.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
|
@@ -1663,7 +1663,7 @@ var ProtocolsHash;
|
|
|
1663
1663
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
1664
1664
|
const VERSION = {
|
|
1665
1665
|
"commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
|
|
1666
|
-
"version": "25.0.0
|
|
1666
|
+
"version": "25.0.0"
|
|
1667
1667
|
};
|
|
1668
1668
|
|
|
1669
1669
|
/**
|
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",
|