@octanejs/docusaurus 0.0.8 → 0.0.9

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 +7 -7
package/README.md CHANGED
@@ -18,7 +18,7 @@ Docusaurus does not publish the `server/site` loader as a stable public entry,
18
18
  so accepting an untested minor would turn an internal upstream refactor into a
19
19
  silent route-data corruption. The loader checks both the package version and
20
20
  Docusaurus's Node `>=20.0` runtime requirement before importing that seam. This
21
- package retains Octane's repository-wide Node `>=22` baseline.
21
+ package retains Octane's repository-wide Node `>=22.22.2` baseline.
22
22
 
23
23
  `allowUnsupportedVersion: true` is available only for explicit compatibility
24
24
  experiments.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@octanejs/docusaurus",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Docusaurus content and MDX integration for Octane",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "engines": {
8
- "node": ">=22"
8
+ "node": ">=22.22.2"
9
9
  },
10
10
  "author": {
11
11
  "name": "Dominic Gannaway",
@@ -71,14 +71,14 @@
71
71
  },
72
72
  "dependencies": {
73
73
  "github-slugger": "1.5.0",
74
- "@octanejs/mdx": "0.1.21",
75
- "@octanejs/remix-router": "0.1.20",
76
- "@octanejs/seo": "0.0.9"
74
+ "@octanejs/mdx": "0.1.22",
75
+ "@octanejs/remix-router": "0.1.21",
76
+ "@octanejs/seo": "0.0.10"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@docusaurus/core": "3.10.1",
80
80
  "vite": ">=7.0.0",
81
- "octane": "0.1.24"
81
+ "octane": "0.1.25"
82
82
  },
83
83
  "peerDependenciesMeta": {
84
84
  "vite": {
@@ -91,7 +91,7 @@
91
91
  "@types/node": "^24.13.3",
92
92
  "vite": "^8.1.5",
93
93
  "vitest": "^4.1.10",
94
- "octane": "0.1.24"
94
+ "octane": "0.1.25"
95
95
  },
96
96
  "scripts": {
97
97
  "test": "cd ../.. && vitest run --project docusaurus"