musubix2 0.5.76 → 0.5.77

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.76","timestamp":"2026-07-11T00:09:01.910Z"}
1
+ {"generator":"musubix2","version":"0.5.77","timestamp":"2026-07-11T00:18:49.514Z"}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0",
3
- "generatedAt": "2026-07-11T00:09:01.943Z",
3
+ "generatedAt": "2026-07-11T00:18:49.545Z",
4
4
  "entries": [
5
5
  {
6
6
  "platform": "copilot",
package/dist/cli.js CHANGED
@@ -1210,7 +1210,7 @@ var init_markdown_ears_parser = __esm({
1210
1210
  }
1211
1211
  parse(markdown) {
1212
1212
  const requirements = [];
1213
- const lines = markdown.split("\n");
1213
+ const lines = markdown.split(/\r\n|\r|\n/);
1214
1214
  let currentReq = null;
1215
1215
  let currentBlock = "";
1216
1216
  let blockStartLine = 0;
package/dist/index.js CHANGED
@@ -1210,7 +1210,7 @@ var init_markdown_ears_parser = __esm({
1210
1210
  }
1211
1211
  parse(markdown) {
1212
1212
  const requirements = [];
1213
- const lines = markdown.split("\n");
1213
+ const lines = markdown.split(/\r\n|\r|\n/);
1214
1214
  let currentReq = null;
1215
1215
  let currentBlock = "";
1216
1216
  let blockStartLine = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musubix2",
3
- "version": "0.5.76",
3
+ "version": "0.5.77",
4
4
  "description": "MUSUBIX2 — Specification Driven Development System",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",