@uipath/uipath-python-bridge 1.202.0-preview.149 → 1.202.0-preview.152

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 +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -12745,4 +12745,4 @@ export {
12745
12745
  runUipathPythonCommand
12746
12746
  };
12747
12747
 
12748
- //# debugId=C2CF1B61671BDF3464756E2164756E21
12748
+ //# debugId=905F4C0FDB5AC82464756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/uipath-python-bridge",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "1.202.0-preview.149",
4
+ "version": "1.202.0-preview.152",
5
5
  "description": "Shared Python detection, caching, and CLI bridge for UiPath Python SDK tools.",
6
6
  "keywords": [
7
7
  "uip",
@@ -24,5 +24,5 @@
24
24
  "publishConfig": {
25
25
  "registry": "https://registry.npmjs.org/"
26
26
  },
27
- "gitHead": "d32b9f0191b9dc454edd2ce20024383cc3eb3f37"
27
+ "gitHead": "33545fee8460014aa77f1bb0f1678885c65a8632"
28
28
  }