create-medusa-app 3.0.0-preview-20250211091350 → 3.0.0-preview-20250406164537
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/CHANGELOG.md +32 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,43 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 3.0.0-preview-
|
|
3
|
+
## 3.0.0-preview-20250406164537
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @medusajs/telemetry@3.0.0-preview-20250406164537
|
|
9
|
+
|
|
10
|
+
## 2.6.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#11738](https://github.com/medusajs/medusa/pull/11738) [`3b470f41427e487c68f89b8ee8155de716ffe861`](https://github.com/medusajs/medusa/commit/3b470f41427e487c68f89b8ee8155de716ffe861) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Remove ranges on Medusa packages
|
|
15
|
+
|
|
16
|
+
- Updated dependencies []:
|
|
17
|
+
- @medusajs/telemetry@2.6.1
|
|
18
|
+
|
|
19
|
+
## 2.6.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies []:
|
|
24
|
+
- @medusajs/telemetry@2.6.0
|
|
25
|
+
|
|
26
|
+
## 2.5.1
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies []:
|
|
31
|
+
- @medusajs/telemetry@2.5.1
|
|
32
|
+
|
|
33
|
+
## 2.5.0
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
|
6
36
|
|
|
7
37
|
- [#11037](https://github.com/medusajs/medusa/pull/11037) [`a16eaad6c97e1233bd30142adf314065d322af50`](https://github.com/medusajs/medusa/commit/a16eaad6c97e1233bd30142adf314065d322af50) Thanks [@Gederooney](https://github.com/Gederooney)! - Fix issue where create-medusa-app repeatedly asked for database credentials even when --db-url was specified. The logic in MedusaProjectCreator->create()->initializeProject()->setupDatabase() always defines a dbName. Updated the getDbClientAndCredentials() method to check db-url first
|
|
8
38
|
|
|
9
39
|
- Updated dependencies []:
|
|
10
|
-
- @medusajs/telemetry@
|
|
40
|
+
- @medusajs/telemetry@2.5.0
|
|
11
41
|
|
|
12
42
|
## 2.4.0
|
|
13
43
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-medusa-app",
|
|
3
|
-
"version": "3.0.0-preview-
|
|
3
|
+
"version": "3.0.0-preview-20250406164537",
|
|
4
4
|
"description": "Create a Medusa project using a single command.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./dist/index.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"watch": "tsc --watch"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@medusajs/telemetry": "3.0.0-preview-
|
|
16
|
+
"@medusajs/telemetry": "3.0.0-preview-20250406164537",
|
|
17
17
|
"boxen": "^5",
|
|
18
18
|
"chalk": "^5.2.0",
|
|
19
19
|
"commander": "^10.0.1",
|