@nowline/cli 0.0.0-dev.20260617035816.gc1df5aa → 0.0.0-dev.20260617043441.g6dd4e3f
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,4 +1,4 @@
|
|
|
1
|
-
export declare const CLI_VERSION = "0.0.0-dev.
|
|
1
|
+
export declare const CLI_VERSION = "0.0.0-dev.20260617043441.g6dd4e3f";
|
|
2
2
|
export interface CliBuild {
|
|
3
3
|
/** Short git SHA at build time, or empty when not in a git checkout. */
|
|
4
4
|
readonly sha: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Auto-generated by scripts/bundle-templates.mjs. Do not edit by hand.
|
|
2
|
-
export const CLI_VERSION = "0.0.0-dev.
|
|
2
|
+
export const CLI_VERSION = "0.0.0-dev.20260617043441.g6dd4e3f";
|
|
3
3
|
export const CLI_BUILD = {
|
|
4
|
-
"sha": "
|
|
4
|
+
"sha": "6dd4e3f",
|
|
5
5
|
"isRelease": false,
|
|
6
6
|
"isDirty": true
|
|
7
7
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nowline/cli",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.20260617043441.g6dd4e3f",
|
|
4
4
|
"description": "Command-line tool to check, convert, and create Nowline roadmaps.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"engines": {
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
"consola": "^3.4.2",
|
|
39
39
|
"js-yaml": "^4.1.1",
|
|
40
40
|
"langium": "~4.2.4",
|
|
41
|
-
"@nowline/config": "0.0.0-dev.
|
|
42
|
-
"@nowline/
|
|
43
|
-
"@nowline/
|
|
44
|
-
"@nowline/
|
|
45
|
-
"@nowline/export-html": "0.0.0-dev.
|
|
46
|
-
"@nowline/export": "0.0.0-dev.
|
|
47
|
-
"@nowline/export-mermaid": "0.0.0-dev.
|
|
48
|
-
"@nowline/export-msproj": "0.0.0-dev.
|
|
49
|
-
"@nowline/
|
|
50
|
-
"@nowline/export-
|
|
51
|
-
"@nowline/
|
|
52
|
-
"@nowline/
|
|
53
|
-
"@nowline/
|
|
41
|
+
"@nowline/config": "0.0.0-dev.20260617043441.g6dd4e3f",
|
|
42
|
+
"@nowline/export": "0.0.0-dev.20260617043441.g6dd4e3f",
|
|
43
|
+
"@nowline/mcp": "0.0.0-dev.20260617043441.g6dd4e3f",
|
|
44
|
+
"@nowline/core": "0.0.0-dev.20260617043441.g6dd4e3f",
|
|
45
|
+
"@nowline/export-html": "0.0.0-dev.20260617043441.g6dd4e3f",
|
|
46
|
+
"@nowline/export-core": "0.0.0-dev.20260617043441.g6dd4e3f",
|
|
47
|
+
"@nowline/export-mermaid": "0.0.0-dev.20260617043441.g6dd4e3f",
|
|
48
|
+
"@nowline/export-msproj": "0.0.0-dev.20260617043441.g6dd4e3f",
|
|
49
|
+
"@nowline/layout": "0.0.0-dev.20260617043441.g6dd4e3f",
|
|
50
|
+
"@nowline/export-xlsx": "0.0.0-dev.20260617043441.g6dd4e3f",
|
|
51
|
+
"@nowline/export-png": "0.0.0-dev.20260617043441.g6dd4e3f",
|
|
52
|
+
"@nowline/renderer": "0.0.0-dev.20260617043441.g6dd4e3f",
|
|
53
|
+
"@nowline/export-pdf": "0.0.0-dev.20260617043441.g6dd4e3f"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@resvg/resvg-wasm": "^2.6.2",
|
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.0.0-dev.
|
|
3
|
+
export const CLI_VERSION = "0.0.0-dev.20260617043441.g6dd4e3f";
|
|
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": "6dd4e3f",
|
|
16
16
|
"isRelease": false,
|
|
17
17
|
"isDirty": true
|
|
18
18
|
};
|