@typespec/html-program-viewer 0.73.0-dev.4 → 0.73.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.3.0",
3
+ "commit": "a9fa305070958e81991b79178d6ef00afcdf2168"
4
+ };
5
+
6
+ export { manifest as default };
@@ -34187,7 +34187,7 @@ let manifest;
34187
34187
  try {
34188
34188
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
34189
34189
  // @ts-ignore
34190
- manifest = (await import('../manifest-Bgm8G_Ff.js')).default;
34190
+ manifest = (await import('../manifest-DzlnSCzh.js')).default;
34191
34191
  }
34192
34192
  catch {
34193
34193
  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.73.0-dev.4",
3
+ "version": "0.73.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.2.1"
39
+ "@typespec/compiler": "^1.3.0"
40
40
  },
41
41
  "dependencies": {
42
42
  "@fluentui/react-components": "~9.67.0",
@@ -54,7 +54,6 @@
54
54
  "@types/node": "~24.1.0",
55
55
  "@types/react": "~18.3.11",
56
56
  "@types/react-dom": "~18.3.0",
57
- "@typespec/compiler": "^1.2.1",
58
57
  "@vitejs/plugin-react": "~4.7.0",
59
58
  "@vitest/coverage-v8": "^3.1.2",
60
59
  "@vitest/ui": "^3.1.2",
@@ -66,6 +65,7 @@
66
65
  "vite-plugin-dts": "4.5.4",
67
66
  "vite-plugin-node-polyfills": "^0.24.0",
68
67
  "vitest": "^3.1.2",
68
+ "@typespec/compiler": "^1.3.0",
69
69
  "@typespec/react-components": "^0.57.0"
70
70
  },
71
71
  "scripts": {
@@ -1,6 +0,0 @@
1
- const manifest = {
2
- "version": "1.2.1",
3
- "commit": "a2238b680c3d9871a7204cd27885b2df735a517d"
4
- };
5
-
6
- export { manifest as default };