@typespec/html-program-viewer 0.67.1 → 0.68.0-dev.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": "0.67.0",
3
+ "commit": "7823e960ade4c146464fb39ee6d0c1a381374c27"
4
+ };
5
+
6
+ export { manifest as default };
@@ -33584,7 +33584,7 @@ let manifest;
33584
33584
  try {
33585
33585
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
33586
33586
  // @ts-ignore
33587
- manifest = (await import('../manifest-CYH440uE.js')).default;
33587
+ manifest = (await import('../manifest-CJDStH3V.js')).default;
33588
33588
  }
33589
33589
  catch {
33590
33590
  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.67.1",
3
+ "version": "0.68.0-dev.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": "^0.67.1"
39
+ "@typespec/compiler": "^0.67.0 || >=0.68.0-dev <0.68.0"
40
40
  },
41
41
  "dependencies": {
42
42
  "@fluentui/react-components": "~9.60.0",
@@ -54,6 +54,7 @@
54
54
  "@types/node": "~22.13.9",
55
55
  "@types/react": "~18.3.11",
56
56
  "@types/react-dom": "~18.3.0",
57
+ "@typespec/compiler": "^0.67.0 || >=0.68.0-dev <0.68.0",
57
58
  "@vitejs/plugin-react": "~4.3.4",
58
59
  "@vitest/coverage-v8": "^3.0.7",
59
60
  "@vitest/ui": "^3.0.7",
@@ -65,7 +66,6 @@
65
66
  "vite-plugin-dts": "4.5.3",
66
67
  "vite-plugin-node-polyfills": "^0.23.0",
67
68
  "vitest": "^3.0.7",
68
- "@typespec/compiler": "^0.67.1",
69
69
  "@typespec/react-components": "^0.57.0"
70
70
  },
71
71
  "scripts": {
@@ -1,6 +0,0 @@
1
- const manifest = {
2
- "version": "0.67.1",
3
- "commit": "420be4b2c4c9717c38fefc30480b21c04a6d771d"
4
- };
5
-
6
- export { manifest as default };