@sundaeswap/sprinkles 0.8.0 → 0.8.1

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.
@@ -54,7 +54,9 @@ var _exportNames = {
54
54
  createMcpServer: true,
55
55
  runMcp: true,
56
56
  getBuiltinActions: true,
57
- promptAndExecute: true
57
+ promptAndExecute: true,
58
+ toNativeScript: true,
59
+ completeWithScripts: true
58
60
  };
59
61
  Object.defineProperty(exports, "ActionError", {
60
62
  enumerable: true,
@@ -153,6 +155,12 @@ Object.defineProperty(exports, "coerceValue", {
153
155
  return _index2.coerceValue;
154
156
  }
155
157
  });
158
+ Object.defineProperty(exports, "completeWithScripts", {
159
+ enumerable: true,
160
+ get: function () {
161
+ return _index2.completeWithScripts;
162
+ }
163
+ });
156
164
  Object.defineProperty(exports, "createMcpServer", {
157
165
  enumerable: true,
158
166
  get: function () {
@@ -345,6 +353,12 @@ Object.defineProperty(exports, "runMcp", {
345
353
  return _index2.runMcp;
346
354
  }
347
355
  });
356
+ Object.defineProperty(exports, "toNativeScript", {
357
+ enumerable: true,
358
+ get: function () {
359
+ return _index2.toNativeScript;
360
+ }
361
+ });
348
362
  Object.defineProperty(exports, "typeboxToJsonSchema", {
349
363
  enumerable: true,
350
364
  get: function () {