@uipath/project-packager 1.201.0-preview.131 → 1.201.0-preview.133

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
@@ -23644,7 +23644,7 @@ import { translate as translate3 } from "@uipath/solutionpackager-tool-core";
23644
23644
  var package_default = {
23645
23645
  name: "@uipath/project-packager",
23646
23646
  license: "MIT",
23647
- version: "1.201.0-preview.131",
23647
+ version: "1.201.0-preview.133",
23648
23648
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
23649
23649
  type: "module",
23650
23650
  main: "./dist/index.js",
@@ -24924,4 +24924,4 @@ export {
24924
24924
  BrowserContextStorage
24925
24925
  };
24926
24926
 
24927
- //# debugId=D7E4C619B497ED0B64756E2164756E21
24927
+ //# debugId=7BADE04FCB5C710A64756E2164756E21
package/dist/node.js CHANGED
@@ -13064,7 +13064,7 @@ import { translate as translate9 } from "@uipath/solutionpackager-tool-core";
13064
13064
  var package_default = {
13065
13065
  name: "@uipath/project-packager",
13066
13066
  license: "MIT",
13067
- version: "1.201.0-preview.131",
13067
+ version: "1.201.0-preview.133",
13068
13068
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
13069
13069
  type: "module",
13070
13070
  main: "./dist/index.js",
@@ -13521,4 +13521,4 @@ export {
13521
13521
  BaseNodePackagerFactory
13522
13522
  };
13523
13523
 
13524
- //# debugId=30EA9EA8A287739D64756E2164756E21
13524
+ //# debugId=B3DEC5BBB122E81764756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/project-packager",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.131",
4
+ "version": "1.201.0-preview.133",
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": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
42
+ "gitHead": "7933378ad5276ac369900293a1447474dcec6826"
43
43
  }