@taquito/local-forging 22.0.0-RC.0 → 22.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": "22.0.0
|
|
6
|
+
"commitHash": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
|
|
7
|
+
"version": "22.0.0"
|
|
8
8
|
};
|
|
@@ -2749,8 +2749,8 @@ function ProtoInferiorTo(a, b) {
|
|
|
2749
2749
|
|
|
2750
2750
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
2751
2751
|
const VERSION = {
|
|
2752
|
-
"commitHash": "
|
|
2753
|
-
"version": "22.0.0
|
|
2752
|
+
"commitHash": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
|
|
2753
|
+
"version": "22.0.0"
|
|
2754
2754
|
};
|
|
2755
2755
|
|
|
2756
2756
|
/**
|
|
@@ -2751,8 +2751,8 @@
|
|
|
2751
2751
|
|
|
2752
2752
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
2753
2753
|
const VERSION = {
|
|
2754
|
-
"commitHash": "
|
|
2755
|
-
"version": "22.0.0
|
|
2754
|
+
"commitHash": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
|
|
2755
|
+
"version": "22.0.0"
|
|
2756
2756
|
};
|
|
2757
2757
|
|
|
2758
2758
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/local-forging",
|
|
3
|
-
"version": "22.0.0
|
|
3
|
+
"version": "22.0.0",
|
|
4
4
|
"description": "Provide local forging functionality to be with taquito",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
]
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@taquito/core": "^22.0.0
|
|
71
|
-
"@taquito/utils": "^22.0.0
|
|
70
|
+
"@taquito/core": "^22.0.0",
|
|
71
|
+
"@taquito/utils": "^22.0.0",
|
|
72
72
|
"bignumber.js": "^9.1.2"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@taquito/rpc": "^22.0.0
|
|
75
|
+
"@taquito/rpc": "^22.0.0",
|
|
76
76
|
"@types/bluebird": "^3.5.42",
|
|
77
77
|
"@types/estree": "^1.0.5",
|
|
78
78
|
"@types/jest": "^29.5.12",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"webpack": "^5.94.0",
|
|
105
105
|
"webpack-cli": "^5.1.4"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "134ec228acbee03b4f40b80c89d78c718557569b"
|
|
108
108
|
}
|