@nowline/cli 0.2.3 → 0.2.4

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.2.3";
1
+ export declare const CLI_VERSION = "0.2.4";
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.2.3";
2
+ export const CLI_VERSION = "0.2.4";
3
3
  export const CLI_BUILD = {
4
- "sha": "51c2e0e",
4
+ "sha": "88b0026",
5
5
  "isRelease": true,
6
6
  "isDirty": false
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nowline/cli",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
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/config": "0.2.3",
37
- "@nowline/export-core": "0.2.3",
38
- "@nowline/export-html": "0.2.3",
39
- "@nowline/export-mermaid": "0.2.3",
40
- "@nowline/export-msproj": "0.2.3",
41
- "@nowline/core": "0.2.3",
42
- "@nowline/export-pdf": "0.2.3",
43
- "@nowline/layout": "0.2.3",
44
- "@nowline/export-xlsx": "0.2.3",
45
- "@nowline/renderer": "0.2.3",
46
- "@nowline/export-png": "0.2.3"
36
+ "@nowline/core": "0.2.4",
37
+ "@nowline/export-core": "0.2.4",
38
+ "@nowline/config": "0.2.4",
39
+ "@nowline/export-html": "0.2.4",
40
+ "@nowline/export-mermaid": "0.2.4",
41
+ "@nowline/export-msproj": "0.2.4",
42
+ "@nowline/export-pdf": "0.2.4",
43
+ "@nowline/export-png": "0.2.4",
44
+ "@nowline/layout": "0.2.4",
45
+ "@nowline/export-xlsx": "0.2.4",
46
+ "@nowline/renderer": "0.2.4"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/babel__code-frame": "^7.0.6",
@@ -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";
3
+ export const CLI_VERSION = "0.2.4";
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": "51c2e0e",
15
+ "sha": "88b0026",
16
16
  "isRelease": true,
17
17
  "isDirty": false
18
18
  };