@hymarkx/cli 0.0.4 → 0.0.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/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { compile, compileComponents, diagnosticOrigin, renderDiagnostic, renderD
|
|
|
5
5
|
import { format } from '@hymarkx/formatter';
|
|
6
6
|
import { startDevServer } from './dev.js';
|
|
7
7
|
/** Current CLI package version. */
|
|
8
|
-
export const VERSION = '0.0.
|
|
8
|
+
export const VERSION = '0.0.5';
|
|
9
9
|
const ZERO_SPAN = {
|
|
10
10
|
start: { line: 1, column: 1, offset: 0 },
|
|
11
11
|
end: { line: 1, column: 1, offset: 0 },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hymarkx/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "Command-line interface for building and checking HyMarkX (HMX) documents.",
|
|
5
5
|
"license": "MIT OR Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"LICENSE-APACHE"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@hymarkx/compiler": "0.0.
|
|
38
|
-
"@hymarkx/formatter": "0.0.
|
|
37
|
+
"@hymarkx/compiler": "0.0.5",
|
|
38
|
+
"@hymarkx/formatter": "0.0.5"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=22"
|