@devkong/cli 0.0.15 → 0.0.16

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/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -67165,7 +67165,8 @@ var GenerateCommand = class {
67165
67165
  id,
67166
67166
  sdk,
67167
67167
  name: extensionName,
67168
- ownership: ["devkong"]
67168
+ ownership: ["devkong"],
67169
+ alias: {}
67169
67170
  });
67170
67171
  await (0, import_create_nx_workspace.createWorkspace)(`@devkong/cli-nx@${presetVersion}`, {
67171
67172
  name: extensionName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devkong/cli",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "type": "commonjs",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",