highmark-cli 1.2.9 → 1.2.10
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/README.md +3 -1
- package/bin/action/help.js +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -59,11 +59,13 @@ Commands:
|
|
|
59
59
|
|
|
60
60
|
version Show the version
|
|
61
61
|
|
|
62
|
+
[publish] <project-directory-name> Publish the given project
|
|
63
|
+
|
|
62
64
|
server Run a server to view the output file
|
|
63
65
|
|
|
64
66
|
initialise Create a configuration file
|
|
65
67
|
|
|
66
|
-
|
|
68
|
+
set-options Set options
|
|
67
69
|
|
|
68
70
|
Options:
|
|
69
71
|
|
package/bin/action/help.js
CHANGED
|
@@ -11,11 +11,13 @@ Commands:
|
|
|
11
11
|
|
|
12
12
|
version Show the version
|
|
13
13
|
|
|
14
|
+
[publish] <project-directory-name> Publish the given project
|
|
15
|
+
|
|
14
16
|
server Run a server to view the output file
|
|
15
17
|
|
|
16
18
|
initialise Create a configuration file
|
|
17
19
|
|
|
18
|
-
|
|
20
|
+
set-options Set options
|
|
19
21
|
|
|
20
22
|
Options:
|
|
21
23
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "highmark-cli",
|
|
3
3
|
"author": "James Smith",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.10",
|
|
5
5
|
"license": "MIT, Anti-996",
|
|
6
6
|
"homepage": "https://github.com/djalbat/highmark-cli",
|
|
7
7
|
"description": "Highmark's LIC tool.",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"argumentative": "^2.0.28",
|
|
14
14
|
"express": "^4.19.2",
|
|
15
15
|
"highmark-client": "^0.0.98",
|
|
16
|
-
"highmark-markdown": "^0.0.
|
|
16
|
+
"highmark-markdown": "^0.0.424",
|
|
17
17
|
"lively-cli": "^2.0.65",
|
|
18
18
|
"necessary": "^14.0.1",
|
|
19
19
|
"occam-entities": "^1.0.111"
|