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 CHANGED
@@ -1,10 +1,11 @@
1
1
  # grafserv
2
2
 
3
- <span class="badge-patreon"><a href="https://patreon.com/benjie" title="Support Graphile development on Patreon"><img src="https://img.shields.io/badge/sponsor-via%20Patreon-orange.svg" alt="Patreon sponsor button" /></a></span>
3
+ [![GitHub Sponsors](https://img.shields.io/github/sponsors/benjie?color=ff69b4&label=github%20sponsors)](https://github.com/sponsors/benjie)
4
4
  [![Discord chat room](https://img.shields.io/discord/489127045289476126.svg)](http://discord.gg/graphile)
5
5
  [![Package on npm](https://img.shields.io/npm/v/grafserv.svg?style=flat)](https://www.npmjs.com/package/grafserv)
6
6
  ![MIT license](https://img.shields.io/npm/l/grafserv.svg)
7
- [![Follow](https://img.shields.io/badge/twitter-@GraphileHQ-blue.svg)](https://twitter.com/GraphileHQ)
7
+ [![Follow](https://img.shields.io/badge/BSky-@Graphile.org-006aff.svg)](https://bsky.app/profile/graphile.org)
8
+ [![Follow](https://img.shields.io/badge/Mastodon-@Graphile.fosstodon.org-6364ff.svg)](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-rc.7";
1
+ export declare const version = "1.0.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,eAAe,CAAC"}
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
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // This file is autogenerated by /scripts/postversion.mjs
5
- exports.version = "1.0.0-rc.7";
5
+ exports.version = "1.0.0";
6
6
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,yDAAyD;AAC5C,QAAA,OAAO,GAAG,YAAY,CAAC"}
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-rc.7",
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-rc.5",
97
+ "@graphile/lru": "^5.0.0",
98
98
  "debug": "^4.4.3",
99
99
  "eventemitter3": "^5.0.1",
100
- "graphile-config": "^1.0.0-rc.6",
100
+ "graphile-config": "^1.0.0",
101
101
  "graphql-ws": "^6.0.5",
102
- "ruru": "^2.0.0-rc.7",
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-rc.6",
112
+ "graphile-config": "^1.0.0",
113
113
  "graphql": "^16.9.0",
114
114
  "h3": "^1.13.0",
115
115
  "hono": "^4.6.15",