@forwardimpact/libutil 0.1.73 → 0.1.74

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.
@@ -16,7 +16,7 @@ const definition = {
16
16
  name: "fit-download-bundle",
17
17
  version: VERSION,
18
18
  description: "Download generated code bundle from remote storage",
19
- options: {
19
+ globalOptions: {
20
20
  help: { type: "boolean", short: "h", description: "Show this help" },
21
21
  version: { type: "boolean", description: "Show version" },
22
22
  json: { type: "boolean", description: "Output help as JSON" },
@@ -13,7 +13,7 @@ const definition = {
13
13
  version: VERSION,
14
14
  description: "Count tokens in text",
15
15
  usage: "fit-tiktoken <text>\n echo 'text' | fit-tiktoken",
16
- options: {
16
+ globalOptions: {
17
17
  help: { type: "boolean", short: "h", description: "Show this help" },
18
18
  version: { type: "boolean", description: "Show version" },
19
19
  json: { type: "boolean", description: "Output help as JSON" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/libutil",
3
- "version": "0.1.73",
3
+ "version": "0.1.74",
4
4
  "description": "Utility functions and utilities for Guide",
5
5
  "license": "Apache-2.0",
6
6
  "author": "D. Olsson <hi@senzilla.io>",