gatsby-plugin-altair-graphql 8.3.0 → 8.4.1

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.
@@ -1,8 +1,8 @@
1
1
 
2
- > gatsby-plugin-altair-graphql@8.3.0 bootstrap /home/runner/work/altair/altair/packages/gatsby-plugin-altair-graphql
2
+ > gatsby-plugin-altair-graphql@8.4.1 bootstrap /home/runner/work/altair/altair/packages/gatsby-plugin-altair-graphql
3
3
  > pnpm compile
4
4
 
5
5
 
6
- > gatsby-plugin-altair-graphql@8.3.0 compile /home/runner/work/altair/altair/packages/gatsby-plugin-altair-graphql
6
+ > gatsby-plugin-altair-graphql@8.4.1 compile /home/runner/work/altair/altair/packages/gatsby-plugin-altair-graphql
7
7
  > tsc --declaration
8
8
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "gatsby-plugin-altair-graphql",
3
3
  "description": "A gatsby plugin for using Altair GraphQL client",
4
- "version": "8.3.0",
4
+ "version": "8.4.1",
5
5
  "author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design/)",
6
6
  "bugs": "https://github.com/altair-graphql/altair/issues",
7
7
  "dependencies": {
8
- "altair-express-middleware": "8.3.0"
8
+ "altair-express-middleware": "8.4.1"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@types/express": "^4.17.13",
12
12
  "@types/node": "^22.7.4",
13
13
  "express": "^4.19.2",
14
- "typescript": "^5.5.4"
14
+ "typescript": "^5.8.0"
15
15
  },
16
16
  "funding": {
17
17
  "type": "opencollective",
@@ -27,7 +27,14 @@
27
27
  ],
28
28
  "license": "MIT",
29
29
  "main": "gatsby-node.js",
30
- "repository": "altair-graphql/altair.git",
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "https://github.com/altair-graphql/altair.git"
33
+ },
34
+ "publishConfig": {
35
+ "access": "public",
36
+ "provenance": true
37
+ },
31
38
  "scripts": {
32
39
  "compile": "tsc --declaration",
33
40
  "bootstrap": "pnpm compile",