atom-nuxt 1.4.11 → 1.4.13

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atomengine/atom-nuxt",
3
3
  "configKey": "atomNuxt",
4
- "version": "1.4.11",
4
+ "version": "1.4.13",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
7
7
  "unbuild": "3.5.0"
@@ -266,13 +266,6 @@ const onQueryChange = (page2) => {
266
266
  } else {
267
267
  finalQuery = newQuery;
268
268
  }
269
- if (props.loaderKey) {
270
- delete finalQuery[`${props.loaderKey}action`];
271
- delete finalQuery[`${props.loaderKey}actionId`];
272
- } else {
273
- delete finalQuery.action;
274
- delete finalQuery.actionId;
275
- }
276
269
  console.error("Setting query", finalQuery);
277
270
  router.replace({ path: route.path, query: finalQuery, force: true });
278
271
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atom-nuxt",
3
- "version": "1.4.11",
3
+ "version": "1.4.13",
4
4
  "description": "My new Nuxt module",
5
5
  "repository": "atomengine/atom-nuxt",
6
6
  "license": "MIT",