@uipath/project-packager 1.198.0-preview.83 → 1.198.0-preview.85
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
|
@@ -23358,7 +23358,7 @@ import { translate as translate3 } from "@uipath/solutionpackager-tool-core";
|
|
|
23358
23358
|
var package_default = {
|
|
23359
23359
|
name: "@uipath/project-packager",
|
|
23360
23360
|
license: "MIT",
|
|
23361
|
-
version: "1.198.0-preview.
|
|
23361
|
+
version: "1.198.0-preview.85",
|
|
23362
23362
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
23363
23363
|
type: "module",
|
|
23364
23364
|
main: "./dist/index.js",
|
|
@@ -24587,4 +24587,4 @@ export {
|
|
|
24587
24587
|
BrowserContextStorage
|
|
24588
24588
|
};
|
|
24589
24589
|
|
|
24590
|
-
//# debugId=
|
|
24590
|
+
//# debugId=48C20B9F253688C364756E2164756E21
|
package/dist/node.js
CHANGED
|
@@ -12115,7 +12115,7 @@ import { translate as translate9 } from "@uipath/solutionpackager-tool-core";
|
|
|
12115
12115
|
var package_default = {
|
|
12116
12116
|
name: "@uipath/project-packager",
|
|
12117
12117
|
license: "MIT",
|
|
12118
|
-
version: "1.198.0-preview.
|
|
12118
|
+
version: "1.198.0-preview.85",
|
|
12119
12119
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
12120
12120
|
type: "module",
|
|
12121
12121
|
main: "./dist/index.js",
|
|
@@ -12572,4 +12572,4 @@ export {
|
|
|
12572
12572
|
BaseNodePackagerFactory
|
|
12573
12573
|
};
|
|
12574
12574
|
|
|
12575
|
-
//# debugId=
|
|
12575
|
+
//# debugId=B3FBB75B15FBE5DE64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/project-packager",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.85",
|
|
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": "4a4fb9d0a395bafc674550cf9a4ff7a0c14e134f"
|
|
43
43
|
}
|