@cedarjs/api-server 1.1.1-next.18 → 2.0.0-rc.24

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.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/api-server",
3
- "version": "1.1.1-next.18+5ffd3124d",
3
+ "version": "2.0.0-rc.24",
4
4
  "description": "CedarJS's HTTP server for Serverless Functions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -107,11 +107,11 @@
107
107
  "test:watch": "vitest watch"
108
108
  },
109
109
  "dependencies": {
110
- "@cedarjs/context": "1.1.1-next.18",
111
- "@cedarjs/fastify-web": "1.1.1-next.18",
112
- "@cedarjs/internal": "1.1.1-next.18",
113
- "@cedarjs/project-config": "1.1.1-next.18",
114
- "@cedarjs/web-server": "1.1.1-next.18",
110
+ "@cedarjs/context": "2.0.0-rc.24",
111
+ "@cedarjs/fastify-web": "2.0.0-rc.24",
112
+ "@cedarjs/internal": "2.0.0-rc.24",
113
+ "@cedarjs/project-config": "2.0.0-rc.24",
114
+ "@cedarjs/web-server": "2.0.0-rc.24",
115
115
  "@fastify/multipart": "9.0.3",
116
116
  "@fastify/url-data": "6.0.3",
117
117
  "chalk": "4.1.2",
@@ -128,7 +128,7 @@
128
128
  "yargs": "17.7.2"
129
129
  },
130
130
  "devDependencies": {
131
- "@cedarjs/framework-tools": "1.1.0",
131
+ "@cedarjs/framework-tools": "2.0.0-rc.24",
132
132
  "@types/aws-lambda": "8.10.152",
133
133
  "@types/dotenv-defaults": "^2.0.4",
134
134
  "@types/qs": "6.9.16",
@@ -141,7 +141,7 @@
141
141
  "vitest": "3.2.4"
142
142
  },
143
143
  "peerDependencies": {
144
- "@cedarjs/graphql-server": "1.1.0"
144
+ "@cedarjs/graphql-server": "2.0.0-rc.24"
145
145
  },
146
146
  "peerDependenciesMeta": {
147
147
  "@cedarjs/graphql-server": {
@@ -151,5 +151,5 @@
151
151
  "publishConfig": {
152
152
  "access": "public"
153
153
  },
154
- "gitHead": "5ffd3124d3d4ceb7843408264c96ecceff8542f5"
154
+ "gitHead": "ce96a12c39646361695a287b05eee7ec92aab200"
155
155
  }