@typespec/html-program-viewer 0.72.1 → 0.73.0-dev.1
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
|
@@ -34305,7 +34305,7 @@ let manifest;
|
|
|
34305
34305
|
try {
|
|
34306
34306
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
34307
34307
|
// @ts-ignore
|
|
34308
|
-
manifest = (await import('../manifest-
|
|
34308
|
+
manifest = (await import('../manifest-KaVtNQje.js')).default;
|
|
34309
34309
|
}
|
|
34310
34310
|
catch {
|
|
34311
34311
|
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.
|
|
3
|
+
"version": "0.73.0-dev.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting an html view of the program.",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"@types/node": "~24.0.3",
|
|
55
55
|
"@types/react": "~18.3.11",
|
|
56
56
|
"@types/react-dom": "~18.3.0",
|
|
57
|
+
"@typespec/compiler": "^1.2.1",
|
|
57
58
|
"@vitejs/plugin-react": "~4.4.1",
|
|
58
59
|
"@vitest/coverage-v8": "^3.1.2",
|
|
59
60
|
"@vitest/ui": "^3.1.2",
|
|
@@ -65,7 +66,6 @@
|
|
|
65
66
|
"vite-plugin-dts": "4.5.4",
|
|
66
67
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
67
68
|
"vitest": "^3.1.2",
|
|
68
|
-
"@typespec/compiler": "^1.2.1",
|
|
69
69
|
"@typespec/react-components": "^0.57.0"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|