@typespec/html-program-viewer 0.82.0-dev.2 → 0.82.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
|
@@ -20833,7 +20833,7 @@ globalThis[globalLibraryUrlsLoadedSym];
|
|
|
20833
20833
|
//#region ../compiler/dist/src/manifest.js
|
|
20834
20834
|
var manifest;
|
|
20835
20835
|
try {
|
|
20836
|
-
manifest = (await import("../manifest-
|
|
20836
|
+
manifest = (await import("../manifest-B4npFrfu.js")).default;
|
|
20837
20837
|
} catch {
|
|
20838
20838
|
manifest = (await import(["../dist", "manifest.js"].join("/"))).default;
|
|
20839
20839
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/html-program-viewer",
|
|
3
|
-
"version": "0.82.0-dev.
|
|
3
|
+
"version": "0.82.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",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@vitest/coverage-v8": "^4.1.0",
|
|
60
60
|
"@vitest/ui": "^4.1.0",
|
|
61
61
|
"rimraf": "~6.1.3",
|
|
62
|
-
"typescript": "~
|
|
62
|
+
"typescript": "~6.0.2",
|
|
63
63
|
"vite": "^8.0.1",
|
|
64
64
|
"vite-plugin-checker": "^0.12.0",
|
|
65
65
|
"vite-plugin-dts": "4.5.4",
|