@taquito/local-forging 24.3.0-beta.4 → 24.3.0-beta.5
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
|
@@ -1662,7 +1662,7 @@ var ProtocolsHash;
|
|
|
1662
1662
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
1663
1663
|
const VERSION = {
|
|
1664
1664
|
"commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
|
|
1665
|
-
"version": "24.3.0-beta.
|
|
1665
|
+
"version": "24.3.0-beta.5"
|
|
1666
1666
|
};
|
|
1667
1667
|
|
|
1668
1668
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/local-forging",
|
|
3
|
-
"version": "24.3.0-beta.
|
|
3
|
+
"version": "24.3.0-beta.5",
|
|
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": "^24.3.0-beta.
|
|
61
|
-
"@taquito/utils": "^24.3.0-beta.
|
|
60
|
+
"@taquito/core": "^24.3.0-beta.5",
|
|
61
|
+
"@taquito/utils": "^24.3.0-beta.5",
|
|
62
62
|
"bignumber.js": "^10.0.2",
|
|
63
63
|
"fast-text-encoding": "^1.0.6"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@taquito/rpc": "^24.3.0-beta.
|
|
66
|
+
"@taquito/rpc": "^24.3.0-beta.5",
|
|
67
67
|
"@types/bluebird": "^3.5.42",
|
|
68
68
|
"@types/estree": "^1.0.5",
|
|
69
69
|
"@types/fast-text-encoding": "^1.0.3",
|