@instockng/storefront-ui 1.0.4 → 1.0.6

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/index60.mjs CHANGED
@@ -1,7 +1,5 @@
1
1
  'use client';
2
- function e(t) {
3
- return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
4
- }
2
+ var o = { exports: {} };
5
3
  export {
6
- e as getDefaultExportFromCjs
4
+ o as __module
7
5
  };
package/dist/index61.mjs CHANGED
@@ -1,5 +1,8 @@
1
1
  'use client';
2
- var o = { exports: {} };
2
+ import { useQuery as e } from "@tanstack/react-query";
3
+ function n(r) {
4
+ return e(r);
5
+ }
3
6
  export {
4
- o as __module
7
+ n as useQueryUnwrapped
5
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instockng/storefront-ui",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Pre-built UI components for OMS e-commerce sites",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",