graphql-codegen-grafast 1.0.0-rc.4 → 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.
Files changed (3) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -13
  3. package/CHANGELOG.md +0 -78
package/README.md CHANGED
@@ -116,7 +116,6 @@ via sponsorship.
116
116
  And please give some love to our featured sponsors 🤩:
117
117
 
118
118
  <table><tr>
119
- <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>
120
119
  <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>
121
120
  </tr></table>
122
121
 
package/package.json CHANGED
@@ -1,10 +1,7 @@
1
1
  {
2
2
  "name": "graphql-codegen-grafast",
3
- "version": "1.0.0-rc.4",
3
+ "version": "1.0.0",
4
4
  "description": "A GraphQL code generator plugin for Grafast schemas",
5
- "scripts": {
6
- "prepack": "tsc -b"
7
- },
8
5
  "exports": {
9
6
  ".": {
10
7
  "types": "./dist/index.d.ts",
@@ -33,20 +30,11 @@
33
30
  "node": ">=22"
34
31
  },
35
32
  "files": [
36
- "fwd",
37
33
  "dist"
38
34
  ],
39
- "publishConfig": {
40
- "access": "public"
41
- },
42
35
  "dependencies": {
43
36
  "@graphql-codegen/visitor-plugin-common": "^6.2.0"
44
37
  },
45
- "devDependencies": {
46
- "@graphql-codegen/plugin-helpers": "^6.1.0",
47
- "graphql": "^16.9.0",
48
- "typescript": "^5.9.3"
49
- },
50
38
  "peerDependencies": {
51
39
  "graphql": "^16.9.0"
52
40
  }
package/CHANGELOG.md DELETED
@@ -1,78 +0,0 @@
1
- # graphql-codegen-grafast
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
-
12
- ## 1.0.0-rc.3
13
-
14
- ### Patch Changes
15
-
16
- - [#2873](https://github.com/graphile/crystal/pull/2873)
17
- [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36)
18
- Thanks [@benjie](https://github.com/benjie)! - Update TypeScript configuration
19
- to support Node 22 minimum
20
-
21
- ## 1.0.0-rc.2
22
-
23
- ### Patch Changes
24
-
25
- - [#2829](https://github.com/graphile/crystal/pull/2829)
26
- [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)
27
- Thanks [@benjie](https://github.com/benjie)! - Update dependency ranges.
28
-
29
- ## 1.0.0-rc.1
30
-
31
- ### Patch Changes
32
-
33
- - [#2785](https://github.com/graphile/crystal/pull/2785)
34
- [`641222b`](https://github.com/graphile/crystal/commit/641222b999e0401f76886ffd09aebc27488b1ba1)
35
- Thanks [@benjie](https://github.com/benjie)! - Fix generation for abstract
36
- types to reflect Grafast type changes. Specifically, `source` and `specifier`
37
- have reversed order, and `specifier` is generated as the _data_ type rather
38
- than the _step_ type. If you had `specifier: ...` in your type overrides file
39
- (unlikely), please ensure this change is reflected: `specifier: Step<T>`
40
- should now be `specifier: T`.
41
-
42
- - [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327)
43
- Thanks [@benjie](https://github.com/benjie)! - Bump to release candidate
44
-
45
- ## 0.0.1-beta.3
46
-
47
- ### Patch Changes
48
-
49
- - [#2730](https://github.com/graphile/crystal/pull/2730)
50
- [`4c3cf22`](https://github.com/graphile/crystal/commit/4c3cf22592f44cb28e399434474ca5fcef0e1a3b)
51
- Thanks [@benjie](https://github.com/benjie)! - Update `graphql` version range
52
-
53
- - [#2723](https://github.com/graphile/crystal/pull/2723)
54
- [`f2dca50`](https://github.com/graphile/crystal/commit/f2dca50c48f86eaf832d11570a46362ae67e9170)
55
- Thanks [@benjie](https://github.com/benjie)! - List types now have a more
56
- correct type generated.
57
-
58
- ## 0.0.1-beta.2
59
-
60
- ### Patch Changes
61
-
62
- - [#2562](https://github.com/graphile/crystal/pull/2562)
63
- [`3064e14`](https://github.com/graphile/crystal/commit/3064e14773676043799b270cf82c13759a7a5e7b)
64
- Thanks [@adrtivv](https://github.com/adrtivv)! - Uses `convertName` to convert
65
- names, should improve compatibility with non-standard configurations/field
66
- names.
67
-
68
- ## 0.0.1-beta.1
69
-
70
- ### Patch Changes
71
-
72
- - [`a37a183fd2474380317097a714e81527aad98a80`](https://github.com/graphile/crystal/commit/a37a183fd2474380317097a714e81527aad98a80)
73
- Thanks [@benjie](https://github.com/benjie)! - Initial release of package.
74
-
75
- - [#2549](https://github.com/graphile/crystal/pull/2549)
76
- [`949a16c36a5dd744831a8a7d71a1ffd75eb06cc1`](https://github.com/graphile/crystal/commit/949a16c36a5dd744831a8a7d71a1ffd75eb06cc1)
77
- Thanks [@benjie](https://github.com/benjie)! - First release of
78
- `graphql-codegen-grafast`