@uipath/project-packager 1.198.0-preview.100 → 1.198.0-preview.102

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 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-preview.100",
23584
+ version: "1.198.0-preview.102",
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=2B503C1E781E436B64756E2164756E21
24813
+ //# debugId=340DA6AA0E80AE6464756E2164756E21
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-preview.100",
12596
+ version: "1.198.0-preview.102",
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=7A7BC2A783DA98C164756E2164756E21
13053
+ //# debugId=6925208F2F24778164756E2164756E21
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.100",
4
+ "version": "1.198.0-preview.102",
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": "f1942d52b26cbd5bae55fb2e1d28d4dea005100c"
42
+ "gitHead": "adb54684729fa72fcc04655dfa6f3eaa6bd7a272"
43
43
  }