@cedarjs/cli 6.0.0-canary.2759 → 6.0.0-canary.2762

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.
@@ -237,7 +237,7 @@ async function getAuthSetupHandler(module) {
237
237
  });
238
238
  }
239
239
  const setupModule = await import(module);
240
- return setupModule.default.handler;
240
+ return setupModule.handler;
241
241
  }
242
242
  function isInstalled(module) {
243
243
  const { dependencies, devDependencies } = JSON.parse(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "6.0.0-canary.2759",
3
+ "version": "6.0.0-canary.2762",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,17 +33,17 @@
33
33
  "dependencies": {
34
34
  "@babel/parser": "7.29.7",
35
35
  "@babel/preset-typescript": "7.29.7",
36
- "@cedarjs/api-server": "6.0.0-canary.2759",
37
- "@cedarjs/cli-helpers": "6.0.0-canary.2759",
38
- "@cedarjs/fastify-web": "6.0.0-canary.2759",
39
- "@cedarjs/internal": "6.0.0-canary.2759",
40
- "@cedarjs/prerender": "6.0.0-canary.2759",
41
- "@cedarjs/project-config": "6.0.0-canary.2759",
42
- "@cedarjs/structure": "6.0.0-canary.2759",
43
- "@cedarjs/telemetry": "6.0.0-canary.2759",
44
- "@cedarjs/utils": "6.0.0-canary.2759",
45
- "@cedarjs/vite": "6.0.0-canary.2759",
46
- "@cedarjs/web-server": "6.0.0-canary.2759",
36
+ "@cedarjs/api-server": "6.0.0-canary.2762",
37
+ "@cedarjs/cli-helpers": "6.0.0-canary.2762",
38
+ "@cedarjs/fastify-web": "6.0.0-canary.2762",
39
+ "@cedarjs/internal": "6.0.0-canary.2762",
40
+ "@cedarjs/prerender": "6.0.0-canary.2762",
41
+ "@cedarjs/project-config": "6.0.0-canary.2762",
42
+ "@cedarjs/structure": "6.0.0-canary.2762",
43
+ "@cedarjs/telemetry": "6.0.0-canary.2762",
44
+ "@cedarjs/utils": "6.0.0-canary.2762",
45
+ "@cedarjs/vite": "6.0.0-canary.2762",
46
+ "@cedarjs/web-server": "6.0.0-canary.2762",
47
47
  "@listr2/prompt-adapter-enquirer": "4.3.0",
48
48
  "@opentelemetry/api": "1.9.1",
49
49
  "@opentelemetry/core": "1.30.1",