@medusajs/js-sdk 0.0.2-snapshot-20240520183547 → 0.0.2-snapshot-20240521080659

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -3
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -19,9 +19,7 @@ export type Config = {
19
19
  };
20
20
  export type FetchParams = Parameters<typeof fetch>;
21
21
  export type ClientHeaders = Record<string, string | {
22
- next: {
23
- tags: string[];
24
- };
22
+ tags: string[];
25
23
  }>;
26
24
  export type FetchInput = FetchParams[0];
27
25
  export type FetchArgs = Omit<RequestInit, "headers" | "body"> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/js-sdk",
3
- "version": "0.0.2-snapshot-20240520183547",
3
+ "version": "0.0.2-snapshot-20240521080659",
4
4
  "description": "SDK for the Medusa API",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "typescript": "^5.1.6"
29
29
  },
30
30
  "dependencies": {
31
- "@medusajs/types": "1.12.0-snapshot-20240520183547",
31
+ "@medusajs/types": "1.12.0-snapshot-20240521080659",
32
32
  "qs": "^6.12.1"
33
33
  },
34
34
  "scripts": {