@medusajs/cart 2.10.2-snapshot-20250907131935 → 2.10.2-snapshot-20250908120151
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/tsconfig.tsbuildinfo +1 -1
- package/package.json +23 -23
@@ -1 +1 @@
|
|
1
|
-
{"root":["../src/index.ts","../src/migrations/
|
1
|
+
{"root":["../src/index.ts","../src/migrations/Migration20240222170223.ts","../src/migrations/Migration20240831125857.ts","../src/migrations/Migration20241106085918.ts","../src/migrations/Migration20241205095237.ts","../src/migrations/Migration20241216183049.ts","../src/migrations/Migration20241218091938.ts","../src/migrations/Migration20250120115059.ts","../src/migrations/Migration20250212131240.ts","../src/migrations/Migration20250326151602.ts","../src/migrations/Migration20250508081553.ts","../src/models/address.ts","../src/models/cart.ts","../src/models/credit-line.ts","../src/models/index.ts","../src/models/line-item-adjustment.ts","../src/models/line-item-tax-line.ts","../src/models/line-item.ts","../src/models/shipping-method-adjustment.ts","../src/models/shipping-method-tax-line.ts","../src/models/shipping-method.ts","../src/services/cart-module.ts","../src/services/index.ts","../src/types/address.ts","../src/types/cart.ts","../src/types/index.ts","../src/types/line-item-adjustment.ts","../src/types/line-item-tax-line.ts","../src/types/line-item.ts","../src/types/shipping-method-adjustment.ts","../src/types/shipping-method-tax-line.ts","../src/types/shipping-method.ts","../src/types/tax-line.ts"],"version":"5.6.2"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/cart",
|
3
|
-
"version": "2.10.2-snapshot-
|
3
|
+
"version": "2.10.2-snapshot-20250908120151",
|
4
4
|
"description": "Medusa Cart module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -23,27 +23,6 @@
|
|
23
23
|
},
|
24
24
|
"author": "Medusa",
|
25
25
|
"license": "MIT",
|
26
|
-
"devDependencies": {
|
27
|
-
"@medusajs/framework": "2.10.2-snapshot-20250907131935",
|
28
|
-
"@medusajs/test-utils": "2.10.2-snapshot-20250907131935",
|
29
|
-
"@mikro-orm/cli": "6.5.2",
|
30
|
-
"@mikro-orm/core": "6.5.2",
|
31
|
-
"@mikro-orm/migrations": "6.5.2",
|
32
|
-
"@mikro-orm/postgresql": "6.5.2",
|
33
|
-
"@swc/core": "^1.7.28",
|
34
|
-
"@swc/jest": "^0.2.36",
|
35
|
-
"jest": "^29.7.0",
|
36
|
-
"rimraf": "^3.0.2",
|
37
|
-
"tsc-alias": "^1.8.6",
|
38
|
-
"typescript": "^5.6.2"
|
39
|
-
},
|
40
|
-
"peerDependencies": {
|
41
|
-
"@medusajs/framework": "2.10.2-snapshot-20250907131935",
|
42
|
-
"@mikro-orm/core": "6.5.2",
|
43
|
-
"@mikro-orm/migrations": "6.5.2",
|
44
|
-
"@mikro-orm/postgresql": "6.5.2",
|
45
|
-
"awilix": "^8.0.1"
|
46
|
-
},
|
47
26
|
"scripts": {
|
48
27
|
"watch": "tsc --build --watch",
|
49
28
|
"watch:test": "tsc --build tsconfig.spec.json --watch",
|
@@ -55,5 +34,26 @@
|
|
55
34
|
"migration:create": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm migration:create",
|
56
35
|
"migration:up": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm migration:up",
|
57
36
|
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
|
37
|
+
},
|
38
|
+
"devDependencies": {
|
39
|
+
"@medusajs/framework": "2.10.2-snapshot-20250908120151",
|
40
|
+
"@medusajs/test-utils": "2.10.2-snapshot-20250908120151",
|
41
|
+
"@mikro-orm/cli": "6.4.3",
|
42
|
+
"@mikro-orm/core": "6.4.3",
|
43
|
+
"@mikro-orm/migrations": "6.4.3",
|
44
|
+
"@mikro-orm/postgresql": "6.4.3",
|
45
|
+
"@swc/core": "^1.7.28",
|
46
|
+
"@swc/jest": "^0.2.36",
|
47
|
+
"jest": "^29.7.0",
|
48
|
+
"rimraf": "^3.0.2",
|
49
|
+
"tsc-alias": "^1.8.6",
|
50
|
+
"typescript": "^5.6.2"
|
51
|
+
},
|
52
|
+
"peerDependencies": {
|
53
|
+
"@medusajs/framework": "2.10.2-snapshot-20250908120151",
|
54
|
+
"@mikro-orm/core": "6.4.3",
|
55
|
+
"@mikro-orm/migrations": "6.4.3",
|
56
|
+
"@mikro-orm/postgresql": "6.4.3",
|
57
|
+
"awilix": "^8.0.1"
|
58
58
|
}
|
59
|
-
}
|
59
|
+
}
|