@uipath/project-packager 1.199.0-preview.108 → 1.199.0-preview.110
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/index.js +3 -3
- package/dist/node.js +6 -7
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -23645,7 +23645,7 @@ import { translate as translate3 } from "@uipath/solutionpackager-tool-core";
|
|
|
23645
23645
|
var package_default = {
|
|
23646
23646
|
name: "@uipath/project-packager",
|
|
23647
23647
|
license: "MIT",
|
|
23648
|
-
version: "1.199.0-preview.
|
|
23648
|
+
version: "1.199.0-preview.110",
|
|
23649
23649
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
23650
23650
|
type: "module",
|
|
23651
23651
|
main: "./dist/index.js",
|
|
@@ -23708,7 +23708,7 @@ var package_default = {
|
|
|
23708
23708
|
"@uipath/packager-tool-webapp": "workspace:*",
|
|
23709
23709
|
"@uipath/packager-tool-workflowcompiler": "workspace:*",
|
|
23710
23710
|
"@vitest/coverage-v8": "^4.1.6",
|
|
23711
|
-
jsdom: "^
|
|
23711
|
+
jsdom: "^30.0.1",
|
|
23712
23712
|
typescript: "^6.0.2",
|
|
23713
23713
|
"vite-tsconfig-paths": "^6.1.1",
|
|
23714
23714
|
vitest: "^4.1.6"
|
|
@@ -24920,4 +24920,4 @@ export {
|
|
|
24920
24920
|
BrowserContextStorage
|
|
24921
24921
|
};
|
|
24922
24922
|
|
|
24923
|
-
//# debugId=
|
|
24923
|
+
//# debugId=C10D944B6E31657464756E2164756E21
|
package/dist/node.js
CHANGED
|
@@ -7179,7 +7179,7 @@ function requireOmap() {
|
|
|
7179
7179
|
function resolveYamlOmap(data) {
|
|
7180
7180
|
if (data === null)
|
|
7181
7181
|
return true;
|
|
7182
|
-
const objectKeys =
|
|
7182
|
+
const objectKeys = {};
|
|
7183
7183
|
const object = data;
|
|
7184
7184
|
for (let index = 0, length = object.length;index < length; index += 1) {
|
|
7185
7185
|
const pair = object[index];
|
|
@@ -7197,10 +7197,9 @@ function requireOmap() {
|
|
|
7197
7197
|
}
|
|
7198
7198
|
if (!pairHasKey)
|
|
7199
7199
|
return false;
|
|
7200
|
-
if (
|
|
7201
|
-
objectKeys.push(pairKey);
|
|
7202
|
-
else
|
|
7200
|
+
if (_hasOwnProperty.call(objectKeys, pairKey))
|
|
7203
7201
|
return false;
|
|
7202
|
+
Object.defineProperty(objectKeys, pairKey, { value: true });
|
|
7204
7203
|
}
|
|
7205
7204
|
return true;
|
|
7206
7205
|
}
|
|
@@ -12703,7 +12702,7 @@ import { translate as translate9 } from "@uipath/solutionpackager-tool-core";
|
|
|
12703
12702
|
var package_default = {
|
|
12704
12703
|
name: "@uipath/project-packager",
|
|
12705
12704
|
license: "MIT",
|
|
12706
|
-
version: "1.199.0-preview.
|
|
12705
|
+
version: "1.199.0-preview.110",
|
|
12707
12706
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
12708
12707
|
type: "module",
|
|
12709
12708
|
main: "./dist/index.js",
|
|
@@ -12766,7 +12765,7 @@ var package_default = {
|
|
|
12766
12765
|
"@uipath/packager-tool-webapp": "workspace:*",
|
|
12767
12766
|
"@uipath/packager-tool-workflowcompiler": "workspace:*",
|
|
12768
12767
|
"@vitest/coverage-v8": "^4.1.6",
|
|
12769
|
-
jsdom: "^
|
|
12768
|
+
jsdom: "^30.0.1",
|
|
12770
12769
|
typescript: "^6.0.2",
|
|
12771
12770
|
"vite-tsconfig-paths": "^6.1.1",
|
|
12772
12771
|
vitest: "^4.1.6"
|
|
@@ -13160,4 +13159,4 @@ export {
|
|
|
13160
13159
|
BaseNodePackagerFactory
|
|
13161
13160
|
};
|
|
13162
13161
|
|
|
13163
|
-
//# debugId=
|
|
13162
|
+
//# debugId=CEACF6E47DD3879C64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/project-packager",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.110",
|
|
5
5
|
"description": "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"fflate": "^0.8.2"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "a714aed479181e56e2a867470c3050b7230ec41f"
|
|
43
43
|
}
|