@nowline/export 0.0.0-dev.20260605224805.g7df792d → 0.6.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.
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nowline/export",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Nowline export kernel — the single parse→resolve→layout→renderSvg→format code path shared by every surface for byte-identical export output",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"engines": {
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"src/"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@nowline/core": "0.
|
|
25
|
-
"@nowline/export-
|
|
26
|
-
"@nowline/export-
|
|
27
|
-
"@nowline/export-
|
|
28
|
-
"@nowline/export-
|
|
29
|
-
"@nowline/export-mermaid": "0.
|
|
30
|
-
"@nowline/export-png": "0.
|
|
31
|
-
"@nowline/export-xlsx": "0.
|
|
32
|
-
"@nowline/layout": "0.
|
|
33
|
-
"@nowline/renderer": "0.
|
|
24
|
+
"@nowline/core": "0.6.0",
|
|
25
|
+
"@nowline/export-html": "0.6.0",
|
|
26
|
+
"@nowline/export-core": "0.6.0",
|
|
27
|
+
"@nowline/export-msproj": "0.6.0",
|
|
28
|
+
"@nowline/export-pdf": "0.6.0",
|
|
29
|
+
"@nowline/export-mermaid": "0.6.0",
|
|
30
|
+
"@nowline/export-png": "0.6.0",
|
|
31
|
+
"@nowline/export-xlsx": "0.6.0",
|
|
32
|
+
"@nowline/layout": "0.6.0",
|
|
33
|
+
"@nowline/renderer": "0.6.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"langium": "~4.2.4"
|