@swell/cli 2.0.7 → 2.0.8

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.
@@ -110,7 +110,8 @@ export class PushAppCommand extends RemoteAppCommand {
110
110
  if (this.app.type === 'theme') {
111
111
  themeAppId = this.app.id;
112
112
  const storefrontApps = await this.handleRequestErrors(async () => this.api.get({
113
- adminPath: `/apps?type=storefront&kind=shop`,
113
+ // TODO: improve this filter query
114
+ adminPath: `/apps?type=storefront&$or[0][kind]=shop&$or[1][kind]=`,
114
115
  }));
115
116
  const compatibleStorefrontApps = storefrontApps.results.filter((app) => app.installed &&
116
117
  app.storefront?.theme?.provider === 'app' &&
@@ -1835,5 +1835,5 @@
1835
1835
  ]
1836
1836
  }
1837
1837
  },
1838
- "version": "2.0.7"
1838
+ "version": "2.0.8"
1839
1839
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swell/cli",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "type": "module",
5
5
  "description": "Swell's command line interface/utility",
6
6
  "keywords": [