@cedarjs/api-server 5.0.0-canary.2596 → 5.0.0-rc.261

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 +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/api-server",
3
- "version": "5.0.0-canary.2596",
3
+ "version": "5.0.0-rc.261",
4
4
  "description": "CedarJS's HTTP server for Serverless Functions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -120,7 +120,7 @@
120
120
  "dist"
121
121
  ],
122
122
  "scripts": {
123
- "build": "node ./build.mts",
123
+ "build": "tsx ./build.mts",
124
124
  "build:pack": "yarn pack -o cedarjs-api-server.tgz",
125
125
  "build:types": "tsc --build --verbose tsconfig.build.json",
126
126
  "build:types-cjs": "tsc --build --verbose tsconfig.cjs.json",
@@ -133,11 +133,11 @@
133
133
  "test:watch": "vitest watch"
134
134
  },
135
135
  "dependencies": {
136
- "@cedarjs/context": "5.0.0-canary.2596",
137
- "@cedarjs/fastify-web": "5.0.0-canary.2596",
138
- "@cedarjs/internal": "5.0.0-canary.2596",
139
- "@cedarjs/project-config": "5.0.0-canary.2596",
140
- "@cedarjs/web-server": "5.0.0-canary.2596",
136
+ "@cedarjs/context": "5.0.0-rc.261",
137
+ "@cedarjs/fastify-web": "5.0.0-rc.261",
138
+ "@cedarjs/internal": "5.0.0-rc.261",
139
+ "@cedarjs/project-config": "5.0.0-rc.261",
140
+ "@cedarjs/web-server": "5.0.0-rc.261",
141
141
  "@fastify/multipart": "9.4.0",
142
142
  "@fastify/url-data": "6.0.3",
143
143
  "ansis": "4.2.0",
@@ -155,7 +155,7 @@
155
155
  "yargs": "17.7.2"
156
156
  },
157
157
  "devDependencies": {
158
- "@cedarjs/framework-tools": "5.0.0-canary.2596",
158
+ "@cedarjs/framework-tools": "5.0.0-rc.261",
159
159
  "@types/aws-lambda": "8.10.162",
160
160
  "@types/dotenv-defaults": "^5.0.0",
161
161
  "@types/split2": "4.2.3",
@@ -165,11 +165,12 @@
165
165
  "memfs": "4.57.7",
166
166
  "pino-abstract-transport": "1.2.0",
167
167
  "publint": "0.3.21",
168
+ "tsx": "4.22.4",
168
169
  "typescript": "5.9.3",
169
170
  "vitest": "3.2.6"
170
171
  },
171
172
  "peerDependencies": {
172
- "@cedarjs/graphql-server": "workspace:*"
173
+ "@cedarjs/graphql-server": "5.0.0-rc.261"
173
174
  },
174
175
  "peerDependenciesMeta": {
175
176
  "@cedarjs/graphql-server": {