@cedarjs/api-server 5.0.0-canary.2589 → 5.0.0-canary.2591

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 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/api-server",
3
- "version": "5.0.0-canary.2589",
3
+ "version": "5.0.0-canary.2591",
4
4
  "description": "CedarJS's HTTP server for Serverless Functions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -125,7 +125,7 @@
125
125
  "build:types": "tsc --build --verbose tsconfig.build.json",
126
126
  "build:types-cjs": "tsc --build --verbose tsconfig.cjs.json",
127
127
  "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build && yarn fix:permissions\"",
128
- "check:attw": "yarn attw -P",
128
+ "check:attw": "yarn cedar-fwtools-attw",
129
129
  "check:package": "concurrently npm:check:attw yarn:publint",
130
130
  "fix:permissions": "chmod +x dist/index.js; chmod +x dist/watch.js",
131
131
  "prepublishOnly": "NODE_ENV=production yarn build",
@@ -133,11 +133,11 @@
133
133
  "test:watch": "vitest watch"
134
134
  },
135
135
  "dependencies": {
136
- "@cedarjs/context": "5.0.0-canary.2589",
137
- "@cedarjs/fastify-web": "5.0.0-canary.2589",
138
- "@cedarjs/internal": "5.0.0-canary.2589",
139
- "@cedarjs/project-config": "5.0.0-canary.2589",
140
- "@cedarjs/web-server": "5.0.0-canary.2589",
136
+ "@cedarjs/context": "5.0.0-canary.2591",
137
+ "@cedarjs/fastify-web": "5.0.0-canary.2591",
138
+ "@cedarjs/internal": "5.0.0-canary.2591",
139
+ "@cedarjs/project-config": "5.0.0-canary.2591",
140
+ "@cedarjs/web-server": "5.0.0-canary.2591",
141
141
  "@fastify/multipart": "9.4.0",
142
142
  "@fastify/url-data": "6.0.3",
143
143
  "ansis": "4.2.0",
@@ -155,14 +155,16 @@
155
155
  "yargs": "17.7.2"
156
156
  },
157
157
  "devDependencies": {
158
- "@cedarjs/framework-tools": "5.0.0-canary.2589",
158
+ "@cedarjs/framework-tools": "5.0.0-canary.2591",
159
159
  "@types/aws-lambda": "8.10.162",
160
160
  "@types/dotenv-defaults": "^5.0.0",
161
161
  "@types/split2": "4.2.3",
162
162
  "@types/yargs": "17.0.35",
163
+ "concurrently": "9.2.1",
163
164
  "graphql-yoga": "5.21.2",
164
165
  "memfs": "4.57.7",
165
166
  "pino-abstract-transport": "1.2.0",
167
+ "publint": "0.3.21",
166
168
  "tsx": "4.22.4",
167
169
  "typescript": "5.9.3",
168
170
  "vitest": "3.2.6"