@joai/warps 4.26.0 → 4.27.0

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/dist/index.d.cts CHANGED
@@ -622,6 +622,7 @@ type WarpInlineAction = {
622
622
  warp: string;
623
623
  inputs?: WarpActionInput[];
624
624
  auto?: boolean;
625
+ silent?: boolean;
625
626
  when?: string;
626
627
  };
627
628
  type WarpTransferAction = {
package/dist/index.d.ts CHANGED
@@ -622,6 +622,7 @@ type WarpInlineAction = {
622
622
  warp: string;
623
623
  inputs?: WarpActionInput[];
624
624
  auto?: boolean;
625
+ silent?: boolean;
625
626
  when?: string;
626
627
  };
627
628
  type WarpTransferAction = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joai/warps",
3
- "version": "4.26.0",
3
+ "version": "4.27.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",