@nowline/browser 0.6.0 → 0.7.0

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nowline/browser",
3
- "version": "0.6.0",
4
- "description": "Browser-safe Nowline pipeline: parse + validate + resolve includes + layout + render with pluggable I/O hooks. Consumed by @nowline/embed, the VS Code preview, and any third-party browser tool.",
3
+ "version": "0.7.0",
4
+ "description": "Runs the whole Nowline pipeline parse, validate, resolve includes, lay out, and render — in the browser, with pluggable I/O hooks. Powers @nowline/embed and the VS Code preview.",
5
5
  "license": "Apache-2.0",
6
6
  "engines": {
7
7
  "node": ">=22",
@@ -39,9 +39,9 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "langium": "~4.2.4",
42
- "@nowline/renderer": "0.6.0",
43
- "@nowline/core": "0.6.0",
44
- "@nowline/layout": "0.6.0"
42
+ "@nowline/core": "0.7.0",
43
+ "@nowline/layout": "0.7.0",
44
+ "@nowline/renderer": "0.7.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^25.9.1",