@typespec/html-program-viewer 0.68.0-dev.3 → 0.69.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": "1.0.0-rc.0",
3
+ "commit": "405487fee382d73ed233ab2097b59a7d565f0d07"
4
+ };
5
+
6
+ export { manifest as default };
@@ -33611,7 +33611,7 @@ let manifest;
33611
33611
  try {
33612
33612
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
33613
33613
  // @ts-ignore
33614
- manifest = (await import('../manifest-KysNbCfR.js')).default;
33614
+ manifest = (await import('../manifest-Cmvvh_kl.js')).default;
33615
33615
  }
33616
33616
  catch {
33617
33617
  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.68.0-dev.3",
3
+ "version": "0.69.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.2 || >=0.68.0-dev <0.68.0"
39
+ "@typespec/compiler": "^1.0.0-rc.0"
40
40
  },
41
41
  "dependencies": {
42
42
  "@fluentui/react-components": "~9.61.2",
@@ -54,7 +54,7 @@
54
54
  "@types/node": "~22.13.11",
55
55
  "@types/react": "~18.3.11",
56
56
  "@types/react-dom": "~18.3.0",
57
- "@typespec/compiler": "^0.67.2 || >=0.68.0-dev <0.68.0",
57
+ "@typespec/compiler": "^1.0.0-rc.0",
58
58
  "@vitejs/plugin-react": "~4.3.4",
59
59
  "@vitest/coverage-v8": "^3.0.9",
60
60
  "@vitest/ui": "^3.0.9",
@@ -1,6 +0,0 @@
1
- const manifest = {
2
- "version": "0.67.2",
3
- "commit": "ee6e65641df375dd753fec60600fb32e93735c78"
4
- };
5
-
6
- export { manifest as default };