@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.
@@ -1,6 +1,6 @@
1
1
  const manifest = {
2
2
  "version": "0.60.1",
3
- "commit": "3d809416fc2342be5568c611e3ed30972770899e"
3
+ "commit": "bcee728da09cca02f0065b39da9e3665971dc7ed"
4
4
  };
5
5
 
6
6
  export { manifest as default };
@@ -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-onl5D1yL-onl5D1yL.js')).default;
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.6",
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.46.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",