highmark-cli 1.3.47 → 1.3.50

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
@@ -75,7 +75,7 @@ Options:
75
75
 
76
76
  --port|-p The server port, the default being 8888
77
77
 
78
- --fonts|-f Copy the fonts to a fonts folder next to the output file
78
+ --fonts|-f Copy CUM fonts to a font folder next to the output file
79
79
 
80
80
  --watch|-w Watch for changes to the client file and in the output directory
81
81
 
@@ -27,7 +27,7 @@ Options:
27
27
 
28
28
  --port|-p The server port, the default being 8888
29
29
 
30
- --fonts|-f Copy the fonts to a fonts folder next to the output file
30
+ --fonts|-f Copy CMU fonts to a font folder next to the output file
31
31
 
32
32
  --watch|-w Watch for changes to the client file and in the output directory
33
33
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "highmark-cli",
3
3
  "author": "James Smith",
4
- "version": "1.3.47",
4
+ "version": "1.3.50",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/highmark-cli",
7
7
  "description": "Highmark's LIC tool.",
@@ -12,8 +12,8 @@
12
12
  "dependencies": {
13
13
  "argumentative": "^2.0.28",
14
14
  "express": "^4.19.2",
15
- "highmark-client": "^1.0.2",
16
- "highmark-markdown": "^1.0.44",
15
+ "highmark-client": "^1.0.7",
16
+ "highmark-markdown": "^1.0.46",
17
17
  "lively-cli": "^2.0.65",
18
18
  "necessary": "^14.0.1",
19
19
  "occam-entities": "^1.0.124"