@scalar/docusaurus 0.7.30 → 0.7.32

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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @scalar/docusaurus
2
2
 
3
+ ## 0.7.32
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/types@0.5.9**
10
+ - [#7866](https://github.com/scalar/scalar/pull/7866): chore: expose har types
11
+
12
+ ## 0.7.31
13
+
14
+ ### Patch Changes
15
+
16
+ - [#7810](https://github.com/scalar/scalar/pull/7810): docs: update documentation domain
17
+
3
18
  ## 0.7.30
4
19
 
5
20
  ### Patch Changes
package/README.md CHANGED
@@ -18,7 +18,7 @@ Docusaurus plugin to embed beautiful, interactive API documentation from OpenAPI
18
18
 
19
19
  ## Documentation
20
20
 
21
- [Read the documentation here](https://guides.scalar.com/products/api-references/integrations/docusaurus)
21
+ [Read the documentation here](https://scalar.com/products/api-references/integrations/docusaurus)
22
22
 
23
23
  ## Changelog
24
24
 
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "testing",
20
20
  "react"
21
21
  ],
22
- "version": "0.7.30",
22
+ "version": "0.7.32",
23
23
  "engines": {
24
24
  "node": ">=20"
25
25
  },
@@ -41,14 +41,14 @@
41
41
  "type": "npm-license"
42
42
  }
43
43
  ],
44
- "documentation": "https://guides.scalar.com/products/api-references/integrations/docusaurus",
44
+ "documentation": "https://scalar.com/products/api-references/integrations/docusaurus",
45
45
  "image": {
46
46
  "url": "https://github.com/scalar/scalar/blob/main/integrations/docusaurus/docusaurus.png?raw=true",
47
47
  "altText": "Screenshot of the Docusaurus integration"
48
48
  }
49
49
  },
50
50
  "dependencies": {
51
- "@scalar/types": "0.5.8"
51
+ "@scalar/types": "0.5.9"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@docusaurus/core": "^3.7.0",