@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sundaeswap/sprinkles",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "A TypeScript library for building interactive CLI menus and TUI applications with TypeBox schema validation",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -196,7 +196,10 @@ export {
196
196
  runMcp,
197
197
  getBuiltinActions,
198
198
  promptAndExecute,
199
+ toNativeScript,
200
+ completeWithScripts,
199
201
  } from "./actions/index.js";
202
+ export type { NativeScriptInput } from "./actions/index.js";
200
203
  import {
201
204
  mintToken,
202
205
  simpleSend,