@scalar/docusaurus 0.7.44 → 0.8.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/CHANGELOG.md +22 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @scalar/docusaurus
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/types@0.7.1**
10
+ - [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
11
+
12
+ ## 0.8.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
17
+
18
+ ### Patch Changes
19
+
20
+ #### Updated Dependencies
21
+
22
+ - **@scalar/types@0.7.0**
23
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
24
+
3
25
  ## 0.7.44
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -19,9 +19,9 @@
19
19
  "testing",
20
20
  "react"
21
21
  ],
22
- "version": "0.7.44",
22
+ "version": "0.8.1",
23
23
  "engines": {
24
- "node": ">=20"
24
+ "node": ">=22"
25
25
  },
26
26
  "main": "./dist/index.js",
27
27
  "files": [
@@ -48,7 +48,7 @@
48
48
  }
49
49
  },
50
50
  "dependencies": {
51
- "@scalar/types": "0.6.10"
51
+ "@scalar/types": "0.7.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@docusaurus/core": "^3.9.2",
@@ -68,7 +68,7 @@
68
68
  "react": "^19.2.3",
69
69
  "react-dom": "^19.2.3",
70
70
  "vite": "^7.3.1",
71
- "@scalar/build-tooling": "0.4.1"
71
+ "@scalar/build-tooling": "0.5.0"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "@docusaurus/utils": "^3.9.2",