@uipath/project-packager 1.199.0-preview.113 → 1.199.0-preview.116

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
@@ -23645,7 +23645,7 @@ import { translate as translate3 } from "@uipath/solutionpackager-tool-core";
23645
23645
  var package_default = {
23646
23646
  name: "@uipath/project-packager",
23647
23647
  license: "MIT",
23648
- version: "1.199.0-preview.113",
23648
+ version: "1.199.0-preview.116",
23649
23649
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
23650
23650
  type: "module",
23651
23651
  main: "./dist/index.js",
@@ -24920,4 +24920,4 @@ export {
24920
24920
  BrowserContextStorage
24921
24921
  };
24922
24922
 
24923
- //# debugId=815F63CBE9FB0BFC64756E2164756E21
24923
+ //# debugId=B56997305035AD3564756E2164756E21
package/dist/node.js CHANGED
@@ -12702,7 +12702,7 @@ import { translate as translate9 } from "@uipath/solutionpackager-tool-core";
12702
12702
  var package_default = {
12703
12703
  name: "@uipath/project-packager",
12704
12704
  license: "MIT",
12705
- version: "1.199.0-preview.113",
12705
+ version: "1.199.0-preview.116",
12706
12706
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
12707
12707
  type: "module",
12708
12708
  main: "./dist/index.js",
@@ -13159,4 +13159,4 @@ export {
13159
13159
  BaseNodePackagerFactory
13160
13160
  };
13161
13161
 
13162
- //# debugId=7A19CCE20A42AD7764756E2164756E21
13162
+ //# debugId=6214DCBFAAA9970B64756E2164756E21
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.113",
4
+ "version": "1.199.0-preview.116",
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": "723e6801b77b5926ba75e75b6a756cc38b1b7adc"
42
+ "gitHead": "c91f4f9738502a4b1ca2849631890fcf59304484"
43
43
  }