@cedarjs/api-server 1.0.0-canary.12763 → 1.0.0-canary.12765

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.0.0-canary.12763+dd36faf65",
3
+ "version": "1.0.0-canary.12765+de4bd5837",
4
4
  "description": "CedarJS's HTTP server for Serverless Functions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -97,11 +97,11 @@
97
97
  "test:watch": "vitest watch"
98
98
  },
99
99
  "dependencies": {
100
- "@cedarjs/context": "1.0.0-canary.12763",
101
- "@cedarjs/fastify-web": "1.0.0-canary.12763",
102
- "@cedarjs/internal": "1.0.0-canary.12763",
103
- "@cedarjs/project-config": "1.0.0-canary.12763",
104
- "@cedarjs/web-server": "1.0.0-canary.12763",
100
+ "@cedarjs/context": "1.0.0-canary.12765",
101
+ "@cedarjs/fastify-web": "1.0.0-canary.12765",
102
+ "@cedarjs/internal": "1.0.0-canary.12765",
103
+ "@cedarjs/project-config": "1.0.0-canary.12765",
104
+ "@cedarjs/web-server": "1.0.0-canary.12765",
105
105
  "@fastify/multipart": "9.0.3",
106
106
  "@fastify/url-data": "6.0.3",
107
107
  "ansis": "4.1.0",
@@ -118,7 +118,7 @@
118
118
  "yargs": "17.7.2"
119
119
  },
120
120
  "devDependencies": {
121
- "@cedarjs/framework-tools": "1.0.0-canary.12763",
121
+ "@cedarjs/framework-tools": "1.0.0-canary.12765",
122
122
  "@types/aws-lambda": "8.10.152",
123
123
  "@types/dotenv-defaults": "^2.0.4",
124
124
  "@types/qs": "6.9.16",
@@ -131,7 +131,7 @@
131
131
  "vitest": "3.2.4"
132
132
  },
133
133
  "peerDependencies": {
134
- "@cedarjs/graphql-server": "1.0.0-canary.12763"
134
+ "@cedarjs/graphql-server": "1.0.0-canary.12765"
135
135
  },
136
136
  "peerDependenciesMeta": {
137
137
  "@cedarjs/graphql-server": {
@@ -141,5 +141,5 @@
141
141
  "publishConfig": {
142
142
  "access": "public"
143
143
  },
144
- "gitHead": "dd36faf65908204c85cd5787c774e34dcf65ee25"
144
+ "gitHead": "de4bd58376d5e7b40bb2cef4eb9e7e5e419aee42"
145
145
  }