create-warlock 4.2.8 → 4.2.10

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 CHANGED
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## 4.2.10
10
+
11
+ ### Changed
12
+
13
+ - The project template now pins the latest `@mongez/*` versions — `@mongez/reinforcements@^3.2.0` and `@mongez/agent-kit@^1.2.0` — so freshly scaffolded apps start on current dependencies. (`@warlock.js/*` versions in the template are still rewritten to the scaffolder's own version at install time.)
14
+
9
15
  ## 4.2.7
10
16
 
11
17
  ### Fixed
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "@clack/prompts": "^0.7.0",
11
11
  "@mongez/copper": "^2.1.2",
12
- "@warlock.js/fs": "4.2.8",
12
+ "@warlock.js/fs": "4.2.10",
13
13
  "@mongez/reinforcements": "^3.2.0",
14
14
  "cross-spawn": "^7.0.3",
15
15
  "rimraf": "^6.0.1",
@@ -18,7 +18,7 @@
18
18
  "bin": {
19
19
  "create-warlock": "bin/create-app.js"
20
20
  },
21
- "version": "4.2.8",
21
+ "version": "4.2.10",
22
22
  "type": "module",
23
23
  "main": "./esm/index.mjs",
24
24
  "module": "./esm/index.mjs",
@@ -32,7 +32,7 @@
32
32
  "lf": "find . -type d ( -name 'node_modules' -o -name '.git' ) -prune -o -type f -exec dos2unix {} ;"
33
33
  },
34
34
  "dependencies": {
35
- "@mongez/reinforcements": "^3.1.16",
35
+ "@mongez/reinforcements": "^3.2.0",
36
36
  "@mongez/localization": "^3.4.6",
37
37
  "@mongez/supportive-is": "^2.1.3",
38
38
  "@warlock.js/auth": "4.0.119",
@@ -46,7 +46,7 @@
46
46
  "dayjs": "^1.11.19"
47
47
  },
48
48
  "devDependencies": {
49
- "@mongez/agent-kit": "^1.0.17",
49
+ "@mongez/agent-kit": "^1.2.0",
50
50
  "@mongez/huskier": "^3.0.0",
51
51
  "@types/node": "^25.0.3",
52
52
  "@types/prettier": "^3.0.0",