@cedarjs/cli 1.0.0-canary.12745 → 1.0.0-canary.12749
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.
|
@@ -55,7 +55,7 @@ const realtimeExists = () => {
|
|
|
55
55
|
const isRealtimeSetup = () => {
|
|
56
56
|
if (!realtimeExists()) {
|
|
57
57
|
throw new Error(
|
|
58
|
-
"Adding realtime events requires that CedarJS Realtime is setup. Please run `yarn
|
|
58
|
+
"Adding realtime events requires that CedarJS Realtime is setup. Please run `yarn cedar setup realtime` first."
|
|
59
59
|
);
|
|
60
60
|
}
|
|
61
61
|
return true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.12749+b56167a72",
|
|
4
4
|
"description": "The CedarJS Command Line",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"type": "module",
|
|
12
12
|
"bin": {
|
|
13
|
-
"cdr": "./dist/index.js",
|
|
14
13
|
"cedarjs": "./dist/index.js",
|
|
15
14
|
"redwood": "./dist/index.js",
|
|
16
15
|
"rw": "./dist/index.js",
|
|
@@ -32,15 +31,15 @@
|
|
|
32
31
|
"dependencies": {
|
|
33
32
|
"@babel/preset-typescript": "7.27.1",
|
|
34
33
|
"@babel/runtime-corejs3": "7.27.6",
|
|
35
|
-
"@cedarjs/api-server": "1.0.0-canary.
|
|
36
|
-
"@cedarjs/cli-helpers": "1.0.0-canary.
|
|
37
|
-
"@cedarjs/fastify-web": "1.0.0-canary.
|
|
38
|
-
"@cedarjs/internal": "1.0.0-canary.
|
|
39
|
-
"@cedarjs/prerender": "1.0.0-canary.
|
|
40
|
-
"@cedarjs/project-config": "1.0.0-canary.
|
|
41
|
-
"@cedarjs/structure": "1.0.0-canary.
|
|
42
|
-
"@cedarjs/telemetry": "1.0.0-canary.
|
|
43
|
-
"@cedarjs/web-server": "1.0.0-canary.
|
|
34
|
+
"@cedarjs/api-server": "1.0.0-canary.12749",
|
|
35
|
+
"@cedarjs/cli-helpers": "1.0.0-canary.12749",
|
|
36
|
+
"@cedarjs/fastify-web": "1.0.0-canary.12749",
|
|
37
|
+
"@cedarjs/internal": "1.0.0-canary.12749",
|
|
38
|
+
"@cedarjs/prerender": "1.0.0-canary.12749",
|
|
39
|
+
"@cedarjs/project-config": "1.0.0-canary.12749",
|
|
40
|
+
"@cedarjs/structure": "1.0.0-canary.12749",
|
|
41
|
+
"@cedarjs/telemetry": "1.0.0-canary.12749",
|
|
42
|
+
"@cedarjs/web-server": "1.0.0-canary.12749",
|
|
44
43
|
"@listr2/prompt-adapter-enquirer": "2.0.16",
|
|
45
44
|
"@opentelemetry/api": "1.8.0",
|
|
46
45
|
"@opentelemetry/core": "1.22.0",
|
|
@@ -102,5 +101,5 @@
|
|
|
102
101
|
"publishConfig": {
|
|
103
102
|
"access": "public"
|
|
104
103
|
},
|
|
105
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "b56167a72490d585fd4ce0ecb34235c9a39fa4f5"
|
|
106
105
|
}
|