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

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 +84 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,89 @@
1
1
  # @stainless-api/playgrounds
2
2
 
3
+ ## 0.0.1-beta.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [67aa6b5]
8
+ - @stainless-api/docs-ui@0.1.0-beta.54
9
+
10
+ ## 0.0.1-beta.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [e9567b0]
15
+ - @stainless-api/ui-primitives@0.1.0-beta.40
16
+ - @stainless-api/docs-ui@0.1.0-beta.53
17
+
18
+ ## 0.0.1-beta.8
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [5d6e5fa]
23
+ - @stainless-api/ui-primitives@0.1.0-beta.39
24
+ - @stainless-api/docs-ui@0.1.0-beta.52
25
+
26
+ ## 0.0.1-beta.7
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [2a79bae]
31
+ - @stainless-api/ui-primitives@0.1.0-beta.38
32
+ - @stainless-api/docs-ui@0.1.0-beta.51
33
+
34
+ ## 0.0.1-beta.6
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [2d00f0d]
39
+ - @stainless-api/docs-ui@0.1.0-beta.50
40
+ - @stainless-api/ui-primitives@0.1.0-beta.37
41
+
42
+ ## 0.0.1-beta.5
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [af090c3]
47
+ - Updated dependencies [4cf4aa5]
48
+ - Updated dependencies [8886c7c]
49
+ - @stainless-api/docs-ui@0.1.0-beta.49
50
+ - @stainless-api/ui-primitives@0.1.0-beta.36
51
+
52
+ ## 0.0.1-beta.4
53
+
54
+ ### Patch Changes
55
+
56
+ - Updated dependencies [ada37ee]
57
+ - @stainless-api/docs-ui@0.1.0-beta.48
58
+
59
+ ## 0.0.1-beta.3
60
+
61
+ ### Patch Changes
62
+
63
+ - Updated dependencies [d75a72f]
64
+ - Updated dependencies [2464347]
65
+ - @stainless/sdk-json@0.1.0-beta.2
66
+ - @stainless-api/docs-ui@0.1.0-beta.47
67
+
68
+ ## 0.0.1-beta.2
69
+
70
+ ### Patch Changes
71
+
72
+ - ae56b3c: ensure changeset release commit doesn’t include [skip ci]
73
+ - Updated dependencies [ae56b3c]
74
+ - @stainless-api/docs-ui@0.1.0-beta.46
75
+ - @stainless-api/ui-primitives@0.1.0-beta.35
76
+
77
+ ## 0.0.1-beta.1
78
+
79
+ ### Patch Changes
80
+
81
+ - 2ebf696: enable trusted publishing
82
+ - Updated dependencies [2ebf696]
83
+ - Updated dependencies [a70f60c]
84
+ - @stainless-api/docs-ui@0.1.0-beta.45
85
+ - @stainless-api/ui-primitives@0.1.0-beta.34
86
+
3
87
  ## 0.0.1-beta.0
4
88
 
5
89
  ### 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.10",
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.54",
49
+ "@stainless-api/ui-primitives": "0.1.0-beta.40",
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 .",