appwrite-utils-cli 1.9.2 → 1.9.5

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.
@@ -681,8 +681,8 @@ export declare const createSessionPreservingYamlConfig: (configPath: string, ses
681
681
  name: string;
682
682
  runtime: any;
683
683
  execute: string[];
684
- events: string[];
685
684
  dirPath?: string | undefined;
685
+ events?: string[] | undefined;
686
686
  schedule?: string | undefined;
687
687
  timeout?: number | undefined;
688
688
  enabled?: boolean | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "appwrite-utils-cli",
3
3
  "description": "Appwrite Utility Functions to help with database management, data conversion, data import, migrations, and much more. Meant to be used as a CLI tool, I do not recommend installing this in frontend environments.",
4
- "version": "1.9.2",
4
+ "version": "1.9.5",
5
5
  "main": "src/main.ts",
6
6
  "type": "module",
7
7
  "repository": {