@stainless-api/docs 0.1.0-beta.37 → 0.1.0-beta.38

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,15 @@
1
1
  # @stainless-api/docs
2
2
 
3
+ ## 0.1.0-beta.38
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c28b0a6]
8
+ - Updated dependencies [f23c6bc]
9
+ - Updated dependencies [2cd1b33]
10
+ - @stainless-api/docs-ui@0.1.0-beta.31
11
+ - @stainless-api/ui-primitives@0.1.0-beta.24
12
+
3
13
  ## 0.1.0-beta.37
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stainless-api/docs",
3
- "version": "0.1.0-beta.37",
3
+ "version": "0.1.0-beta.38",
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.0",
54
- "@stainless-api/ui-primitives": "0.1.0-beta.23",
55
- "@stainless-api/docs-ui": "0.1.0-beta.30"
54
+ "@stainless-api/docs-ui": "0.1.0-beta.31",
55
+ "@stainless-api/ui-primitives": "0.1.0-beta.24"
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.3.6",
68
68
  "zod": "^4.1.12",
69
- "@stainless/sdk-json": "^0.1.0-beta.0",
70
- "@stainless/eslint-config": "0.1.0-beta.0"
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",
package/plugin/index.ts CHANGED
@@ -180,9 +180,6 @@ async function stlStarlightAstroIntegration(
180
180
 
181
181
  updateConfig({
182
182
  vite: {
183
- ssr: {
184
- noExternal: ['@stainless-api/ui-primitives'],
185
- },
186
183
  plugins: [
187
184
  {
188
185
  name: 'stl-starlight-vite',
package/stl-docs/index.ts CHANGED
@@ -137,9 +137,6 @@ function stainlessDocsIntegration(
137
137
 
138
138
  updateConfig({
139
139
  vite: {
140
- ssr: {
141
- noExternal: ['@stainless-api/ui-primitives'],
142
- },
143
140
  plugins: [
144
141
  {
145
142
  name: 'stl-docs-vite',