@typespec/html-program-viewer 0.81.0-dev.2 → 0.81.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.
package/dist/react/index.js
CHANGED
|
@@ -20829,7 +20829,7 @@ globalThis[globalLibraryUrlsLoadedSym];
|
|
|
20829
20829
|
//#region ../compiler/dist/src/manifest.js
|
|
20830
20830
|
var manifest;
|
|
20831
20831
|
try {
|
|
20832
|
-
manifest = (await import("../manifest-
|
|
20832
|
+
manifest = (await import("../manifest-CSwBU5mz.js")).default;
|
|
20833
20833
|
} catch {
|
|
20834
20834
|
manifest = (await import(["../dist", "manifest.js"].join("/"))).default;
|
|
20835
20835
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/html-program-viewer",
|
|
3
|
-
"version": "0.81.0-dev.
|
|
3
|
+
"version": "0.81.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": "^1.10.0 || >= 1.11.0-dev.
|
|
39
|
+
"@typespec/compiler": "^1.10.0 || >= 1.11.0-dev.6"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@fluentui/react-components": "~9.73.3",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@types/node": "~25.5.0",
|
|
55
55
|
"@types/react": "~19.2.14",
|
|
56
56
|
"@types/react-dom": "~19.2.3",
|
|
57
|
-
"@typespec/compiler": "^1.10.0 || >= 1.11.0-dev.
|
|
57
|
+
"@typespec/compiler": "^1.10.0 || >= 1.11.0-dev.6",
|
|
58
58
|
"@vitejs/plugin-react": "~6.0.1",
|
|
59
59
|
"@vitest/coverage-v8": "^4.1.0",
|
|
60
60
|
"@vitest/ui": "^4.1.0",
|