astro-accelerator 5.10.19 → 5.10.20
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/README.md +6 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -29,9 +29,13 @@ pnpm install --include=optional sharp
|
|
|
29
29
|
pnpm install --force @img/sharp-linux-x64
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
## Publish to
|
|
32
|
+
## Publish to N
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
Run the command:
|
|
35
|
+
|
|
36
|
+
pnpm refresh
|
|
37
|
+
|
|
38
|
+
This updates dependencies, increments the version number, and runs tests. On commit to main, the build will upload the new package to NPM.
|
|
35
39
|
|
|
36
40
|
The NPM token expires periodically and must be updated in GitHub settings -> Secrets -> Actions.
|
|
37
41
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.10.
|
|
2
|
+
"version": "5.10.20",
|
|
3
3
|
"author": "Steve Fenton",
|
|
4
4
|
"name": "astro-accelerator",
|
|
5
5
|
"description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"dts": "tsc ./tests/locate-content.js ./tests/locate-navigation.js ./tests/locate-search.js --allowJs --declaration --emitDeclarationOnly"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@astrojs/mdx": "^4.3.
|
|
36
|
+
"@astrojs/mdx": "^4.3.8",
|
|
37
37
|
"@img/sharp-linux-x64": "^0.34.4",
|
|
38
|
-
"astro": "^5.
|
|
39
|
-
"astro-accelerator-utils": "^0.3.
|
|
40
|
-
"cspell": "^9.2.
|
|
38
|
+
"astro": "^5.15.0",
|
|
39
|
+
"astro-accelerator-utils": "^0.3.58",
|
|
40
|
+
"cspell": "^9.2.2",
|
|
41
41
|
"csv": "^6.4.1",
|
|
42
42
|
"glob": "^11.0.3",
|
|
43
43
|
"hast-util-from-selector": "^3.0.1",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"sharp": "^0.34.4"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@playwright/test": "^1.56.
|
|
52
|
+
"@playwright/test": "^1.56.1"
|
|
53
53
|
},
|
|
54
54
|
"files": [
|
|
55
55
|
".npmrc",
|