@cedarjs/api-server 5.0.0-canary.2593 → 5.0.0-canary.2595
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.
- package/package.json +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/api-server",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.2595",
|
|
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": "
|
|
123
|
+
"build": "node ./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.
|
|
137
|
-
"@cedarjs/fastify-web": "5.0.0-canary.
|
|
138
|
-
"@cedarjs/internal": "5.0.0-canary.
|
|
139
|
-
"@cedarjs/project-config": "5.0.0-canary.
|
|
140
|
-
"@cedarjs/web-server": "5.0.0-canary.
|
|
136
|
+
"@cedarjs/context": "5.0.0-canary.2595",
|
|
137
|
+
"@cedarjs/fastify-web": "5.0.0-canary.2595",
|
|
138
|
+
"@cedarjs/internal": "5.0.0-canary.2595",
|
|
139
|
+
"@cedarjs/project-config": "5.0.0-canary.2595",
|
|
140
|
+
"@cedarjs/web-server": "5.0.0-canary.2595",
|
|
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.
|
|
158
|
+
"@cedarjs/framework-tools": "5.0.0-canary.2595",
|
|
159
159
|
"@types/aws-lambda": "8.10.162",
|
|
160
160
|
"@types/dotenv-defaults": "^5.0.0",
|
|
161
161
|
"@types/split2": "4.2.3",
|
|
@@ -165,7 +165,6 @@
|
|
|
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",
|
|
169
168
|
"typescript": "5.9.3",
|
|
170
169
|
"vitest": "3.2.6"
|
|
171
170
|
},
|