@stainless-api/docs 0.1.0-beta.46 → 0.1.0-beta.47
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 +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @stainless-api/docs
|
|
2
2
|
|
|
3
|
+
## 0.1.0-beta.47
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 466285c: Fixes for expressive code styles
|
|
8
|
+
- Ensure expressive code styles are applied to docs sites that do not include API reference
|
|
9
|
+
- Use correct red & green palettes for ins/del diff annotations
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [d2d5d51]
|
|
12
|
+
- @stainless-api/ui-primitives@0.1.0-beta.28
|
|
13
|
+
- @stainless-api/docs-ui@0.1.0-beta.39
|
|
14
|
+
|
|
3
15
|
## 0.1.0-beta.46
|
|
4
16
|
|
|
5
17
|
### Minor 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.47",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"unified": "^11.0.5",
|
|
52
52
|
"web-worker": "^1.5.0",
|
|
53
53
|
"yaml": "^2.8.1",
|
|
54
|
-
"@stainless-api/ui
|
|
55
|
-
"@stainless-api/
|
|
54
|
+
"@stainless-api/docs-ui": "0.1.0-beta.39",
|
|
55
|
+
"@stainless-api/ui-primitives": "0.1.0-beta.28"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@astrojs/check": "^0.9.5",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"typescript": "5.9.3",
|
|
67
67
|
"vite": "^6.4.1",
|
|
68
68
|
"zod": "^4.1.13",
|
|
69
|
-
"@stainless/
|
|
70
|
-
"@stainless/
|
|
69
|
+
"@stainless/eslint-config": "0.1.0-beta.0",
|
|
70
|
+
"@stainless/sdk-json": "^0.1.0-beta.0"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"vendor-deps": "pnpm tsx scripts/vendor_deps.ts",
|