grafserv 1.0.0-rc.6 → 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/LICENSE.md +20 -0
- package/README.md +3 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +1 -1
- package/dist/version.js.map +1 -1
- package/package.json +7 -43
- package/CHANGELOG.md +0 -1718
package/LICENSE.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright © 2026 Benjie Gillam
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
|
+
this software and associated documentation files (the “Software”), to deal in
|
|
7
|
+
the Software without restriction, including without limitation the rights to
|
|
8
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
9
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
10
|
+
subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
17
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
18
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
19
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# grafserv
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://github.com/sponsors/benjie)
|
|
4
4
|
[](http://discord.gg/graphile)
|
|
5
5
|
[](https://www.npmjs.com/package/grafserv)
|
|
6
6
|

|
|
7
|
-
[](https://bsky.app/profile/graphile.org)
|
|
8
|
+
[](https://fosstodon.org/@graphile)
|
|
8
9
|
|
|
9
10
|
_**A highly performant GraphQL server for Node.js, powered by
|
|
10
11
|
[Gra*fast*](https://grafast.org).**_
|
|
@@ -24,7 +25,6 @@ via sponsorship.
|
|
|
24
25
|
And please give some love to our featured sponsors 🤩:
|
|
25
26
|
|
|
26
27
|
<table><tr>
|
|
27
|
-
<td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td>
|
|
28
28
|
<td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td>
|
|
29
29
|
</tr></table>
|
|
30
30
|
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "1.0.0
|
|
1
|
+
export declare const version = "1.0.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,UAAU,CAAC"}
|
package/dist/version.js
CHANGED
package/dist/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,yDAAyD;AAC5C,QAAA,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,yDAAyD;AAC5C,QAAA,OAAO,GAAG,OAAO,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "grafserv",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "A highly optimized server for GraphQL, powered by Grafast",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -75,11 +75,6 @@
|
|
|
75
75
|
"default": "./fwd/ruru/cli/index.js"
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
-
"scripts": {
|
|
79
|
-
"prepack": "tsc -b",
|
|
80
|
-
"test": "jest",
|
|
81
|
-
"posttest": "yarn playwright install chromium && node --experimental-strip-types scripts/smoke-examples.mts"
|
|
82
|
-
},
|
|
83
78
|
"repository": {
|
|
84
79
|
"type": "git",
|
|
85
80
|
"url": "git+https://github.com/graphile/crystal.git"
|
|
@@ -99,12 +94,12 @@
|
|
|
99
94
|
},
|
|
100
95
|
"homepage": "https://github.com/graphile/crystal/tree/main/grafast/grafserv",
|
|
101
96
|
"dependencies": {
|
|
102
|
-
"@graphile/lru": "^5.0.0
|
|
97
|
+
"@graphile/lru": "^5.0.0",
|
|
103
98
|
"debug": "^4.4.3",
|
|
104
99
|
"eventemitter3": "^5.0.1",
|
|
105
|
-
"graphile-config": "^1.0.0
|
|
100
|
+
"graphile-config": "^1.0.0",
|
|
106
101
|
"graphql-ws": "^6.0.5",
|
|
107
|
-
"ruru": "^2.0.0
|
|
102
|
+
"ruru": "^2.0.0",
|
|
108
103
|
"tslib": "^2.8.1"
|
|
109
104
|
},
|
|
110
105
|
"engines": {
|
|
@@ -113,8 +108,8 @@
|
|
|
113
108
|
"peerDependencies": {
|
|
114
109
|
"@envelop/core": "^5.0.0",
|
|
115
110
|
"@whatwg-node/server": "^0.9.64",
|
|
116
|
-
"grafast": "^1.0.0-rc.
|
|
117
|
-
"graphile-config": "^1.0.0
|
|
111
|
+
"grafast": "^1.0.0-rc.8",
|
|
112
|
+
"graphile-config": "^1.0.0",
|
|
118
113
|
"graphql": "^16.9.0",
|
|
119
114
|
"h3": "^1.13.0",
|
|
120
115
|
"hono": "^4.6.15",
|
|
@@ -137,39 +132,8 @@
|
|
|
137
132
|
"optional": true
|
|
138
133
|
}
|
|
139
134
|
},
|
|
140
|
-
"devDependencies": {
|
|
141
|
-
"@envelop/core": "^5.3.0",
|
|
142
|
-
"@fastify/websocket": "^11.1.0",
|
|
143
|
-
"@hono/node-server": "^1.15.0",
|
|
144
|
-
"@hono/node-ws": "^1.2.0",
|
|
145
|
-
"@types/aws-lambda": "^8.10.159",
|
|
146
|
-
"@types/express": "^4.17.25",
|
|
147
|
-
"@types/koa": "^3.0.1",
|
|
148
|
-
"@types/koa-bodyparser": "^4.3.13",
|
|
149
|
-
"@types/node": "^22.19.1",
|
|
150
|
-
"@whatwg-node/fetch": "^0.10.8",
|
|
151
|
-
"@whatwg-node/server": "^0.10.10",
|
|
152
|
-
"express": "^4.21.2",
|
|
153
|
-
"fastify": "^4.29.1 || ^5.0.0",
|
|
154
|
-
"grafast": "^1.0.0-rc.7",
|
|
155
|
-
"graphile": "^5.0.0-rc.4",
|
|
156
|
-
"graphql": "^16.9.0",
|
|
157
|
-
"graphql-http": "^1.22.4",
|
|
158
|
-
"h3": "^1.15.5",
|
|
159
|
-
"hono": "^4.11.7",
|
|
160
|
-
"jest": "^30.2.0",
|
|
161
|
-
"jest-serializer-graphql-schema": "^5.0.0-rc.4",
|
|
162
|
-
"koa": "^3.0.3",
|
|
163
|
-
"koa-bodyparser": "^4.4.1",
|
|
164
|
-
"nodemon": "^3.1.11",
|
|
165
|
-
"playwright": "^1.58.2",
|
|
166
|
-
"ts-node": "^10.9.2",
|
|
167
|
-
"typescript": "^5.9.3",
|
|
168
|
-
"ws": "^8.18.3"
|
|
169
|
-
},
|
|
170
135
|
"files": [
|
|
171
136
|
"dist",
|
|
172
|
-
"fwd"
|
|
173
|
-
"index.js"
|
|
137
|
+
"fwd"
|
|
174
138
|
]
|
|
175
139
|
}
|