@cedarjs/cli 1.0.0-canary.12897 → 1.0.0-canary.12898

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.
@@ -21,7 +21,7 @@ services:
21
21
  - REDWOOD_API_HOST=0.0.0.0
22
22
 
23
23
  db:
24
- image: postgres:16-bookworm
24
+ image: postgres:18-bookworm
25
25
  environment:
26
26
  POSTGRES_USER: redwood
27
27
  POSTGRES_PASSWORD: redwood
@@ -31,7 +31,7 @@ services:
31
31
  - API_PROXY_TARGET=http://api:8911
32
32
 
33
33
  db:
34
- image: postgres:16-bookworm
34
+ image: postgres:18-bookworm
35
35
  environment:
36
36
  POSTGRES_USER: redwood
37
37
  POSTGRES_PASSWORD: redwood
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "1.0.0-canary.12897+e2d101e9e",
3
+ "version": "1.0.0-canary.12898+e3405f069",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,15 +31,15 @@
31
31
  "dependencies": {
32
32
  "@babel/preset-typescript": "7.27.1",
33
33
  "@babel/runtime-corejs3": "7.27.6",
34
- "@cedarjs/api-server": "1.0.0-canary.12897",
35
- "@cedarjs/cli-helpers": "1.0.0-canary.12897",
36
- "@cedarjs/fastify-web": "1.0.0-canary.12897",
37
- "@cedarjs/internal": "1.0.0-canary.12897",
38
- "@cedarjs/prerender": "1.0.0-canary.12897",
39
- "@cedarjs/project-config": "1.0.0-canary.12897",
40
- "@cedarjs/structure": "1.0.0-canary.12897",
41
- "@cedarjs/telemetry": "1.0.0-canary.12897",
42
- "@cedarjs/web-server": "1.0.0-canary.12897",
34
+ "@cedarjs/api-server": "1.0.0-canary.12898",
35
+ "@cedarjs/cli-helpers": "1.0.0-canary.12898",
36
+ "@cedarjs/fastify-web": "1.0.0-canary.12898",
37
+ "@cedarjs/internal": "1.0.0-canary.12898",
38
+ "@cedarjs/prerender": "1.0.0-canary.12898",
39
+ "@cedarjs/project-config": "1.0.0-canary.12898",
40
+ "@cedarjs/structure": "1.0.0-canary.12898",
41
+ "@cedarjs/telemetry": "1.0.0-canary.12898",
42
+ "@cedarjs/web-server": "1.0.0-canary.12898",
43
43
  "@listr2/prompt-adapter-enquirer": "2.0.16",
44
44
  "@opentelemetry/api": "1.8.0",
45
45
  "@opentelemetry/core": "1.22.0",
@@ -101,5 +101,5 @@
101
101
  "publishConfig": {
102
102
  "access": "public"
103
103
  },
104
- "gitHead": "e2d101e9effbe7dc08c5bbdfcdda6d455bab12a0"
104
+ "gitHead": "e3405f06929184409c159967d128defd9c86d936"
105
105
  }