@cedarjs/api-server 1.1.1-rc.3 → 1.1.1
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/dist/bin.js +0 -0
- package/dist/cjs/bin.js +0 -0
- package/dist/cjs/logFormatter/bin.js +0 -0
- package/dist/cjs/watch.js +0 -0
- package/dist/logFormatter/bin.js +0 -0
- package/dist/watch.js +0 -0
- package/package.json +9 -9
package/dist/bin.js
CHANGED
|
File without changes
|
package/dist/cjs/bin.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/cjs/watch.js
CHANGED
|
File without changes
|
package/dist/logFormatter/bin.js
CHANGED
|
File without changes
|
package/dist/watch.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/api-server",
|
|
3
|
-
"version": "1.1.1
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "CedarJS's HTTP server for Serverless Functions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -111,11 +111,11 @@
|
|
|
111
111
|
"test:watch": "vitest watch"
|
|
112
112
|
},
|
|
113
113
|
"dependencies": {
|
|
114
|
-
"@cedarjs/context": "1.1.1
|
|
115
|
-
"@cedarjs/fastify-web": "1.1.1
|
|
116
|
-
"@cedarjs/internal": "1.1.1
|
|
117
|
-
"@cedarjs/project-config": "1.1.1
|
|
118
|
-
"@cedarjs/web-server": "1.1.1
|
|
114
|
+
"@cedarjs/context": "1.1.1",
|
|
115
|
+
"@cedarjs/fastify-web": "1.1.1",
|
|
116
|
+
"@cedarjs/internal": "1.1.1",
|
|
117
|
+
"@cedarjs/project-config": "1.1.1",
|
|
118
|
+
"@cedarjs/web-server": "1.1.1",
|
|
119
119
|
"@fastify/multipart": "8.3.1",
|
|
120
120
|
"@fastify/url-data": "5.4.0",
|
|
121
121
|
"ansis": "4.1.0",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"yargs": "17.7.2"
|
|
133
133
|
},
|
|
134
134
|
"devDependencies": {
|
|
135
|
-
"@cedarjs/framework-tools": "1.1.1
|
|
135
|
+
"@cedarjs/framework-tools": "1.1.1",
|
|
136
136
|
"@types/aws-lambda": "8.10.152",
|
|
137
137
|
"@types/dotenv-defaults": "^2.0.4",
|
|
138
138
|
"@types/qs": "6.9.16",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"vitest": "3.2.4"
|
|
145
145
|
},
|
|
146
146
|
"peerDependencies": {
|
|
147
|
-
"@cedarjs/graphql-server": "1.1.1
|
|
147
|
+
"@cedarjs/graphql-server": "1.1.1"
|
|
148
148
|
},
|
|
149
149
|
"peerDependenciesMeta": {
|
|
150
150
|
"@cedarjs/graphql-server": {
|
|
@@ -154,5 +154,5 @@
|
|
|
154
154
|
"publishConfig": {
|
|
155
155
|
"access": "public"
|
|
156
156
|
},
|
|
157
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "0c21e9ed1de0c7302295f3ca284924e48dd81afe"
|
|
158
158
|
}
|