@stackable-labs/cli-app-extension 1.65.0 → 1.67.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.js +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 = [];
|