@stephenchenorg/astro-graphql 11.0.1 → 11.0.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.
@@ -1,6 +1,6 @@
1
- import * as graphql2 from "graphql";
1
+ import * as graphql0 from "graphql";
2
2
 
3
3
  //#region src/company-setting/fragments.d.ts
4
- declare const companySettingFields: graphql2.DocumentNode;
4
+ declare const companySettingFields: graphql0.DocumentNode;
5
5
  //#endregion
6
6
  export { companySettingFields };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stephenchenorg/astro-graphql",
3
3
  "type": "module",
4
- "version": "11.0.1",
4
+ "version": "11.0.3",
5
5
  "description": "Stephenchenorg Astro 前端 GraphQL 整合串接套件",
6
6
  "license": "MIT",
7
7
  "homepage": "https://stephenchenorg-astro.netlify.app",
@@ -53,7 +53,7 @@
53
53
  "node": ">=22"
54
54
  },
55
55
  "peerDependencies": {
56
- "@stephenchenorg/astro": "^10.0.0",
56
+ "@stephenchenorg/astro": "^11.0.0",
57
57
  "astro": "^5.0.0"
58
58
  },
59
59
  "dependencies": {