@typespec/html-program-viewer 0.78.0-dev.1 → 0.78.0

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.
@@ -0,0 +1,6 @@
1
+ const manifest = {
2
+ "version": "1.8.0",
3
+ "commit": "9964d3c5b526b1c95d2afba07a66725d76ebd27e"
4
+ };
5
+
6
+ export { manifest as default };
@@ -29802,6 +29802,7 @@ function getDiscriminatedUnionForUnion(program, type) {
29802
29802
  type,
29803
29803
  options,
29804
29804
  variants,
29805
+ defaultVariant,
29805
29806
  },
29806
29807
  diagnostics,
29807
29808
  ];
@@ -33058,7 +33059,7 @@ let manifest;
33058
33059
  try {
33059
33060
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
33060
33061
  // @ts-ignore
33061
- manifest = (await import('../manifest-DKWybgkH.js')).default;
33062
+ manifest = (await import('../manifest-DwAiOF8b.js')).default;
33062
33063
  }
33063
33064
  catch {
33064
33065
  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.78.0-dev.1",
3
+ "version": "0.78.0",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting an html view of the program.",
6
6
  "homepage": "https://typespec.io",
@@ -36,7 +36,7 @@
36
36
  "!dist/test/**"
37
37
  ],
38
38
  "peerDependencies": {
39
- "@typespec/compiler": "^1.7.1"
39
+ "@typespec/compiler": "^1.8.0"
40
40
  },
41
41
  "dependencies": {
42
42
  "@fluentui/react-components": "~9.72.3",
@@ -54,7 +54,6 @@
54
54
  "@types/node": "~25.0.2",
55
55
  "@types/react": "~19.2.7",
56
56
  "@types/react-dom": "~19.2.2",
57
- "@typespec/compiler": "^1.7.1",
58
57
  "@vitejs/plugin-react": "~5.1.2",
59
58
  "@vitest/coverage-v8": "^4.0.15",
60
59
  "@vitest/ui": "^4.0.15",
@@ -66,6 +65,7 @@
66
65
  "vite-plugin-dts": "4.5.4",
67
66
  "vite-plugin-node-polyfills": "^0.24.0",
68
67
  "vitest": "^4.0.15",
68
+ "@typespec/compiler": "^1.8.0",
69
69
  "@typespec/react-components": "^0.57.0"
70
70
  },
71
71
  "scripts": {
@@ -1,6 +0,0 @@
1
- const manifest = {
2
- "version": "1.7.1",
3
- "commit": "4afc86ceda677d8b634b352280a9995d720557f3"
4
- };
5
-
6
- export { manifest as default };