@yaakapp/api 0.2.10 → 0.2.11

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.
@@ -182,7 +182,7 @@ export type ShowToastRequest = {
182
182
  };
183
183
  export type TemplateFunction = {
184
184
  name: string;
185
- aliases: Array<string>;
185
+ aliases?: Array<string> | null;
186
186
  args: Array<TemplateFunctionArg>;
187
187
  };
188
188
  export type TemplateFunctionArg = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaakapp/api",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "main": "lib/index.js",
5
5
  "typings": "./lib/index.d.ts",
6
6
  "files": [