@cedarjs/cli 3.0.0-canary.13513 → 3.0.0-canary.13514
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.
|
@@ -132,7 +132,10 @@ const addLiveQueryListenerToGraphqlHandler = ({ force }) => {
|
|
|
132
132
|
contentLines.splice(
|
|
133
133
|
handlerIndexAfterImport,
|
|
134
134
|
0,
|
|
135
|
-
"
|
|
135
|
+
"// Fire-and-forget: we intentionally don't await this so it doesn't block the",
|
|
136
|
+
"// GraphQL handler from being registered. The listener doesn't need to be ready",
|
|
137
|
+
"// before the first request is handled.",
|
|
138
|
+
"void startLiveQueryListener()",
|
|
136
139
|
""
|
|
137
140
|
);
|
|
138
141
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli",
|
|
3
|
-
"version": "3.0.0-canary.
|
|
3
|
+
"version": "3.0.0-canary.13514+509fee002",
|
|
4
4
|
"description": "The CedarJS Command Line",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"@babel/parser": "7.29.0",
|
|
35
35
|
"@babel/preset-typescript": "7.28.5",
|
|
36
36
|
"@babel/runtime-corejs3": "7.29.0",
|
|
37
|
-
"@cedarjs/api-server": "3.0.0-canary.
|
|
38
|
-
"@cedarjs/cli-helpers": "3.0.0-canary.
|
|
39
|
-
"@cedarjs/fastify-web": "3.0.0-canary.
|
|
40
|
-
"@cedarjs/internal": "3.0.0-canary.
|
|
41
|
-
"@cedarjs/prerender": "3.0.0-canary.
|
|
42
|
-
"@cedarjs/project-config": "3.0.0-canary.
|
|
43
|
-
"@cedarjs/structure": "3.0.0-canary.
|
|
44
|
-
"@cedarjs/telemetry": "3.0.0-canary.
|
|
45
|
-
"@cedarjs/web-server": "3.0.0-canary.
|
|
37
|
+
"@cedarjs/api-server": "3.0.0-canary.13514",
|
|
38
|
+
"@cedarjs/cli-helpers": "3.0.0-canary.13514",
|
|
39
|
+
"@cedarjs/fastify-web": "3.0.0-canary.13514",
|
|
40
|
+
"@cedarjs/internal": "3.0.0-canary.13514",
|
|
41
|
+
"@cedarjs/prerender": "3.0.0-canary.13514",
|
|
42
|
+
"@cedarjs/project-config": "3.0.0-canary.13514",
|
|
43
|
+
"@cedarjs/structure": "3.0.0-canary.13514",
|
|
44
|
+
"@cedarjs/telemetry": "3.0.0-canary.13514",
|
|
45
|
+
"@cedarjs/web-server": "3.0.0-canary.13514",
|
|
46
46
|
"@listr2/prompt-adapter-enquirer": "2.0.16",
|
|
47
47
|
"@opentelemetry/api": "1.9.0",
|
|
48
48
|
"@opentelemetry/core": "1.30.1",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"publishConfig": {
|
|
107
107
|
"access": "public"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "509fee002b17abd8be431bc4a48dfde72a010866"
|
|
110
110
|
}
|