@typespec/html-program-viewer 0.61.0-dev.2 → 0.61.0-dev.3

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": "b1753b66a2131c078d831419d81b5afcded00bff"
3
+ "commit": "66e847c71be174f2c789307a7ccb32306d1ca8ba"
4
4
  };
5
5
 
6
6
  export { manifest as default };
@@ -27604,7 +27604,7 @@ let manifest;
27604
27604
  try {
27605
27605
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
27606
27606
  // @ts-ignore
27607
- manifest = (await import('../manifest-DdB77jqz.js')).default;
27607
+ manifest = (await import('../manifest-CNmB2KUS.js')).default;
27608
27608
  }
27609
27609
  catch {
27610
27610
  const name = "../dist/manifest.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/html-program-viewer",
3
- "version": "0.61.0-dev.2",
3
+ "version": "0.61.0-dev.3",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting an html view of the program.",
6
6
  "homepage": "https://typespec.io",