create-medusa-app 2.12.2-preview-20251210060135 → 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 +5 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,14 @@
1
1
  # Change Log
2
2
 
3
- ## 2.12.2-preview-20251210060135
3
+ ## 2.12.2-preview-20251210120143
4
4
 
5
5
  ### Patch Changes
6
6
 
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
+
7
9
  - Updated dependencies []:
8
- - @medusajs/deps@2.12.2-preview-20251210060135
9
- - @medusajs/telemetry@2.12.2-preview-20251210060135
10
+ - @medusajs/deps@2.12.2-preview-20251210120143
11
+ - @medusajs/telemetry@2.12.2-preview-20251210120143
10
12
 
11
13
  ## 2.12.1
12
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-medusa-app",
3
- "version": "2.12.2-preview-20251210060135",
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-20251210060135",
17
- "@medusajs/telemetry": "2.12.2-preview-20251210060135",
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",
@@ -26,7 +26,7 @@
26
26
  "ora": "^5.4.1",
27
27
  "slugify": "^1.6.6",
28
28
  "uuid": "^9.0.0",
29
- "validator": "^13.15.20",
29
+ "validator": "^13.15.22",
30
30
  "wait-on": "^9.0.1",
31
31
  "winston": "^3.9.0"
32
32
  },