@uipath/project-packager 1.198.0-preview.96 → 1.198.0
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 +1 -1
package/dist/index.js
CHANGED
|
@@ -23581,7 +23581,7 @@ import { translate as translate3 } from "@uipath/solutionpackager-tool-core";
|
|
|
23581
23581
|
var package_default = {
|
|
23582
23582
|
name: "@uipath/project-packager",
|
|
23583
23583
|
license: "MIT",
|
|
23584
|
-
version: "1.198.0
|
|
23584
|
+
version: "1.198.0",
|
|
23585
23585
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
23586
23586
|
type: "module",
|
|
23587
23587
|
main: "./dist/index.js",
|
|
@@ -24810,4 +24810,4 @@ export {
|
|
|
24810
24810
|
BrowserContextStorage
|
|
24811
24811
|
};
|
|
24812
24812
|
|
|
24813
|
-
//# debugId=
|
|
24813
|
+
//# debugId=2B39CCDC9B24FC2E64756E2164756E21
|
package/dist/node.js
CHANGED
|
@@ -12593,7 +12593,7 @@ import { translate as translate9 } from "@uipath/solutionpackager-tool-core";
|
|
|
12593
12593
|
var package_default = {
|
|
12594
12594
|
name: "@uipath/project-packager",
|
|
12595
12595
|
license: "MIT",
|
|
12596
|
-
version: "1.198.0
|
|
12596
|
+
version: "1.198.0",
|
|
12597
12597
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
12598
12598
|
type: "module",
|
|
12599
12599
|
main: "./dist/index.js",
|
|
@@ -13050,4 +13050,4 @@ export {
|
|
|
13050
13050
|
BaseNodePackagerFactory
|
|
13051
13051
|
};
|
|
13052
13052
|
|
|
13053
|
-
//# debugId=
|
|
13053
|
+
//# debugId=2F25E33E546DA7EE64756E2164756E21
|
package/package.json
CHANGED