@cedarjs/cli 6.0.0-canary.2760 → 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.
- package/dist/commands/setup/auth/auth.js +1 -1
- package/package.json +12 -12
|
@@ -237,7 +237,7 @@ async function getAuthSetupHandler(module) {
|
|
|
237
237
|
});
|
|
238
238
|
}
|
|
239
239
|
const setupModule = await import(module);
|
|
240
|
-
return setupModule.
|
|
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.
|
|
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.
|
|
37
|
-
"@cedarjs/cli-helpers": "6.0.0-canary.
|
|
38
|
-
"@cedarjs/fastify-web": "6.0.0-canary.
|
|
39
|
-
"@cedarjs/internal": "6.0.0-canary.
|
|
40
|
-
"@cedarjs/prerender": "6.0.0-canary.
|
|
41
|
-
"@cedarjs/project-config": "6.0.0-canary.
|
|
42
|
-
"@cedarjs/structure": "6.0.0-canary.
|
|
43
|
-
"@cedarjs/telemetry": "6.0.0-canary.
|
|
44
|
-
"@cedarjs/utils": "6.0.0-canary.
|
|
45
|
-
"@cedarjs/vite": "6.0.0-canary.
|
|
46
|
-
"@cedarjs/web-server": "6.0.0-canary.
|
|
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",
|