@uipath/project-packager 1.199.0-preview.97 → 1.199.0-preview.99

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.97",
23616
+ version: "1.199.0-preview.99",
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=500EAE810CA5423A64756E2164756E21
24891
+ //# debugId=B19F04E171BC4A5564756E2164756E21
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.97",
12674
+ version: "1.199.0-preview.99",
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=8D170D6F66E38C2264756E2164756E21
13131
+ //# debugId=CCA662744595352D64756E2164756E21
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.97",
4
+ "version": "1.199.0-preview.99",
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": "087ae21e842f27bde5eb0013892c9487bfe60568"
42
+ "gitHead": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
43
43
  }