okai 0.0.19 → 0.0.20

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -151,11 +151,11 @@ export async function cli(cmdArgs) {
151
151
  console.log(`Unknown Command: ${command.script} ${command.unknown.join(' ')}\n`);
152
152
  }
153
153
  console.log(`Usage:
154
- ${script} <prompt> Generate new TypeScript Data Models, C# APIs and Migrations from prompt
154
+ ${script} <prompt> Generate new TypeScript Data Models, C# APIs and Migrations from prompt
155
155
  -m, -models <model,> Specify up to 5 LLM models to generate .d.ts Data Models
156
156
  -l, -license <LC-xxx> Specify valid license certificate or key to use premium models
157
157
 
158
- ${script} <models>.d.ts Regenerate C# *.cs files for Data Models defined in the TypeScript .d.ts file
158
+ ${script} <models>.d.ts Regenerate C# *.cs files for Data Models defined in the TypeScript .d.ts file
159
159
  -w, -watch Watch for changes to <models>.d.ts and regenerate *.cs on save
160
160
 
161
161
  ${script} rm <models>.d.ts Remove <models>.d.ts and its generated *.cs files
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "okai",
3
3
  "type": "module",
4
- "version": "0.0.19",
4
+ "version": "0.0.20",
5
5
  "bin": "./dist/okai.js",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",