@scalar/types 0.0.37 → 0.0.40
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 +19 -0
- package/dist/api-reference/api-reference-configuration.d.ts +717 -34
- package/dist/api-reference/api-reference-configuration.d.ts.map +1 -1
- package/dist/api-reference/api-reference-configuration.js +39 -9
- package/dist/api-reference/html-rendering-configuration.d.ts +34 -0
- package/dist/api-reference/html-rendering-configuration.d.ts.map +1 -0
- package/dist/api-reference/html-rendering-configuration.js +23 -0
- package/dist/api-reference/index.d.ts +2 -1
- package/dist/api-reference/index.d.ts.map +1 -1
- package/dist/api-reference/index.js +2 -1
- package/dist/legacy/reference-config.d.ts +3 -272
- package/dist/legacy/reference-config.d.ts.map +1 -1
- package/dist/snippetz/index.d.ts.map +1 -0
- package/dist/snippetz/index.js +1 -0
- package/dist/snippetz/snippetz.d.ts +42 -0
- package/dist/snippetz/snippetz.d.ts.map +1 -0
- package/dist/snippetz/snippetz.js +42 -0
- package/dist/snippetz/snippetz.test-d.d.ts +2 -0
- package/dist/snippetz/snippetz.test-d.d.ts.map +1 -0
- package/package.json +8 -8
- package/dist/external/index.d.ts.map +0 -1
- package/dist/external/index.js +0 -1
- package/dist/external/snippetz.d.ts +0 -2
- package/dist/external/snippetz.d.ts.map +0 -1
- /package/dist/{external → snippetz}/index.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @scalar/types
|
|
2
2
|
|
|
3
|
+
## 0.0.40
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4d03e0f: feat: multiple documents
|
|
8
|
+
|
|
9
|
+
## 0.0.39
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- bab7990: refactor: move HtmlRenderingConfiguration type to types package
|
|
14
|
+
- 2c621d4: refactor: move snippetz types to @scalar/types
|
|
15
|
+
|
|
16
|
+
## 0.0.38
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 7f1a40e: fix: hiddenClients can be a boolean
|
|
21
|
+
|
|
3
22
|
## 0.0.37
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|