eslint-plugin-graphile-export 0.0.2-beta.2 → 0.0.2-beta.3

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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # eslint-plugin-graphile-export
2
2
 
3
+ ## 0.0.2-beta.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
8
+ [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
9
+ Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
10
+ information
11
+
3
12
  ## 0.0.2-beta.2
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -12,9 +12,9 @@ all your scopes for functions.
12
12
 
13
13
  ## Crowd-funded open-source software
14
14
 
15
- To help us develop this software sustainably under the MIT license, we ask all
16
- individuals and businesses that use it to help support its ongoing maintenance
17
- and development via sponsorship.
15
+ To help us develop this software sustainably, we ask all individuals and
16
+ businesses that use it to help support its ongoing maintenance and development
17
+ via sponsorship.
18
18
 
19
19
  ### [Click here to find out more about sponsors and sponsorship.](https://www.graphile.org/sponsor/)
20
20
 
@@ -23,12 +23,12 @@ And please give some love to our featured sponsors 🤩:
23
23
  <table><tr>
24
24
  <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>
25
25
  <td align="center"><a href="https://dovetailapp.com/"><img src="https://graphile.org/images/sponsors/dovetail.png" width="90" height="90" alt="Dovetail" /><br />Dovetail</a> *</td>
26
- <td align="center"><a href="https://qwick.com/"><img src="https://graphile.org/images/sponsors/qwick.png" width="90" height="90" alt="Qwick" /><br />Qwick</a> *</td>
27
26
  <td align="center"><a href="https://www.netflix.com/"><img src="https://graphile.org/images/sponsors/Netflix.png" width="90" height="90" alt="Netflix" /><br />Netflix</a> *</td>
28
- </tr><tr>
29
27
  <td align="center"><a href=""><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
28
+ </tr><tr>
30
29
  <td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>
31
30
  <td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td>
31
+ <td align="center"><a href="https://microteam.io/"><img src="https://graphile.org/images/sponsors/micro.png" width="90" height="90" alt="We Love Micro" /><br />We Love Micro</a> *</td>
32
32
  </tr></table>
33
33
 
34
34
  <em>\* Sponsors the entire Graphile suite</em>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-graphile-export",
3
- "version": "0.0.2-beta.2",
3
+ "version": "0.0.2-beta.3",
4
4
  "description": "ESLint plugin to help ensure your schema is exportable by graphile-export",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/graphile/heart.git"
12
+ "url": "git+https://github.com/graphile/crystal.git"
13
13
  },
14
14
  "keywords": [
15
15
  "eslint-plugin",
@@ -21,7 +21,7 @@
21
21
  "author": "Benjie Gillam <code@benjiegillam.com>",
22
22
  "license": "MIT",
23
23
  "bugs": {
24
- "url": "https://github.com/graphile/heart/issues"
24
+ "url": "https://github.com/graphile/crystal/issues"
25
25
  },
26
26
  "homepage": "https://graphile.org/",
27
27
  "dependencies": {