@stainless-api/docs 0.1.0-beta.116 → 0.1.0-beta.118
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/package.json +5 -5
- package/plugin/routes/Overview.astro +1 -1
- package/plugin/vendor/preview.worker.docs.js +7069 -6869
- package/stl-docs/index.ts +1 -1
- package/styles/sidebar.css +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @stainless-api/docs
|
|
2
2
|
|
|
3
|
+
## 0.1.0-beta.118
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 9599de4: Updates preview worker to improve response snippets
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 7901fd4: fix astro scoping for language-block style?
|
|
12
|
+
- Updated dependencies [93a3767]
|
|
13
|
+
- @stainless-api/docs-ui@0.1.0-beta.85
|
|
14
|
+
- @stainless-api/docs-search@0.1.0-beta.38
|
|
15
|
+
|
|
16
|
+
## 0.1.0-beta.117
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- af60696: ensure splash pages aren't uncentered from ghost sidebar
|
|
21
|
+
|
|
3
22
|
## 0.1.0-beta.116
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stainless-api/docs",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.118",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"vite-plugin-prebundle-workers": "^0.2.0",
|
|
57
57
|
"web-worker": "^1.5.0",
|
|
58
58
|
"yaml": "^2.8.2",
|
|
59
|
-
"@stainless-api/docs-search": "0.1.0-beta.
|
|
60
|
-
"@stainless-api/docs-ui": "0.1.0-beta.
|
|
59
|
+
"@stainless-api/docs-search": "0.1.0-beta.38",
|
|
60
|
+
"@stainless-api/docs-ui": "0.1.0-beta.85",
|
|
61
61
|
"@stainless-api/ui-primitives": "0.1.0-beta.49"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"typescript": "5.9.3",
|
|
73
73
|
"vite": "^7.3.1",
|
|
74
74
|
"zod": "^4.3.6",
|
|
75
|
-
"@stainless/
|
|
76
|
-
"@stainless/
|
|
75
|
+
"@stainless/eslint-config": "0.1.0-beta.1",
|
|
76
|
+
"@stainless/sdk-json": "^0.1.0-beta.9"
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|
|
79
79
|
"vendor-deps": "tsx scripts/vendor_deps.ts",
|