@nowline/cli 0.2.4 → 0.2.5
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nowline/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "Nowline command-line interface — validate, convert, init",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"consola": "^3.4.0",
|
|
34
34
|
"js-yaml": "^4.1.0",
|
|
35
35
|
"langium": "~4.2.2",
|
|
36
|
-
"@nowline/
|
|
37
|
-
"@nowline/export-core": "0.2.
|
|
38
|
-
"@nowline/
|
|
39
|
-
"@nowline/export-html": "0.2.
|
|
40
|
-
"@nowline/export-
|
|
41
|
-
"@nowline/export-
|
|
42
|
-
"@nowline/export-pdf": "0.2.
|
|
43
|
-
"@nowline/
|
|
44
|
-
"@nowline/
|
|
45
|
-
"@nowline/
|
|
46
|
-
"@nowline/
|
|
36
|
+
"@nowline/config": "0.2.5",
|
|
37
|
+
"@nowline/export-core": "0.2.5",
|
|
38
|
+
"@nowline/core": "0.2.5",
|
|
39
|
+
"@nowline/export-html": "0.2.5",
|
|
40
|
+
"@nowline/export-msproj": "0.2.5",
|
|
41
|
+
"@nowline/export-mermaid": "0.2.5",
|
|
42
|
+
"@nowline/export-pdf": "0.2.5",
|
|
43
|
+
"@nowline/layout": "0.2.5",
|
|
44
|
+
"@nowline/export-png": "0.2.5",
|
|
45
|
+
"@nowline/renderer": "0.2.5",
|
|
46
|
+
"@nowline/export-xlsx": "0.2.5"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/babel__code-frame": "^7.0.6",
|
package/src/generated/version.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Auto-generated by scripts/bundle-templates.mjs. Do not edit by hand.
|
|
2
2
|
|
|
3
|
-
export const CLI_VERSION = "0.2.
|
|
3
|
+
export const CLI_VERSION = "0.2.5";
|
|
4
4
|
|
|
5
5
|
export interface CliBuild {
|
|
6
6
|
/** Short git SHA at build time, or empty when not in a git checkout. */
|
|
@@ -12,7 +12,7 @@ export interface CliBuild {
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
export const CLI_BUILD: CliBuild = {
|
|
15
|
-
"sha": "
|
|
15
|
+
"sha": "4eee782",
|
|
16
16
|
"isRelease": true,
|
|
17
17
|
"isDirty": false
|
|
18
18
|
};
|