musubix2 0.5.91 → 0.5.92

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.
@@ -1 +1 @@
1
- {"generator":"musubix2","version":"0.5.91","timestamp":"2026-07-11T23:49:57.942Z"}
1
+ {"generator":"musubix2","version":"0.5.92","timestamp":"2026-07-11T23:57:43.835Z"}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0",
3
- "generatedAt": "2026-07-11T23:49:57.973Z",
3
+ "generatedAt": "2026-07-11T23:57:43.865Z",
4
4
  "entries": [
5
5
  {
6
6
  "platform": "copilot",
package/dist/cli.js CHANGED
@@ -3219,7 +3219,7 @@ var init_c4_generator = __esm({
3219
3219
  const elements = [];
3220
3220
  const seenIds = /* @__PURE__ */ new Set();
3221
3221
  for (const e of this.elements) {
3222
- if (!levelFilter.includes(e.type) || seenIds.has(e.id)) {
3222
+ if (!e.id || !levelFilter.includes(e.type) || seenIds.has(e.id)) {
3223
3223
  continue;
3224
3224
  }
3225
3225
  seenIds.add(e.id);
package/dist/index.js CHANGED
@@ -3219,7 +3219,7 @@ var init_c4_generator = __esm({
3219
3219
  const elements = [];
3220
3220
  const seenIds = /* @__PURE__ */ new Set();
3221
3221
  for (const e of this.elements) {
3222
- if (!levelFilter.includes(e.type) || seenIds.has(e.id)) {
3222
+ if (!e.id || !levelFilter.includes(e.type) || seenIds.has(e.id)) {
3223
3223
  continue;
3224
3224
  }
3225
3225
  seenIds.add(e.id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musubix2",
3
- "version": "0.5.91",
3
+ "version": "0.5.92",
4
4
  "description": "MUSUBIX2 — Specification Driven Development System",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",