@medusajs/js-sdk 0.0.2-snapshot-20240529103348 → 0.0.2-snapshot-20240529144621
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/js-sdk",
|
3
|
-
"version": "0.0.2-snapshot-
|
3
|
+
"version": "0.0.2-snapshot-20240529144621",
|
4
4
|
"description": "SDK for the Medusa API",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -20,6 +20,7 @@
|
|
20
20
|
"author": "Medusa",
|
21
21
|
"license": "MIT",
|
22
22
|
"devDependencies": {
|
23
|
+
"@medusajs/types": "1.12.0-snapshot-20240529144621",
|
23
24
|
"cross-env": "^5.2.1",
|
24
25
|
"jest": "^29.6.3",
|
25
26
|
"msw": "^2.3.0",
|
@@ -28,7 +29,6 @@
|
|
28
29
|
"typescript": "^5.1.6"
|
29
30
|
},
|
30
31
|
"dependencies": {
|
31
|
-
"@medusajs/types": "1.12.0-snapshot-20240529103348",
|
32
32
|
"qs": "^6.12.1"
|
33
33
|
},
|
34
34
|
"scripts": {
|