@uipath/project-packager 1.197.0-preview.76 → 1.197.0

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
@@ -23319,7 +23319,7 @@ import { translate as translate3 } from "@uipath/solutionpackager-tool-core";
23319
23319
  var package_default = {
23320
23320
  name: "@uipath/project-packager",
23321
23321
  license: "MIT",
23322
- version: "1.197.0-preview.76",
23322
+ version: "1.197.0",
23323
23323
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
23324
23324
  type: "module",
23325
23325
  main: "./dist/index.js",
@@ -24516,4 +24516,4 @@ export {
24516
24516
  BrowserContextStorage
24517
24517
  };
24518
24518
 
24519
- //# debugId=79B89F0FD694494F64756E2164756E21
24519
+ //# debugId=A8536B2F0A3FFAB464756E2164756E21
package/dist/node.js CHANGED
@@ -12041,7 +12041,7 @@ import { translate as translate9 } from "@uipath/solutionpackager-tool-core";
12041
12041
  var package_default = {
12042
12042
  name: "@uipath/project-packager",
12043
12043
  license: "MIT",
12044
- version: "1.197.0-preview.76",
12044
+ version: "1.197.0",
12045
12045
  description: "UiPath Project Packager - core library for packing individual UiPath projects",
12046
12046
  type: "module",
12047
12047
  main: "./dist/index.js",
@@ -12497,4 +12497,4 @@ export {
12497
12497
  BaseNodePackagerFactory
12498
12498
  };
12499
12499
 
12500
- //# debugId=020EF0308F55C06B64756E2164756E21
12500
+ //# debugId=EA38FEAAA70063E764756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/project-packager",
3
3
  "license": "MIT",
4
- "version": "1.197.0-preview.76",
4
+ "version": "1.197.0",
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": "e66bcea788dcf20d4032933a353a64baab9b22a9"
42
+ "gitHead": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
43
43
  }