@scalar/docusaurus 0.7.34 → 0.7.35

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 +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @scalar/docusaurus
2
2
 
3
+ ## 0.7.35
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/types@0.6.1**
10
+ - [#8000](https://github.com/scalar/scalar/pull/8000): fix(agent): change enabled flag to disabled
11
+ - [#7995](https://github.com/scalar/scalar/pull/7995): feat: enable/disable agent scalar
12
+
3
13
  ## 0.7.34
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "testing",
20
20
  "react"
21
21
  ],
22
- "version": "0.7.34",
22
+ "version": "0.7.35",
23
23
  "engines": {
24
24
  "node": ">=20"
25
25
  },
@@ -48,7 +48,7 @@
48
48
  }
49
49
  },
50
50
  "dependencies": {
51
- "@scalar/types": "0.6.0"
51
+ "@scalar/types": "0.6.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@docusaurus/core": "^3.9.2",