@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.
- package/index.js +2 -1
- 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,
|