highmark-cli 1.2.8 → 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 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
- [publish] Publish the input Markdown file to the output HTML file
68
+ set-options Set options
67
69
 
68
70
  Options:
69
71
 
@@ -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
- [publish] Publish the input Markdown file to the output HTML file
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.8",
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.421",
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"