@atelier-ui/create-workspace 0.2.35 → 0.2.37
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
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## 0.2.37 (2026-09-06)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for create-workspace to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 0.2.36 (2026-09-06)
|
|
6
|
+
|
|
7
|
+
This was a version bump only for create-workspace to align it with other projects, there were no code changes.
|
|
8
|
+
|
|
1
9
|
## 0.2.35 (2026-09-06)
|
|
2
10
|
|
|
3
11
|
### 🩹 Fixes
|
package/package.json
CHANGED
|
@@ -363,7 +363,7 @@ async function checkMcpEndpoints(env) {
|
|
|
363
363
|
// depth (two levels above tools/scripts) in both, so the ports to check
|
|
364
364
|
// differ by tree even though the code is one file — the environment logic
|
|
365
365
|
// has to live in here, not as a divergence between the two copies. The two
|
|
366
|
-
// copies are kept byte-identical by `npm run check:preflight`
|
|
366
|
+
// copies are kept byte-identical by `npm run check:preflight-clone-sync`
|
|
367
367
|
// (tools/scripts/sync-preflight.mjs --check) — NOT by `check:sync`, which
|
|
368
368
|
// only checks Angular/React/Vue component drift and never looks at
|
|
369
369
|
// `libs/create-workspace/`.
|