@taquito/local-forging 20.1.0 → 20.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,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": "20.1.
|
|
6
|
+
"commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f",
|
|
7
|
+
"version": "20.1.2"
|
|
8
8
|
};
|
|
@@ -1600,8 +1600,8 @@ var ProtocolsHash;
|
|
|
1600
1600
|
|
|
1601
1601
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
1602
1602
|
const VERSION = {
|
|
1603
|
-
"commitHash": "
|
|
1604
|
-
"version": "20.1.
|
|
1603
|
+
"commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f",
|
|
1604
|
+
"version": "20.1.2"
|
|
1605
1605
|
};
|
|
1606
1606
|
|
|
1607
1607
|
/**
|
|
@@ -1602,8 +1602,8 @@
|
|
|
1602
1602
|
|
|
1603
1603
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
1604
1604
|
const VERSION = {
|
|
1605
|
-
"commitHash": "
|
|
1606
|
-
"version": "20.1.
|
|
1605
|
+
"commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f",
|
|
1606
|
+
"version": "20.1.2"
|
|
1607
1607
|
};
|
|
1608
1608
|
|
|
1609
1609
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/local-forging",
|
|
3
|
-
"version": "20.1.
|
|
3
|
+
"version": "20.1.2",
|
|
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": "^20.1.
|
|
71
|
-
"@taquito/utils": "^20.1.
|
|
70
|
+
"@taquito/core": "^20.1.2",
|
|
71
|
+
"@taquito/utils": "^20.1.2",
|
|
72
72
|
"bignumber.js": "^9.1.2"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@taquito/rpc": "^20.1.
|
|
75
|
+
"@taquito/rpc": "^20.1.2",
|
|
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": "27feea0339732501687a6ce132e1b8e8d969e0e3"
|
|
108
108
|
}
|