@stackable-labs/cli-app-extension 1.64.0 → 1.66.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1626,10 +1626,10 @@ var rewritePreviewApp = async (rootDir, targets, permissions) => {
1626
1626
  const typeImports = [
1627
1627
  "ExtensionRegistryEntry",
1628
1628
  "Permission",
1629
- includeInvoke ? "ActionInvokePayload" : "",
1630
- includeDataQuery ? "ApiRequest" : "",
1631
1629
  "FetchRequest",
1632
1630
  "FetchResponse",
1631
+ includeInvoke ? "ActionInvokePayload" : "",
1632
+ includeDataQuery ? "ApiRequest" : "",
1633
1633
  includeToast ? "ToastPayload" : ""
1634
1634
  ].filter(Boolean);
1635
1635
  const handlers = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackable-labs/cli-app-extension",
3
- "version": "1.64.0",
3
+ "version": "1.66.0",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "bin": {