@typespec/html-program-viewer 0.67.0-dev.2 → 0.67.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.66.0",
3
- "commit": "aeb3e90559650ce9b6bf83ede2103ff0b613c7de"
3
+ "commit": "5d93e100c449f6bcf7fba1976364bd91dd032063"
4
4
  };
5
5
 
6
6
  export { manifest as default };
@@ -18101,7 +18101,7 @@ let manifest;
18101
18101
  try {
18102
18102
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
18103
18103
  // @ts-ignore
18104
- manifest = (await import('../manifest-DjOIFQIT.js')).default;
18104
+ manifest = (await import('../manifest-IEQ_iGDm.js')).default;
18105
18105
  }
18106
18106
  catch {
18107
18107
  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.0-dev.2",
3
+ "version": "0.67.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",
@@ -36,7 +36,7 @@
36
36
  "!dist/test/**"
37
37
  ],
38
38
  "peerDependencies": {
39
- "@typespec/compiler": "~0.66.0 || >=0.67.0-dev <0.67.0"
39
+ "@typespec/compiler": "^0.66.0 || >=0.67.0-dev <0.67.0"
40
40
  },
41
41
  "dependencies": {
42
42
  "@fluentui/react-components": "~9.60.0",
@@ -54,7 +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.66.0 || >=0.67.0-dev <0.67.0",
57
+ "@typespec/compiler": "^0.66.0 || >=0.67.0-dev <0.67.0",
58
58
  "@vitejs/plugin-react": "~4.3.4",
59
59
  "@vitest/coverage-v8": "^3.0.7",
60
60
  "@vitest/ui": "^3.0.7",
@@ -66,7 +66,7 @@
66
66
  "vite-plugin-dts": "4.5.3",
67
67
  "vite-plugin-node-polyfills": "^0.23.0",
68
68
  "vitest": "^3.0.7",
69
- "@typespec/react-components": "~0.57.0"
69
+ "@typespec/react-components": "^0.57.0"
70
70
  },
71
71
  "scripts": {
72
72
  "clean": "rimraf ./dist ./temp",