@cedarjs/api-server 4.0.0-canary.13847 → 4.0.0-canary.13848

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": "4.0.0-canary.13847+1e8e189529",
3
+ "version": "4.0.0-canary.13848+69f527b5b0",
4
4
  "description": "CedarJS's HTTP server for Serverless Functions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -113,11 +113,11 @@
113
113
  "test:watch": "vitest watch"
114
114
  },
115
115
  "dependencies": {
116
- "@cedarjs/context": "4.0.0-canary.13847",
117
- "@cedarjs/fastify-web": "4.0.0-canary.13847",
118
- "@cedarjs/internal": "4.0.0-canary.13847",
119
- "@cedarjs/project-config": "4.0.0-canary.13847",
120
- "@cedarjs/web-server": "4.0.0-canary.13847",
116
+ "@cedarjs/context": "4.0.0-canary.13848",
117
+ "@cedarjs/fastify-web": "4.0.0-canary.13848",
118
+ "@cedarjs/internal": "4.0.0-canary.13848",
119
+ "@cedarjs/project-config": "4.0.0-canary.13848",
120
+ "@cedarjs/web-server": "4.0.0-canary.13848",
121
121
  "@fastify/multipart": "9.4.0",
122
122
  "@fastify/url-data": "6.0.3",
123
123
  "ansis": "4.2.0",
@@ -134,7 +134,7 @@
134
134
  "yargs": "17.7.2"
135
135
  },
136
136
  "devDependencies": {
137
- "@cedarjs/framework-tools": "4.0.0-canary.13847",
137
+ "@cedarjs/framework-tools": "4.0.0-canary.13848",
138
138
  "@types/aws-lambda": "8.10.161",
139
139
  "@types/dotenv-defaults": "^5.0.0",
140
140
  "@types/split2": "4.2.3",
@@ -147,7 +147,7 @@
147
147
  "vitest": "3.2.4"
148
148
  },
149
149
  "peerDependencies": {
150
- "@cedarjs/graphql-server": "4.0.0-canary.13847"
150
+ "@cedarjs/graphql-server": "4.0.0-canary.13848"
151
151
  },
152
152
  "peerDependenciesMeta": {
153
153
  "@cedarjs/graphql-server": {
@@ -157,5 +157,5 @@
157
157
  "publishConfig": {
158
158
  "access": "public"
159
159
  },
160
- "gitHead": "1e8e189529461a18be66a0fef188ad191a7551ad"
160
+ "gitHead": "69f527b5b0b237e68971997eaa8153b8b07dc5d6"
161
161
  }