@uipath/project-packager 1.198.0-preview.82 → 1.198.0-preview.83

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
@@ -23358,7 +23358,7 @@ import { translate as translate3 } from "@uipath/solutionpackager-tool-core";
23358
23358
  var package_default = {
23359
23359
  name: "@uipath/project-packager",
23360
23360
  license: "MIT",
23361
- version: "1.198.0-preview.82",
23361
+ version: "1.198.0-preview.83",
23362
23362
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
23363
23363
  type: "module",
23364
23364
  main: "./dist/index.js",
@@ -24587,4 +24587,4 @@ export {
24587
24587
  BrowserContextStorage
24588
24588
  };
24589
24589
 
24590
- //# debugId=EC9D57CFE399DED864756E2164756E21
24590
+ //# debugId=3A63A784E932463F64756E2164756E21
package/dist/node.js CHANGED
@@ -12115,7 +12115,7 @@ import { translate as translate9 } from "@uipath/solutionpackager-tool-core";
12115
12115
  var package_default = {
12116
12116
  name: "@uipath/project-packager",
12117
12117
  license: "MIT",
12118
- version: "1.198.0-preview.82",
12118
+ version: "1.198.0-preview.83",
12119
12119
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
12120
12120
  type: "module",
12121
12121
  main: "./dist/index.js",
@@ -12572,4 +12572,4 @@ export {
12572
12572
  BaseNodePackagerFactory
12573
12573
  };
12574
12574
 
12575
- //# debugId=244B4C2ACF995E9664756E2164756E21
12575
+ //# debugId=2876B2BF543EFA4264756E2164756E21
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.82",
4
+ "version": "1.198.0-preview.83",
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": "ec9a5f58936b8ab07633a96598d699fa8527be65"
42
+ "gitHead": "38fc9a0872ac9260d7ee783e20d57c18fcd479f5"
43
43
  }