@stainless-api/docs 0.1.0-beta.55 → 0.1.0-beta.57

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,24 @@
1
1
  # @stainless-api/docs
2
2
 
3
+ ## 0.1.0-beta.57
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ada37ee]
8
+ - @stainless-api/docs-ui@0.1.0-beta.48
9
+
10
+ ## 0.1.0-beta.56
11
+
12
+ ### Minor Changes
13
+
14
+ - d75a72f: Adds C# language support
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [d75a72f]
19
+ - Updated dependencies [2464347]
20
+ - @stainless-api/docs-ui@0.1.0-beta.47
21
+
3
22
  ## 0.1.0-beta.55
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.55",
3
+ "version": "0.1.0-beta.57",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -52,7 +52,7 @@
52
52
  "vite-plugin-prebundle-workers": "^0.2.0",
53
53
  "web-worker": "^1.5.0",
54
54
  "yaml": "^2.8.2",
55
- "@stainless-api/docs-ui": "0.1.0-beta.46",
55
+ "@stainless-api/docs-ui": "0.1.0-beta.48",
56
56
  "@stainless-api/ui-primitives": "0.1.0-beta.35"
57
57
  },
58
58
  "devDependencies": {
@@ -68,7 +68,7 @@
68
68
  "vite": "^6.4.1",
69
69
  "zod": "^4.1.13",
70
70
  "@stainless/eslint-config": "0.1.0-beta.0",
71
- "@stainless/sdk-json": "^0.1.0-beta.1"
71
+ "@stainless/sdk-json": "^0.1.0-beta.2"
72
72
  },
73
73
  "scripts": {
74
74
  "vendor-deps": "tsx scripts/vendor_deps.ts",
package/plugin/index.ts CHANGED
@@ -289,7 +289,7 @@ async function stlStarlightAstroIntegration(
289
289
  buildVirtualModuleString({
290
290
  BASE_PATH: pluginConfig.basePath,
291
291
  CMS_PORT,
292
- EXCLUDE_LANGUAGES: ['csharp', 'php', ...pluginConfig.excludeLanguages],
292
+ EXCLUDE_LANGUAGES: ['php', ...pluginConfig.excludeLanguages],
293
293
  DEFAULT_LANGUAGE: pluginConfig.defaultLanguage,
294
294
  BREADCRUMB_CONFIG: pluginConfig.breadcrumbs,
295
295
  EXPAND_RESOURCES: pluginConfig.expandResources,