create-medusa-app 2.6.0-snapshot-20250221164338 → 3.0.0-preview-20250211091350

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -9
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,20 +1,13 @@
1
1
  # Change Log
2
2
 
3
- ## 2.6.0-snapshot-20250221164338
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies []:
8
- - @medusajs/telemetry@2.6.0-snapshot-20250221164338
9
-
10
- ## 2.5.0
3
+ ## 3.0.0-preview-20250211091350
11
4
 
12
5
  ### Patch Changes
13
6
 
14
7
  - [#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
15
8
 
16
9
  - Updated dependencies []:
17
- - @medusajs/telemetry@2.5.0
10
+ - @medusajs/telemetry@3.0.0-preview-20250211091350
18
11
 
19
12
  ## 2.4.0
20
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-medusa-app",
3
- "version": "2.6.0-snapshot-20250221164338",
3
+ "version": "3.0.0-preview-20250211091350",
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": "2.6.0-snapshot-20250221164338",
16
+ "@medusajs/telemetry": "3.0.0-preview-20250211091350",
17
17
  "boxen": "^5",
18
18
  "chalk": "^5.2.0",
19
19
  "commander": "^10.0.1",