@uipath/project-packager 1.201.0-preview.121 → 1.201.0-preview.122
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 +2 -2
- package/dist/node.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -23643,7 +23643,7 @@ import { translate as translate3 } from "@uipath/solutionpackager-tool-core";
|
|
|
23643
23643
|
var package_default = {
|
|
23644
23644
|
name: "@uipath/project-packager",
|
|
23645
23645
|
license: "MIT",
|
|
23646
|
-
version: "1.201.0-preview.
|
|
23646
|
+
version: "1.201.0-preview.122",
|
|
23647
23647
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
23648
23648
|
type: "module",
|
|
23649
23649
|
main: "./dist/index.js",
|
|
@@ -24918,4 +24918,4 @@ export {
|
|
|
24918
24918
|
BrowserContextStorage
|
|
24919
24919
|
};
|
|
24920
24920
|
|
|
24921
|
-
//# debugId=
|
|
24921
|
+
//# debugId=3197423A40C2482664756E2164756E21
|
package/dist/node.js
CHANGED
|
@@ -13058,7 +13058,7 @@ import { translate as translate9 } from "@uipath/solutionpackager-tool-core";
|
|
|
13058
13058
|
var package_default = {
|
|
13059
13059
|
name: "@uipath/project-packager",
|
|
13060
13060
|
license: "MIT",
|
|
13061
|
-
version: "1.201.0-preview.
|
|
13061
|
+
version: "1.201.0-preview.122",
|
|
13062
13062
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
13063
13063
|
type: "module",
|
|
13064
13064
|
main: "./dist/index.js",
|
|
@@ -13515,4 +13515,4 @@ export {
|
|
|
13515
13515
|
BaseNodePackagerFactory
|
|
13516
13516
|
};
|
|
13517
13517
|
|
|
13518
|
-
//# debugId=
|
|
13518
|
+
//# debugId=925061057ABA17F764756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/project-packager",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.122",
|
|
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": "6c56f56100be96231fccbaa59e99d64d94808d58"
|
|
43
43
|
}
|