create-medusa-app 2.12.2-preview-20251210090314 → 2.12.2-preview-20251210120143

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # Change Log
2
2
 
3
- ## 2.12.2-preview-20251210090314
3
+ ## 2.12.2-preview-20251210120143
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#14254](https://github.com/medusajs/medusa/pull/14254) [`9bcfb990bf1d14f99859cf1247627bcc0d797136`](https://github.com/medusajs/medusa/commit/9bcfb990bf1d14f99859cf1247627bcc0d797136) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Upgrade validator patched version
8
8
 
9
9
  - Updated dependencies []:
10
- - @medusajs/deps@2.12.2-preview-20251210090314
11
- - @medusajs/telemetry@2.12.2-preview-20251210090314
10
+ - @medusajs/deps@2.12.2-preview-20251210120143
11
+ - @medusajs/telemetry@2.12.2-preview-20251210120143
12
12
 
13
13
  ## 2.12.1
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-medusa-app",
3
- "version": "2.12.2-preview-20251210090314",
3
+ "version": "2.12.2-preview-20251210120143",
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-preview-20251210090314",
17
- "@medusajs/telemetry": "2.12.2-preview-20251210090314",
16
+ "@medusajs/deps": "2.12.2-preview-20251210120143",
17
+ "@medusajs/telemetry": "2.12.2-preview-20251210120143",
18
18
  "boxen": "^5.0.1",
19
19
  "chalk": "^4.1.2",
20
20
  "commander": "^11.0.0",