@cedarjs/api-server 1.0.0-rc.26 → 1.0.0
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/api-server",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
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
|
|
101
|
-
"@cedarjs/fastify-web": "1.0.0
|
|
102
|
-
"@cedarjs/internal": "1.0.0
|
|
103
|
-
"@cedarjs/project-config": "1.0.0
|
|
104
|
-
"@cedarjs/web-server": "1.0.0
|
|
100
|
+
"@cedarjs/context": "1.0.0",
|
|
101
|
+
"@cedarjs/fastify-web": "1.0.0",
|
|
102
|
+
"@cedarjs/internal": "1.0.0",
|
|
103
|
+
"@cedarjs/project-config": "1.0.0",
|
|
104
|
+
"@cedarjs/web-server": "1.0.0",
|
|
105
105
|
"@fastify/multipart": "8.3.1",
|
|
106
106
|
"@fastify/url-data": "5.4.0",
|
|
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
|
|
121
|
+
"@cedarjs/framework-tools": "1.0.0",
|
|
122
122
|
"@types/aws-lambda": "8.10.152",
|
|
123
123
|
"@types/dotenv-defaults": "^2.0.4",
|
|
124
124
|
"@types/qs": "6.9.16",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"vitest": "3.2.4"
|
|
131
131
|
},
|
|
132
132
|
"peerDependencies": {
|
|
133
|
-
"@cedarjs/graphql-server": "1.0.0
|
|
133
|
+
"@cedarjs/graphql-server": "1.0.0"
|
|
134
134
|
},
|
|
135
135
|
"peerDependenciesMeta": {
|
|
136
136
|
"@cedarjs/graphql-server": {
|
|
@@ -140,5 +140,5 @@
|
|
|
140
140
|
"publishConfig": {
|
|
141
141
|
"access": "public"
|
|
142
142
|
},
|
|
143
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "218be19197bf0f883896bc229b973afe9448a3ce"
|
|
144
144
|
}
|