@medusajs/draft-order 2.10.4-preview-20250927210155 → 2.10.4-snapshot-20250918173105

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/draft-order",
3
- "version": "2.10.4-preview-20250927210155",
3
+ "version": "2.10.4-snapshot-20250918173105",
4
4
  "description": "A starter for Medusa plugins.",
5
5
  "author": "Medusa (https://medusajs.com)",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "@ariakit/react": "^0.4.15",
38
38
  "@hookform/resolvers": "3.4.2",
39
- "@medusajs/js-sdk": "2.10.4-preview-20250927210155",
39
+ "@medusajs/js-sdk": "2.10.4-snapshot-20250918173105",
40
40
  "@tanstack/react-query": "5.64.2",
41
41
  "@uiw/react-json-view": "^2.0.0-alpha.17",
42
42
  "date-fns": "^3.6.0",
@@ -45,20 +45,27 @@
45
45
  "react-hook-form": "7.49.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@medusajs/admin-sdk": "2.10.4-preview-20250927210155",
49
- "@medusajs/cli": "2.10.4-preview-20250927210155",
50
- "@medusajs/framework": "2.10.4-preview-20250927210155",
51
- "@medusajs/icons": "2.10.4-preview-20250927210155",
52
- "@medusajs/test-utils": "2.10.4-preview-20250927210155",
53
- "@medusajs/types": "2.10.4-preview-20250927210155",
54
- "@medusajs/ui": "4.0.24-preview-20250927210155",
55
- "@medusajs/ui-preset": "2.10.4-preview-20250927210155",
48
+ "@medusajs/admin-sdk": "2.10.4-snapshot-20250918173105",
49
+ "@medusajs/cli": "2.10.4-snapshot-20250918173105",
50
+ "@medusajs/framework": "2.10.4-snapshot-20250918173105",
51
+ "@medusajs/icons": "2.10.4-snapshot-20250918173105",
52
+ "@medusajs/test-utils": "2.10.4-snapshot-20250918173105",
53
+ "@medusajs/types": "2.10.4-snapshot-20250918173105",
54
+ "@medusajs/ui": "4.0.24-snapshot-20250918173105",
55
+ "@medusajs/ui-preset": "2.10.4-snapshot-20250918173105",
56
+ "@mikro-orm/cli": "6.4.3",
57
+ "@mikro-orm/core": "6.4.3",
58
+ "@mikro-orm/knex": "6.4.3",
59
+ "@mikro-orm/migrations": "6.4.3",
60
+ "@mikro-orm/postgresql": "6.4.3",
56
61
  "@swc/core": "1.5.7",
57
62
  "@types/lodash": "^4.17.15",
58
63
  "@types/node": "^20.0.0",
59
64
  "@types/react": "^18.3.2",
60
65
  "@types/react-dom": "^18.2.25",
66
+ "awilix": "^8.0.1",
61
67
  "lodash": "^4.17.21",
68
+ "pg": "^8.13.0",
62
69
  "react": "^18.2.0",
63
70
  "react-dom": "^18.2.0",
64
71
  "react-router-dom": "6.20.1",
@@ -69,13 +76,20 @@
69
76
  "yalc": "^1.0.0-pre.53"
70
77
  },
71
78
  "peerDependencies": {
72
- "@medusajs/admin-sdk": "2.10.4-preview-20250927210155",
73
- "@medusajs/cli": "2.10.4-preview-20250927210155",
74
- "@medusajs/framework": "2.10.4-preview-20250927210155",
75
- "@medusajs/icons": "2.10.4-preview-20250927210155",
76
- "@medusajs/test-utils": "2.10.4-preview-20250927210155",
77
- "@medusajs/ui": "4.0.24-preview-20250927210155",
79
+ "@medusajs/admin-sdk": "2.10.4-snapshot-20250918173105",
80
+ "@medusajs/cli": "2.10.4-snapshot-20250918173105",
81
+ "@medusajs/framework": "2.10.4-snapshot-20250918173105",
82
+ "@medusajs/icons": "2.10.4-snapshot-20250918173105",
83
+ "@medusajs/test-utils": "2.10.4-snapshot-20250918173105",
84
+ "@medusajs/ui": "4.0.24-snapshot-20250918173105",
85
+ "@mikro-orm/cli": "6.4.3",
86
+ "@mikro-orm/core": "6.4.3",
87
+ "@mikro-orm/knex": "6.4.3",
88
+ "@mikro-orm/migrations": "6.4.3",
89
+ "@mikro-orm/postgresql": "6.4.3",
90
+ "awilix": "^8.0.1",
78
91
  "lodash": "^4.17.21",
92
+ "pg": "^8.13.0",
79
93
  "react-router-dom": "6.20.1"
80
94
  },
81
95
  "engines": {