@gzl10/nexus-sdk 0.8.0 → 0.8.1
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/dist/cli/index.js +1 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -150,6 +150,6 @@ New file: ${path}`));
|
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
// src/cli/index.ts
|
|
153
|
-
var program = new Command2().name("nexus-sdk").description("Nexus SDK CLI - Code generation from EntityDefinitions").version("0.8.
|
|
153
|
+
var program = new Command2().name("nexus-sdk").description("Nexus SDK CLI - Code generation from EntityDefinitions").version("0.8.1");
|
|
154
154
|
program.addCommand(createGenerateCommand());
|
|
155
155
|
program.parse();
|
package/dist/index.d.ts
CHANGED