grafserv 1.0.0-rc.7 → 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/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 +5 -5
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",
|
|
@@ -94,12 +94,12 @@
|
|
|
94
94
|
},
|
|
95
95
|
"homepage": "https://github.com/graphile/crystal/tree/main/grafast/grafserv",
|
|
96
96
|
"dependencies": {
|
|
97
|
-
"@graphile/lru": "^5.0.0
|
|
97
|
+
"@graphile/lru": "^5.0.0",
|
|
98
98
|
"debug": "^4.4.3",
|
|
99
99
|
"eventemitter3": "^5.0.1",
|
|
100
|
-
"graphile-config": "^1.0.0
|
|
100
|
+
"graphile-config": "^1.0.0",
|
|
101
101
|
"graphql-ws": "^6.0.5",
|
|
102
|
-
"ruru": "^2.0.0
|
|
102
|
+
"ruru": "^2.0.0",
|
|
103
103
|
"tslib": "^2.8.1"
|
|
104
104
|
},
|
|
105
105
|
"engines": {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"@envelop/core": "^5.0.0",
|
|
110
110
|
"@whatwg-node/server": "^0.9.64",
|
|
111
111
|
"grafast": "^1.0.0-rc.8",
|
|
112
|
-
"graphile-config": "^1.0.0
|
|
112
|
+
"graphile-config": "^1.0.0",
|
|
113
113
|
"graphql": "^16.9.0",
|
|
114
114
|
"h3": "^1.13.0",
|
|
115
115
|
"hono": "^4.6.15",
|