@uipath/context-grounding-tool 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.
@@ -1,4 +1,4 @@
1
- import"./tool-0v6na3yp.js";
1
+ import"./tool-1de529jm.js";
2
2
 
3
3
  // ../../node_modules/@jmespath-community/jmespath/dist/index.mjs
4
4
  var isObject = (obj) => {
@@ -2027,32 +2027,32 @@ var jmespath = {
2027
2027
  TYPE_STRING
2028
2028
  };
2029
2029
  export {
2030
- unregisterFunction,
2031
- tokenize,
2032
- search,
2033
- registerFunction,
2034
- register,
2035
- jmespath,
2036
- isRegistered,
2037
- getRegisteredFunctions,
2038
- getCustomFunctions,
2039
- jmespath as default,
2040
- compile,
2041
- clearCustomFunctions,
2042
- TreeInterpreter2 as TreeInterpreter,
2043
- TYPE_STRING,
2044
- TYPE_OBJECT,
2045
- TYPE_NUMBER,
2046
- TYPE_NULL,
2047
- TYPE_EXPREF,
2048
- TYPE_BOOLEAN,
2049
- TYPE_ARRAY_STRING,
2050
- TYPE_ARRAY_OBJECT,
2051
- TYPE_ARRAY_NUMBER,
2052
- TYPE_ARRAY_ARRAY,
2053
- TYPE_ARRAY,
2030
+ Scope,
2054
2031
  TYPE_ANY,
2055
- Scope
2032
+ TYPE_ARRAY,
2033
+ TYPE_ARRAY_ARRAY,
2034
+ TYPE_ARRAY_NUMBER,
2035
+ TYPE_ARRAY_OBJECT,
2036
+ TYPE_ARRAY_STRING,
2037
+ TYPE_BOOLEAN,
2038
+ TYPE_EXPREF,
2039
+ TYPE_NULL,
2040
+ TYPE_NUMBER,
2041
+ TYPE_OBJECT,
2042
+ TYPE_STRING,
2043
+ TreeInterpreter2 as TreeInterpreter,
2044
+ clearCustomFunctions,
2045
+ compile,
2046
+ jmespath as default,
2047
+ getCustomFunctions,
2048
+ getRegisteredFunctions,
2049
+ isRegistered,
2050
+ jmespath,
2051
+ register,
2052
+ registerFunction,
2053
+ search,
2054
+ tokenize,
2055
+ unregisterFunction
2056
2056
  };
2057
2057
 
2058
- //# debugId=FA9FB28BF9A093C864756E2164756E21
2058
+ //# debugId=046020B702C7051664756E2164756E21
@@ -1,4 +1,4 @@
1
- import"./tool-0v6na3yp.js";
1
+ import"./tool-1de529jm.js";
2
2
 
3
3
  // ../../node_modules/open/index.js
4
4
  import process7 from "node:process";
@@ -626,9 +626,9 @@ defineLazyProperty(apps, "safari", () => detectPlatformBinary({
626
626
  }));
627
627
  var open_default = open;
628
628
  export {
629
- openApp,
629
+ apps,
630
630
  open_default as default,
631
- apps
631
+ openApp
632
632
  };
633
633
 
634
- //# debugId=75EAFE8AF98B350C64756E2164756E21
634
+ //# debugId=42C9AEC59ECC644E64756E2164756E21
package/dist/index.js CHANGED
@@ -3,11 +3,8 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-y25bybj1.js";
7
- import"./tool-9qecd4wb.js";
8
- import"./tool-7eva0peq.js";
9
- import"./tool-5arsyj36.js";
10
- import"./tool-0v6na3yp.js";
6
+ } from "./tool-xznt84qh.js";
7
+ import"./tool-1de529jm.js";
11
8
 
12
9
  // src/index.ts
13
10
  var program = new Command;
@@ -15,4 +12,4 @@ program.name(metadata.name).version(metadata.version).description(metadata.descr
15
12
  await registerCommands(program);
16
13
  program.parse(process.argv);
17
14
 
18
- //# debugId=772A4DE6DE146E2B64756E2164756E21
15
+ //# debugId=4FD485F395C9D57C64756E2164756E21
@@ -1,4 +1,4 @@
1
- import"./tool-0v6na3yp.js";
1
+ import"./tool-1de529jm.js";
2
2
 
3
3
  // ../../node_modules/js-yaml/dist/js-yaml.mjs
4
4
  function getDefaultExportFromCjs(x) {
@@ -3125,21 +3125,21 @@ var {
3125
3125
  safeDump
3126
3126
  } = yaml;
3127
3127
  export {
3128
- types,
3129
- safeLoadAll,
3130
- safeLoad,
3131
- safeDump,
3132
- loadAll,
3133
- load,
3134
- dump,
3135
- yaml as default,
3136
- YAMLException,
3137
- Type,
3138
- Schema,
3139
- JSON_SCHEMA,
3140
- FAILSAFE_SCHEMA,
3128
+ CORE_SCHEMA,
3141
3129
  DEFAULT_SCHEMA,
3142
- CORE_SCHEMA
3130
+ FAILSAFE_SCHEMA,
3131
+ JSON_SCHEMA,
3132
+ Schema,
3133
+ Type,
3134
+ YAMLException,
3135
+ yaml as default,
3136
+ dump,
3137
+ load,
3138
+ loadAll,
3139
+ safeDump,
3140
+ safeLoad,
3141
+ safeLoadAll,
3142
+ types
3143
3143
  };
3144
3144
 
3145
- //# debugId=6D9E579FD7979E6964756E2164756E21
3145
+ //# debugId=3FF8535573D0966A64756E2164756E21
@@ -19,12 +19,14 @@ var __toESM = (mod, isNodeMode, target) => {
19
19
  }
20
20
  target = mod != null ? __create(__getProtoOf(mod)) : {};
21
21
  const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
22
- for (let key of __getOwnPropNames(mod))
23
- if (!__hasOwnProp.call(to, key))
24
- __defProp(to, key, {
25
- get: __accessProp.bind(mod, key),
26
- enumerable: true
27
- });
22
+ if (mod && typeof mod === "object" || typeof mod === "function") {
23
+ for (let key of __getOwnPropNames(mod))
24
+ if (!__hasOwnProp.call(to, key))
25
+ __defProp(to, key, {
26
+ get: __accessProp.bind(mod, key),
27
+ enumerable: true
28
+ });
29
+ }
28
30
  if (canCache)
29
31
  cache.set(mod, to);
30
32
  return to;
@@ -34,4 +36,4 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
34
36
 
35
37
  export { __toESM, __commonJS, __require };
36
38
 
37
- //# debugId=C61B9583F8C9819B64756E2164756E21
39
+ //# debugId=4A15A0D6FCDB684764756E2164756E21