@typespec/html-program-viewer 0.80.0-dev.3 → 0.80.0-dev.4
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.
package/dist/react/index.js
CHANGED
|
@@ -51538,7 +51538,7 @@ let manifest;
|
|
|
51538
51538
|
try {
|
|
51539
51539
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
51540
51540
|
// @ts-ignore
|
|
51541
|
-
manifest = (await import('../manifest-
|
|
51541
|
+
manifest = (await import('../manifest-Cogkb9R8.js')).default;
|
|
51542
51542
|
}
|
|
51543
51543
|
catch {
|
|
51544
51544
|
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.80.0-dev.
|
|
3
|
+
"version": "0.80.0-dev.4",
|
|
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.9.0 || >= 1.10.0-dev.
|
|
39
|
+
"@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.13"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@fluentui/react-components": "~9.73.1",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@types/node": "~25.3.0",
|
|
55
55
|
"@types/react": "~19.2.7",
|
|
56
56
|
"@types/react-dom": "~19.2.2",
|
|
57
|
-
"@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.
|
|
57
|
+
"@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.13",
|
|
58
58
|
"@vitejs/plugin-react": "~5.1.2",
|
|
59
59
|
"@vitest/coverage-v8": "^4.0.18",
|
|
60
60
|
"@vitest/ui": "^4.0.18",
|