@cedarjs/cli 5.0.0-canary.2363 → 5.0.0-canary.2374

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.
@@ -14,7 +14,7 @@ const redwoodAppElement = document.getElementById('redwood-app')
14
14
  if (!redwoodAppElement) {
15
15
  throw new Error(
16
16
  "Could not find an element with ID 'redwood-app'. Please ensure it " +
17
- "exists in your 'web/src/index.html' file."
17
+ "exists in your 'web/index.html' file."
18
18
  )
19
19
  }
20
20
 
@@ -15,7 +15,7 @@ const redwoodAppElement = document.getElementById('redwood-app')
15
15
  if (!redwoodAppElement) {
16
16
  throw new Error(
17
17
  "Could not find an element with ID 'redwood-app'. Please ensure it " +
18
- "exists in your 'web/src/index.html' file."
18
+ "exists in your 'web/index.html' file."
19
19
  )
20
20
  }
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "5.0.0-canary.2363",
3
+ "version": "5.0.0-canary.2374",
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.3",
35
35
  "@babel/preset-typescript": "7.28.5",
36
- "@cedarjs/api-server": "5.0.0-canary.2363",
37
- "@cedarjs/cli-helpers": "5.0.0-canary.2363",
38
- "@cedarjs/fastify-web": "5.0.0-canary.2363",
39
- "@cedarjs/internal": "5.0.0-canary.2363",
40
- "@cedarjs/prerender": "5.0.0-canary.2363",
41
- "@cedarjs/project-config": "5.0.0-canary.2363",
42
- "@cedarjs/structure": "5.0.0-canary.2363",
43
- "@cedarjs/telemetry": "5.0.0-canary.2363",
44
- "@cedarjs/utils": "5.0.0-canary.2363",
45
- "@cedarjs/vite": "5.0.0-canary.2363",
46
- "@cedarjs/web-server": "5.0.0-canary.2363",
36
+ "@cedarjs/api-server": "5.0.0-canary.2374",
37
+ "@cedarjs/cli-helpers": "5.0.0-canary.2374",
38
+ "@cedarjs/fastify-web": "5.0.0-canary.2374",
39
+ "@cedarjs/internal": "5.0.0-canary.2374",
40
+ "@cedarjs/prerender": "5.0.0-canary.2374",
41
+ "@cedarjs/project-config": "5.0.0-canary.2374",
42
+ "@cedarjs/structure": "5.0.0-canary.2374",
43
+ "@cedarjs/telemetry": "5.0.0-canary.2374",
44
+ "@cedarjs/utils": "5.0.0-canary.2374",
45
+ "@cedarjs/vite": "5.0.0-canary.2374",
46
+ "@cedarjs/web-server": "5.0.0-canary.2374",
47
47
  "@listr2/prompt-adapter-enquirer": "4.2.1",
48
48
  "@opentelemetry/api": "1.9.0",
49
49
  "@opentelemetry/core": "1.30.1",