@stephenchenorg/astro 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -20,5 +20,5 @@ yarn build
20
20
 
21
21
  ```bash
22
22
  npm login
23
- npm publish
23
+ npm run release
24
24
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stephenchenorg/astro",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "Stephenchenorg Astro 前端通用套件",
6
6
  "license": "MIT",
7
7
  "homepage": "https://stephenchenorg-astro.netlify.app",
@@ -64,6 +64,7 @@
64
64
  "astro": "^5.0.0"
65
65
  },
66
66
  "dependencies": {
67
+ "@graphql-typed-document-node/core": "^3.2.0",
67
68
  "awesome-graphql-client": "^2.1.0",
68
69
  "graphql": "^16.10.0",
69
70
  "graphql-tag": "^2.12.6",
@@ -72,10 +73,9 @@
72
73
  },
73
74
  "devDependencies": {
74
75
  "@astrojs/check": "^0.9.4",
75
- "@graphql-typed-document-node/core": "^3.2.0",
76
- "astro": "^5.3.1",
76
+ "astro": "^5.4.1",
77
77
  "bumpp": "^10.0.3",
78
78
  "mkdist": "^2.2.0",
79
- "typescript": "~5.7.2"
79
+ "typescript": "~5.7.3"
80
80
  }
81
81
  }