@stainless-api/docs 0.1.0-beta.28 → 0.1.0-beta.29

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,12 @@
1
1
  # @stainless-api/docs
2
2
 
3
+ ## 0.1.0-beta.29
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [279fa0e]
8
+ - @stainless-api/docs-ui@0.1.0-beta.23
9
+
3
10
  ## 0.1.0-beta.28
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stainless-api/docs",
3
- "version": "0.1.0-beta.28",
3
+ "version": "0.1.0-beta.29",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -50,8 +50,8 @@
50
50
  "remark-gfm": "^4.0.1",
51
51
  "remark-stringify": "^11.0.0",
52
52
  "unified": "^11.0.5",
53
- "@stainless-api/docs-ui": "0.1.0-beta.22",
54
- "@stainless-api/ui-primitives": "0.1.0-beta.18"
53
+ "@stainless-api/ui-primitives": "0.1.0-beta.18",
54
+ "@stainless-api/docs-ui": "0.1.0-beta.23"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@astrojs/check": "^0.9.5",
package/plugin/index.ts CHANGED
@@ -182,7 +182,6 @@ async function stlStarlightAstroIntegration(
182
182
  ssr: {
183
183
  noExternal: ['@stainless-api/ui-primitives'],
184
184
  },
185
- optimizeDeps: { include: ['@stainless-api/ui-primitives'] },
186
185
  plugins: [
187
186
  {
188
187
  name: 'stl-starlight-vite',
package/stl-docs/index.ts CHANGED
@@ -139,7 +139,6 @@ function stainlessDocsIntegration(
139
139
  ssr: {
140
140
  noExternal: ['@stainless-api/ui-primitives'],
141
141
  },
142
- optimizeDeps: { include: ['@stainless-api/ui-primitives'] },
143
142
  plugins: [
144
143
  {
145
144
  name: 'stl-docs-vite',