@joai/warps 3.0.0-beta.207 → 3.0.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
@@ -778,7 +778,7 @@ declare const parseWarpQueryStringToObject: (queryString: string | null) => Reco
778
778
  declare const splitInput: (input: string) => [WarpActionInputType, string];
779
779
  declare const hasInputPrefix: (input: string) => boolean;
780
780
 
781
- declare const applyOutputToMessages: (warp: Warp, output: Record<string, any>, config: WarpClientConfig) => Record<string, string>;
781
+ declare const applyOutputToMessages: (warp: Warp, output: Record<string, any>, config?: WarpClientConfig) => Record<string, string>;
782
782
 
783
783
  declare const getNextInfo: (config: WarpClientConfig, adapters: ChainAdapter[], warp: Warp, actionIndex: number, output: WarpExecutionOutput) => WarpExecutionNextInfo | null;
784
784
 
package/dist/index.d.ts CHANGED
@@ -778,7 +778,7 @@ declare const parseWarpQueryStringToObject: (queryString: string | null) => Reco
778
778
  declare const splitInput: (input: string) => [WarpActionInputType, string];
779
779
  declare const hasInputPrefix: (input: string) => boolean;
780
780
 
781
- declare const applyOutputToMessages: (warp: Warp, output: Record<string, any>, config: WarpClientConfig) => Record<string, string>;
781
+ declare const applyOutputToMessages: (warp: Warp, output: Record<string, any>, config?: WarpClientConfig) => Record<string, string>;
782
782
 
783
783
  declare const getNextInfo: (config: WarpClientConfig, adapters: ChainAdapter[], warp: Warp, actionIndex: number, output: WarpExecutionOutput) => WarpExecutionNextInfo | null;
784
784
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joai/warps",
3
- "version": "3.0.0-beta.207",
3
+ "version": "3.0.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",