@zaamx/netme-pos 0.0.6 → 0.0.7

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.
@@ -10,7 +10,7 @@ const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
10
10
  const Medusa__default = /* @__PURE__ */ _interopDefault(Medusa);
11
11
  const sdk = new Medusa__default.default({
12
12
  // @ts-ignore
13
- baseUrl: "http://localhost:9000",
13
+ baseUrl: "/",
14
14
  // @ts-ignore
15
15
  debug: false,
16
16
  auth: {
@@ -7,7 +7,7 @@ import { useQueryClient, useMutation, useQuery } from "@tanstack/react-query";
7
7
  import Medusa from "@medusajs/js-sdk";
8
8
  const sdk = new Medusa({
9
9
  // @ts-ignore
10
- baseUrl: "http://localhost:9000",
10
+ baseUrl: "/",
11
11
  // @ts-ignore
12
12
  debug: false,
13
13
  auth: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zaamx/netme-pos",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "A starter for Medusa plugins.",
5
5
  "author": "Medusa (https://medusajs.com)",
6
6
  "license": "MIT",