@pioneer-platform/pioneer-config 8.1.23 → 8.1.24
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/lib/index.js +2 -2
- package/package.json +5 -5
package/lib/index.js
CHANGED
@@ -14,7 +14,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
14
14
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
15
15
|
function step(op) {
|
16
16
|
if (f) throw new TypeError("Generator is already executing.");
|
17
|
-
while (_) try {
|
17
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
18
18
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
19
19
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
20
20
|
switch (op[0]) {
|
@@ -84,7 +84,7 @@ function innitConfig(languageSelected) {
|
|
84
84
|
return [4 /*yield*/, mkdirp(exports.walletDataDir)];
|
85
85
|
case 5:
|
86
86
|
isCreated4 = _a.sent();
|
87
|
-
queryKey = uuid_1.v4();
|
87
|
+
queryKey = (0, uuid_1.v4)();
|
88
88
|
config = {};
|
89
89
|
config.locale = "english";
|
90
90
|
config.localeSelected = true;
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pioneer-platform/pioneer-config",
|
3
|
-
"version": "8.1.
|
3
|
+
"version": "8.1.24",
|
4
4
|
"main": "./lib/index.js",
|
5
5
|
"types": "./lib/index.d.ts",
|
6
6
|
"dependencies": {
|
7
|
-
"@types/uuid": "^
|
7
|
+
"@types/uuid": "^9.0.1",
|
8
8
|
"find-package-json": "^1.2.0",
|
9
9
|
"fs-extra": "^9.0.1",
|
10
10
|
"mkdirp": "^1.0.4",
|
@@ -32,8 +32,8 @@
|
|
32
32
|
"onchange": "^7.0.2",
|
33
33
|
"serve": "^11.3.2",
|
34
34
|
"source-map-support": "^0.5.19",
|
35
|
-
"ts-jest": "^
|
36
|
-
"typescript": "^
|
35
|
+
"ts-jest": "^29.0.5",
|
36
|
+
"typescript": "^5.0.2"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "91ad3edab81c48d12dbb23e33041d5adda2edf50"
|
39
39
|
}
|