@uipath/project-packager 1.198.0-preview.86 → 1.198.0-preview.87
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.87",
|
|
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=0DCD830AE8CD48E764756E2164756E21
|
package/dist/node.js
CHANGED
|
@@ -12489,7 +12489,7 @@ import { translate as translate9 } from "@uipath/solutionpackager-tool-core";
|
|
|
12489
12489
|
var package_default = {
|
|
12490
12490
|
name: "@uipath/project-packager",
|
|
12491
12491
|
license: "MIT",
|
|
12492
|
-
version: "1.198.0-preview.
|
|
12492
|
+
version: "1.198.0-preview.87",
|
|
12493
12493
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
12494
12494
|
type: "module",
|
|
12495
12495
|
main: "./dist/index.js",
|
|
@@ -12946,4 +12946,4 @@ export {
|
|
|
12946
12946
|
BaseNodePackagerFactory
|
|
12947
12947
|
};
|
|
12948
12948
|
|
|
12949
|
-
//# debugId=
|
|
12949
|
+
//# debugId=B14BAE49C8B2591064756E2164756E21
|
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.87",
|
|
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": "b84a7a78e1a325c3dd3b39efd3018c49b38c789f"
|
|
43
43
|
}
|