@taquito/local-forging 21.0.0-beta.1 → 21.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 OR CHECKIN!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "21.0.0
|
|
6
|
+
"commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d",
|
|
7
|
+
"version": "21.0.0"
|
|
8
8
|
};
|
|
@@ -1601,8 +1601,8 @@ var ProtocolsHash;
|
|
|
1601
1601
|
|
|
1602
1602
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
1603
1603
|
const VERSION = {
|
|
1604
|
-
"commitHash": "
|
|
1605
|
-
"version": "21.0.0
|
|
1604
|
+
"commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d",
|
|
1605
|
+
"version": "21.0.0"
|
|
1606
1606
|
};
|
|
1607
1607
|
|
|
1608
1608
|
/**
|
|
@@ -1603,8 +1603,8 @@
|
|
|
1603
1603
|
|
|
1604
1604
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
1605
1605
|
const VERSION = {
|
|
1606
|
-
"commitHash": "
|
|
1607
|
-
"version": "21.0.0
|
|
1606
|
+
"commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d",
|
|
1607
|
+
"version": "21.0.0"
|
|
1608
1608
|
};
|
|
1609
1609
|
|
|
1610
1610
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/local-forging",
|
|
3
|
-
"version": "21.0.0
|
|
3
|
+
"version": "21.0.0",
|
|
4
4
|
"description": "Provide local forging functionality to be with taquito",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"engines": {
|
|
27
|
-
"node": ">=
|
|
27
|
+
"node": ">=18"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"test": "jest --coverage",
|
|
@@ -67,16 +67,16 @@
|
|
|
67
67
|
]
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@taquito/core": "^21.0.0
|
|
71
|
-
"@taquito/utils": "^21.0.0
|
|
70
|
+
"@taquito/core": "^21.0.0",
|
|
71
|
+
"@taquito/utils": "^21.0.0",
|
|
72
72
|
"bignumber.js": "^9.1.2"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@taquito/rpc": "^21.0.0
|
|
75
|
+
"@taquito/rpc": "^21.0.0",
|
|
76
76
|
"@types/bluebird": "^3.5.42",
|
|
77
77
|
"@types/estree": "^1.0.5",
|
|
78
78
|
"@types/jest": "^29.5.12",
|
|
79
|
-
"@types/node": "^
|
|
79
|
+
"@types/node": "^18",
|
|
80
80
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
81
81
|
"@typescript-eslint/parser": "^6.21.0",
|
|
82
82
|
"colors": "^1.4.0",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"webpack": "^5.94.0",
|
|
105
105
|
"webpack-cli": "^5.1.4"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "655216b13995860187b1a1baf3c87e90b4fd69cb"
|
|
108
108
|
}
|