nx 20.2.0-canary.20241123-128778e → 20.2.0-canary.20241126-beded4e

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.
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk=self.webpackChunk||[]).push([[532],{15894:()=>{}},s=>{var e;e=15894,s(s.s=e)}]);
1
+ "use strict";(self.webpackChunk=self.webpackChunk||[]).push([[532],{90297:()=>{}},s=>{var e;e=90297,s(s.s=e)}]);
Binary file
@@ -122,7 +122,8 @@ async function connectToNxCloud(tree, schema, nxJson = (0, nx_json_1.readNxJson)
122
122
  */
123
123
  if (!schema.generateToken &&
124
124
  isGitHubDetected &&
125
- schema.installationSource === 'nx-connect')
125
+ (schema.installationSource === 'nx-connect' ||
126
+ schema.installationSource === 'nx-console'))
126
127
  return null;
127
128
  try {
128
129
  responseFromCreateNxCloudWorkspaceV2 = await createNxCloudWorkspaceV2(getRootPackageName(tree), schema.installationSource, getNxInitDate());