create-medusa-app 2.12.2 → 2.13.0-snapshot-20251214175925

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.13.0-snapshot-20251214175925
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @medusajs/deps@2.13.0-snapshot-20251214175925
9
+ - @medusajs/telemetry@2.13.0-snapshot-20251214175925
10
+
3
11
  ## 2.12.2
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-medusa-app",
3
- "version": "2.12.2",
3
+ "version": "2.13.0-snapshot-20251214175925",
4
4
  "description": "Create a Medusa project using a single command.",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",
@@ -13,8 +13,8 @@
13
13
  "watch": "yarn run -T tsc --watch"
14
14
  },
15
15
  "dependencies": {
16
- "@medusajs/deps": "2.12.2",
17
- "@medusajs/telemetry": "2.12.2",
16
+ "@medusajs/deps": "2.13.0-snapshot-20251214175925",
17
+ "@medusajs/telemetry": "2.13.0-snapshot-20251214175925",
18
18
  "boxen": "^5.0.1",
19
19
  "chalk": "^4.1.2",
20
20
  "commander": "^11.0.0",