@devkong/cli 0.0.67-alpha.11 → 0.0.67-alpha.13
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 +5 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -61087,7 +61087,11 @@ var GenerateCommand = class {
|
|
|
61087
61087
|
platform: sdk,
|
|
61088
61088
|
nxCloud: "skip",
|
|
61089
61089
|
packageManager: "npm",
|
|
61090
|
-
trustThirdPartyPreset: true
|
|
61090
|
+
trustThirdPartyPreset: true,
|
|
61091
|
+
// Disable Nx usage analytics by default so generation never prompts. This
|
|
61092
|
+
// is written to the workspace's nx.json before the preset runs; users can
|
|
61093
|
+
// opt back in later via "analytics" in nx.json.
|
|
61094
|
+
analytics: false
|
|
61091
61095
|
});
|
|
61092
61096
|
}
|
|
61093
61097
|
};
|