@cedarjs/cli 1.0.0-canary.12745 → 1.0.0-canary.12748

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 cedarjs setup realtime` first."
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.12745+982de3316",
3
+ "version": "1.0.0-canary.12748+2337a6e2e",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,15 +32,15 @@
32
32
  "dependencies": {
33
33
  "@babel/preset-typescript": "7.27.1",
34
34
  "@babel/runtime-corejs3": "7.27.6",
35
- "@cedarjs/api-server": "1.0.0-canary.12745",
36
- "@cedarjs/cli-helpers": "1.0.0-canary.12745",
37
- "@cedarjs/fastify-web": "1.0.0-canary.12745",
38
- "@cedarjs/internal": "1.0.0-canary.12745",
39
- "@cedarjs/prerender": "1.0.0-canary.12745",
40
- "@cedarjs/project-config": "1.0.0-canary.12745",
41
- "@cedarjs/structure": "1.0.0-canary.12745",
42
- "@cedarjs/telemetry": "1.0.0-canary.12745",
43
- "@cedarjs/web-server": "1.0.0-canary.12745",
35
+ "@cedarjs/api-server": "1.0.0-canary.12748",
36
+ "@cedarjs/cli-helpers": "1.0.0-canary.12748",
37
+ "@cedarjs/fastify-web": "1.0.0-canary.12748",
38
+ "@cedarjs/internal": "1.0.0-canary.12748",
39
+ "@cedarjs/prerender": "1.0.0-canary.12748",
40
+ "@cedarjs/project-config": "1.0.0-canary.12748",
41
+ "@cedarjs/structure": "1.0.0-canary.12748",
42
+ "@cedarjs/telemetry": "1.0.0-canary.12748",
43
+ "@cedarjs/web-server": "1.0.0-canary.12748",
44
44
  "@listr2/prompt-adapter-enquirer": "2.0.16",
45
45
  "@opentelemetry/api": "1.8.0",
46
46
  "@opentelemetry/core": "1.22.0",
@@ -102,5 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "gitHead": "982de3316c94b83d41c68f43266bfedb0fd0a023"
105
+ "gitHead": "2337a6e2e76b6996f5aded510367bf83aa4c7b8f"
106
106
  }