@typespec/playground 0.5.0-dev.6 → 0.5.0-dev.7
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/dist/react/index.js
CHANGED
|
@@ -38780,7 +38780,7 @@ let manifest;
|
|
|
38780
38780
|
try {
|
|
38781
38781
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
38782
38782
|
// @ts-ignore
|
|
38783
|
-
manifest = (await import('../manifest-
|
|
38783
|
+
manifest = (await import('../manifest-BZHVPNKg-BZHVPNKg.js')).default;
|
|
38784
38784
|
}
|
|
38785
38785
|
catch {
|
|
38786
38786
|
const name = "../dist/manifest.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/playground",
|
|
3
|
-
"version": "0.5.0-dev.
|
|
3
|
+
"version": "0.5.0-dev.7",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec playground UI components.",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"clsx": "^2.1.1",
|
|
70
70
|
"debounce": "~2.1.1",
|
|
71
71
|
"lzutf8": "0.6.3",
|
|
72
|
-
"monaco-editor": "~0.
|
|
72
|
+
"monaco-editor": "~0.52.0",
|
|
73
73
|
"react": "~18.3.1",
|
|
74
74
|
"react-dom": "~18.3.1",
|
|
75
75
|
"react-error-boundary": "^4.0.13",
|