astro-accelerator-utils 0.3.56 → 0.3.58

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 +9 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -17,4 +17,12 @@ Run the command:
17
17
 
18
18
  Run the command:
19
19
 
20
- pnpm test
20
+ pnpm test
21
+
22
+ ## Create new version
23
+
24
+ Run the command:
25
+
26
+ pnpm refresh
27
+
28
+ This updates dependencies, increments the version number, and re-runs types and tests. If successful, committing the change updates the package on NPM.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro-accelerator-utils",
3
- "version": "0.3.56",
3
+ "version": "0.3.58",
4
4
  "description": "Astro utilities for Astro Accelerator.",
5
5
  "main": "index.mjs",
6
6
  "type": "module",
@@ -33,13 +33,13 @@
33
33
  },
34
34
  "homepage": "https://astro.stevefenton.co.uk/",
35
35
  "devDependencies": {
36
- "@types/node": "^24.5.2",
36
+ "@types/node": "^24.9.1",
37
37
  "jest": "^30.2.0",
38
38
  "jest-spec": "^0.0.6",
39
39
  "rehype-stringify": "^10.0.1",
40
40
  "remark-parse": "^11.0.0",
41
41
  "remark-rehype": "^11.1.2",
42
- "typescript": "^5.9.2",
42
+ "typescript": "^5.9.3",
43
43
  "unified": "^11.0.5"
44
44
  }
45
45
  }