@grafserv/persisted 1.0.0-rc.3 → 1.0.0-rc.4
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/CHANGELOG.md +18 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @grafserv/persisted
|
|
2
2
|
|
|
3
|
+
## 1.0.0-rc.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1)
|
|
8
|
+
Thanks [@benjie](https://github.com/benjie)! - Refactor to enable TypeScript
|
|
9
|
+
options rewriteRelativeImportExtensions and erasableSyntaxOnly (including
|
|
10
|
+
using .ts extensions in source code)
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
[[`9eb3829`](https://github.com/graphile/crystal/commit/9eb3829ea337041e4585e0cfeb63b44e87d7d14f),
|
|
13
|
+
[`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1),
|
|
14
|
+
[`5fc379e`](https://github.com/graphile/crystal/commit/5fc379ea1ee56ea033a3f7d8c4a1ee00a6c83de7),
|
|
15
|
+
[`1d5d63e`](https://github.com/graphile/crystal/commit/1d5d63e376999b1b4d911e75cbff77a07d4e17b9)]:
|
|
16
|
+
- graphile-config@1.0.0-rc.4
|
|
17
|
+
- grafast@1.0.0-rc.5
|
|
18
|
+
- grafserv@1.0.0-rc.5
|
|
19
|
+
- @graphile/lru@5.0.0-rc.4
|
|
20
|
+
|
|
3
21
|
## 1.0.0-rc.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ParsedGraphQLBody, ProcessGraphQLRequestBodyEvent } from "grafserv";
|
|
2
|
-
export type { PersistedOperationGetter } from "./interfaces.
|
|
3
|
-
import type { PersistedOperationGetter } from "./interfaces.
|
|
2
|
+
export type { PersistedOperationGetter } from "./interfaces.ts";
|
|
3
|
+
import type { PersistedOperationGetter } from "./interfaces.ts";
|
|
4
4
|
declare global {
|
|
5
5
|
namespace GraphileConfig {
|
|
6
6
|
interface Plugins {
|
package/dist/index.js
CHANGED
|
@@ -4,11 +4,11 @@ const tslib_1 = require("tslib");
|
|
|
4
4
|
const promises_1 = tslib_1.__importDefault(require("node:fs/promises"));
|
|
5
5
|
const grafast_1 = require("grafast");
|
|
6
6
|
const lru_1 = tslib_1.__importDefault(require("@graphile/lru"));
|
|
7
|
-
const
|
|
7
|
+
const version_ts_1 = require("./version.js");
|
|
8
8
|
const PersistedPlugin = {
|
|
9
9
|
name: "PersistedPlugin",
|
|
10
10
|
description: "Enables persisted operations in Grafserv",
|
|
11
|
-
version:
|
|
11
|
+
version: version_ts_1.version,
|
|
12
12
|
grafserv: {
|
|
13
13
|
middleware: {
|
|
14
14
|
processGraphQLRequestBody(next, event) {
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "1.0.0-rc.
|
|
1
|
+
export declare const version = "1.0.0-rc.4";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafserv/persisted",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.4",
|
|
4
4
|
"description": "Persisted operations support for Grafserv",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
},
|
|
40
40
|
"homepage": "https://github.com/graphile/crystal/tree/main/grafast/grafserv-persisted",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@graphile/lru": "^5.0.0-rc.
|
|
42
|
+
"@graphile/lru": "^5.0.0-rc.4",
|
|
43
43
|
"tslib": "^2.8.1"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=22"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"grafast": "^1.0.0-rc.
|
|
50
|
-
"grafserv": "^1.0.0-rc.
|
|
51
|
-
"graphile-config": "^1.0.0-rc.
|
|
49
|
+
"grafast": "^1.0.0-rc.5",
|
|
50
|
+
"grafserv": "^1.0.0-rc.5",
|
|
51
|
+
"graphile-config": "^1.0.0-rc.4",
|
|
52
52
|
"graphql": "^16.9.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependenciesMeta": {
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/node": "^22.19.1",
|
|
61
|
-
"grafast": "^1.0.0-rc.
|
|
62
|
-
"grafserv": "^1.0.0-rc.
|
|
63
|
-
"graphile-config": "^1.0.0-rc.
|
|
61
|
+
"grafast": "^1.0.0-rc.5",
|
|
62
|
+
"grafserv": "^1.0.0-rc.5",
|
|
63
|
+
"graphile-config": "^1.0.0-rc.4",
|
|
64
64
|
"graphql": "^16.9.0",
|
|
65
65
|
"jest": "^30.2.0",
|
|
66
|
-
"jest-serializer-graphql-schema": "^5.0.0-rc.
|
|
66
|
+
"jest-serializer-graphql-schema": "^5.0.0-rc.4",
|
|
67
67
|
"ts-node": "^10.9.2",
|
|
68
68
|
"typescript": "^5.9.3"
|
|
69
69
|
},
|