@uipath/project-packager 1.199.0-preview.104 → 1.199.0-preview.106

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
@@ -23613,7 +23613,7 @@ import { translate as translate3 } from "@uipath/solutionpackager-tool-core";
23613
23613
  var package_default = {
23614
23614
  name: "@uipath/project-packager",
23615
23615
  license: "MIT",
23616
- version: "1.199.0-preview.104",
23616
+ version: "1.199.0-preview.106",
23617
23617
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
23618
23618
  type: "module",
23619
23619
  main: "./dist/index.js",
@@ -24888,4 +24888,4 @@ export {
24888
24888
  BrowserContextStorage
24889
24889
  };
24890
24890
 
24891
- //# debugId=3B9DDD0F08B0112F64756E2164756E21
24891
+ //# debugId=1F291657F0E3D22B64756E2164756E21
package/dist/node.js CHANGED
@@ -12671,7 +12671,7 @@ import { translate as translate9 } from "@uipath/solutionpackager-tool-core";
12671
12671
  var package_default = {
12672
12672
  name: "@uipath/project-packager",
12673
12673
  license: "MIT",
12674
- version: "1.199.0-preview.104",
12674
+ version: "1.199.0-preview.106",
12675
12675
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
12676
12676
  type: "module",
12677
12677
  main: "./dist/index.js",
@@ -13128,4 +13128,4 @@ export {
13128
13128
  BaseNodePackagerFactory
13129
13129
  };
13130
13130
 
13131
- //# debugId=83EEFABB8786D0D164756E2164756E21
13131
+ //# debugId=9361858D7A65B71464756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/project-packager",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.104",
4
+ "version": "1.199.0-preview.106",
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": "829a8ab8a25bce5b62c284bd1ddc674d2947f647"
42
+ "gitHead": "cb01f256c2c4f1a1a5d014ffb97e506bac709e45"
43
43
  }