@scalar/api-reference 1.0.2 → 1.0.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scalar/api-reference",
3
3
  "description": "generate beautiful API references from OpenAPI specs",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "author": "Scalar (https://github.com/scalar)",
6
6
  "browser": "./dist/browser/standalone.js",
7
7
  "bugs": "https://github.com/scalar/scalar/issues/new",
@@ -15,31 +15,27 @@
15
15
  "github-slugger": "2.0.0",
16
16
  "httpsnippet-lite": "3.0.5",
17
17
  "js-yaml": "4.1.0",
18
- "modern-normalize": "2.0.0",
19
- "nanoid": "5.0.1",
20
18
  "openapi-types": "12.1.3",
21
19
  "postcss-nested": "6.0.1",
22
- "rehype-document": "7.0.1",
23
20
  "rehype-external-links": "3.0.0",
24
21
  "rehype-format": "5.0.0",
25
22
  "rehype-highlight": "7.0.0",
26
23
  "rehype-sanitize": "6.0.0",
27
24
  "rehype-slug-custom-id": "1.1.0",
28
25
  "rehype-stringify": "10.0.0",
29
- "remark-breaks": "3.0.3",
30
26
  "remark-gfm": "4.0.0",
31
27
  "remark-parse": "11.0.0",
32
28
  "remark-rehype": "11.0.0",
33
29
  "remark-stringify": "11.0.0",
34
30
  "unified": "11.0.3",
35
- "@scalar/api-client": "0.7.27",
36
- "@scalar/swagger-editor": "0.7.1",
31
+ "@scalar/api-client": "0.7.28",
32
+ "@scalar/swagger-parser": "0.5.6",
37
33
  "@scalar/themes": "0.4.0",
38
- "@scalar/swagger-parser": "0.5.5",
34
+ "@scalar/swagger-editor": "0.7.2",
35
+ "@scalar/use-codemirror": "0.7.12",
39
36
  "@scalar/use-clipboard": "0.5.6",
40
- "@scalar/use-codemirror": "0.7.11",
41
- "@scalar/use-modal": "0.1.5",
42
37
  "@scalar/use-keyboard-event": "0.5.3",
38
+ "@scalar/use-modal": "0.1.6",
43
39
  "@scalar/use-toasts": "0.5.6",
44
40
  "@scalar/use-tooltip": "0.5.4"
45
41
  },
@@ -92,21 +88,19 @@
92
88
  "peerDependencies": {
93
89
  "@types/js-yaml": "4.0.6",
94
90
  "@xmldom/xmldom": "0.8.4",
95
- "rehype-document": "7.0.1",
96
91
  "rehype-external-links": "3.0.0",
97
92
  "rehype-format": "5.0.0",
98
93
  "rehype-highlight": "7.0.0",
99
94
  "rehype-sanitize": "6.0.0",
100
95
  "rehype-slug-custom-id": "1.1.0",
101
96
  "rehype-stringify": "10.0.0",
102
- "remark-breaks": "3.0.3",
103
97
  "remark-gfm": "4.0.0",
104
98
  "remark-parse": "11.0.0",
105
99
  "remark-rehype": "11.0.0",
106
100
  "remark-stringify": "11.0.0",
107
101
  "unified": "11.0.3",
108
102
  "vue": "3.3.4",
109
- "@scalar/swagger-editor": "0.7.1"
103
+ "@scalar/swagger-editor": "0.7.2"
110
104
  },
111
105
  "repository": {
112
106
  "type": "git",