@stainless-api/playgrounds 0.0.1-beta.0 → 0.0.1-beta.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +92 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,97 @@
1
1
  # @stainless-api/playgrounds
2
2
 
3
+ ## 0.0.1-beta.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [750c348]
8
+ - @stainless-api/ui-primitives@0.1.0-beta.41
9
+ - @stainless-api/docs-ui@0.1.0-beta.55
10
+
11
+ ## 0.0.1-beta.10
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [67aa6b5]
16
+ - @stainless-api/docs-ui@0.1.0-beta.54
17
+
18
+ ## 0.0.1-beta.9
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [e9567b0]
23
+ - @stainless-api/ui-primitives@0.1.0-beta.40
24
+ - @stainless-api/docs-ui@0.1.0-beta.53
25
+
26
+ ## 0.0.1-beta.8
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [5d6e5fa]
31
+ - @stainless-api/ui-primitives@0.1.0-beta.39
32
+ - @stainless-api/docs-ui@0.1.0-beta.52
33
+
34
+ ## 0.0.1-beta.7
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [2a79bae]
39
+ - @stainless-api/ui-primitives@0.1.0-beta.38
40
+ - @stainless-api/docs-ui@0.1.0-beta.51
41
+
42
+ ## 0.0.1-beta.6
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [2d00f0d]
47
+ - @stainless-api/docs-ui@0.1.0-beta.50
48
+ - @stainless-api/ui-primitives@0.1.0-beta.37
49
+
50
+ ## 0.0.1-beta.5
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies [af090c3]
55
+ - Updated dependencies [4cf4aa5]
56
+ - Updated dependencies [8886c7c]
57
+ - @stainless-api/docs-ui@0.1.0-beta.49
58
+ - @stainless-api/ui-primitives@0.1.0-beta.36
59
+
60
+ ## 0.0.1-beta.4
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [ada37ee]
65
+ - @stainless-api/docs-ui@0.1.0-beta.48
66
+
67
+ ## 0.0.1-beta.3
68
+
69
+ ### Patch Changes
70
+
71
+ - Updated dependencies [d75a72f]
72
+ - Updated dependencies [2464347]
73
+ - @stainless/sdk-json@0.1.0-beta.2
74
+ - @stainless-api/docs-ui@0.1.0-beta.47
75
+
76
+ ## 0.0.1-beta.2
77
+
78
+ ### Patch Changes
79
+
80
+ - ae56b3c: ensure changeset release commit doesn’t include [skip ci]
81
+ - Updated dependencies [ae56b3c]
82
+ - @stainless-api/docs-ui@0.1.0-beta.46
83
+ - @stainless-api/ui-primitives@0.1.0-beta.35
84
+
85
+ ## 0.0.1-beta.1
86
+
87
+ ### Patch Changes
88
+
89
+ - 2ebf696: enable trusted publishing
90
+ - Updated dependencies [2ebf696]
91
+ - Updated dependencies [a70f60c]
92
+ - @stainless-api/docs-ui@0.1.0-beta.45
93
+ - @stainless-api/ui-primitives@0.1.0-beta.34
94
+
3
95
  ## 0.0.1-beta.0
4
96
 
5
97
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stainless-api/playgrounds",
3
- "version": "0.0.1-beta.0",
3
+ "version": "0.0.1-beta.11",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,7 +29,7 @@
29
29
  "@codemirror/view": "^6.38.2",
30
30
  "@preact/signals-core": "^1.12.1",
31
31
  "@replit/codemirror-vscode-keymap": "^6.0.2",
32
- "@shikijs/types": "^3.15.0",
32
+ "@shikijs/types": "^3.20.0",
33
33
  "@stainless-api/codemirror-ts": "^3.0.1",
34
34
  "@typescript/vfs": "^1.6.1",
35
35
  "clsx": "^2.1.1",
@@ -37,29 +37,29 @@
37
37
  "dompurify": "^3.2.6",
38
38
  "js-tokens": "^9.0.1",
39
39
  "lines-and-columns": "^2.0.4",
40
- "lucide-react": "^0.555.0",
41
- "marked": "^16.0.0",
42
- "shiki": "^3.19.0",
40
+ "lucide-react": "^0.562.0",
41
+ "marked": "^17.0.1",
42
+ "shiki": "^3.20.0",
43
43
  "source-map": "^0.7.6",
44
44
  "type-fest": "^5.3.0",
45
45
  "unenv": "^1.10.0",
46
46
  "vite-plugin-prebundle-workers": "^0.2.0",
47
47
  "vscode-languageserver-protocol": "^3.17.5",
48
- "@stainless-api/docs-ui": "0.1.0-beta.44",
49
- "@stainless-api/ui-primitives": "0.1.0-beta.33",
50
- "@stainless/sdk-json": "^0.1.0-beta.1"
48
+ "@stainless-api/docs-ui": "0.1.0-beta.55",
49
+ "@stainless-api/ui-primitives": "0.1.0-beta.41",
50
+ "@stainless/sdk-json": "^0.1.0-beta.2"
51
51
  },
52
52
  "devDependencies": {
53
- "@types/node": "24.10.1",
53
+ "@types/node": "24.10.4",
54
54
  "@types/react": "19.2.7",
55
55
  "@types/react-dom": "^19.2.3",
56
56
  "is-callable": "^1.2.7",
57
57
  "pyodide": "^0.28.2",
58
- "react": "^19.2.1",
59
- "react-dom": "^19.2.1",
58
+ "react": "^19.2.3",
59
+ "react-dom": "^19.2.3",
60
60
  "typescript": "5.9.3",
61
61
  "vite": "^6.4.1",
62
- "@stainless/eslint-config": "0.1.0-beta.0"
62
+ "@stainless/eslint-config": "0.1.0-beta.1"
63
63
  },
64
64
  "scripts": {
65
65
  "lint": "eslint .",