occam-verify-cli 0.0.361 → 0.0.364

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,9 +1,9 @@
1
1
  "use strict";
2
2
 
3
- const { LOG_LEVEL_OPTIONS, RELEASE_NAME_OPTIONS } = require("./options");
3
+ const { LOG_LEVEL_OPTION, RELEASE_NAME_OPTION } = require("./options");
4
4
 
5
- const l = LOG_LEVEL_OPTIONS,
6
- p = RELEASE_NAME_OPTIONS;
5
+ const l = LOG_LEVEL_OPTION,
6
+ p = RELEASE_NAME_OPTION;
7
7
 
8
8
  module.exports = {
9
9
  l,
package/bin/options.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
 
3
- const LOG_LEVEL_OPTIONS = "log-level",
4
- RELEASE_NAME_OPTIONS = "package-name";
3
+ const LOG_LEVEL_OPTION = "log-level",
4
+ RELEASE_NAME_OPTION = "package-name";
5
5
 
6
6
  module.exports = {
7
- LOG_LEVEL_OPTIONS,
8
- RELEASE_NAME_OPTIONS
7
+ LOG_LEVEL_OPTION,
8
+ RELEASE_NAME_OPTION
9
9
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "occam-verify-cli",
3
3
  "author": "James Smith",
4
- "version": "0.0.361",
4
+ "version": "0.0.364",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/occam-verify-cli",
7
7
  "description": "Occam's Verifier",
@@ -14,7 +14,7 @@
14
14
  "necessary": "^11.1.11",
15
15
  "occam-custom-grammars": "^5.0.359",
16
16
  "occam-dom": "^3.0.171",
17
- "occam-file-system": "^5.0.72",
17
+ "occam-file-system": "^5.0.74",
18
18
  "occam-grammar-utilities": "^7.0.66"
19
19
  },
20
20
  "devDependencies": {