@uipath/packager-tool-webapp 1.201.0-preview.133 → 1.202.0-preview.134

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -685,10 +685,10 @@ class WebAppToolFactory {
685
685
  }
686
686
  }
687
687
  export {
688
- WebAppVariantType,
689
- WebAppToolFactory,
688
+ WEBAPP_MANIFEST_FILE_NAME,
690
689
  WebAppTool,
691
- WEBAPP_MANIFEST_FILE_NAME
690
+ WebAppToolFactory,
691
+ WebAppVariantType
692
692
  };
693
693
 
694
- //# debugId=1382FDDD2BD3BF2A64756E2164756E21
694
+ //# debugId=117BAA70A6FBCC6564756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/packager-tool-webapp",
3
- "version": "1.201.0-preview.133",
3
+ "version": "1.202.0-preview.134",
4
4
  "description": "UiPath WebApp tool implementation",
5
5
  "type": "module",
6
6
  "exports": {
@@ -25,7 +25,7 @@
25
25
  "author": "",
26
26
  "license": "ISC",
27
27
  "peerDependencies": {
28
- "@uipath/solutionpackager-tool-core": "1.201.0"
28
+ "@uipath/solutionpackager-tool-core": "1.202.0"
29
29
  },
30
- "gitHead": "7933378ad5276ac369900293a1447474dcec6826"
30
+ "gitHead": "a335728adbdb02f28308e4f55d8936d0b150444b"
31
31
  }