@teamnovu/kit-shopware-composables 0.0.4 → 0.0.5

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,5 +182,4 @@ export declare function useOrderDetails(orderId: MaybeRef<string>, criteria?: Sc
182
182
  [key: string]: boolean;
183
183
  };
184
184
  }, Error>;
185
- orderSetPaymentMutation: any;
186
185
  };
package/dist/index.mjs CHANGED
@@ -285,8 +285,7 @@ function je(e, s) {
285
285
  shippingMethod: M,
286
286
  paymentMethod: C,
287
287
  paymentChangeable: Q,
288
- orderQuery: t,
289
- orderSetPaymentMutation
288
+ orderQuery: t
290
289
  };
291
290
  }
292
291
  function Ve(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamnovu/kit-shopware-composables",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "A collection of composables for the Shopware API",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",
@@ -89,6 +89,5 @@ export function useOrderDetails(
89
89
  paymentMethod,
90
90
  paymentChangeable,
91
91
  orderQuery,
92
- orderSetPaymentMutation,
93
92
  }
94
93
  }