@typespec/html-program-viewer 0.75.0 → 0.76.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/emitter/index.js
CHANGED
|
@@ -1558,9 +1558,7 @@ function useOverrides() {
|
|
|
1558
1558
|
* @internal
|
|
1559
1559
|
*/ const CustomStyleHooksProvider = CustomStyleHooksContext.Provider;
|
|
1560
1560
|
|
|
1561
|
-
|
|
1562
|
-
* Verifies if an application can use DOM.
|
|
1563
|
-
*/ function canUseDOM() {
|
|
1561
|
+
function canUseDOM() {
|
|
1564
1562
|
return /* eslint-disable @nx/workspace-no-restricted-globals -- expected ignore ( SSR friendly acquisition of globals )*/ typeof window !== 'undefined' && !!(window.document && // eslint-disable-next-line @typescript-eslint/no-deprecated
|
|
1565
1563
|
window.document.createElement);
|
|
1566
1564
|
}
|
package/dist/react/index.js
CHANGED
|
@@ -34384,7 +34384,7 @@ let manifest;
|
|
|
34384
34384
|
try {
|
|
34385
34385
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
34386
34386
|
// @ts-ignore
|
|
34387
|
-
manifest = (await import('../manifest-
|
|
34387
|
+
manifest = (await import('../manifest-TRRff3AQ.js')).default;
|
|
34388
34388
|
}
|
|
34389
34389
|
catch {
|
|
34390
34390
|
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.76.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",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@typespec/compiler": "^1.5.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@fluentui/react-components": "~9.
|
|
42
|
+
"@fluentui/react-components": "~9.72.3",
|
|
43
43
|
"@fluentui/react-icons": "^2.0.292",
|
|
44
44
|
"@fluentui/react-list": "^9.1.2",
|
|
45
45
|
"react": "~18.3.1",
|
|
@@ -51,21 +51,21 @@
|
|
|
51
51
|
"@testing-library/dom": "^10.4.0",
|
|
52
52
|
"@testing-library/jest-dom": "^6.6.3",
|
|
53
53
|
"@testing-library/react": "^16.2.0",
|
|
54
|
-
"@types/node": "~24.
|
|
55
|
-
"@types/react": "~
|
|
56
|
-
"@types/react-dom": "~
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@vitest/
|
|
54
|
+
"@types/node": "~24.9.1",
|
|
55
|
+
"@types/react": "~19.2.2",
|
|
56
|
+
"@types/react-dom": "~19.2.2",
|
|
57
|
+
"@typespec/compiler": "^1.5.0",
|
|
58
|
+
"@vitejs/plugin-react": "~5.1.0",
|
|
59
|
+
"@vitest/coverage-v8": "^4.0.4",
|
|
60
|
+
"@vitest/ui": "^4.0.4",
|
|
60
61
|
"c8": "^10.1.3",
|
|
61
62
|
"rimraf": "~6.0.1",
|
|
62
63
|
"typescript": "~5.9.2",
|
|
63
64
|
"vite": "^7.0.5",
|
|
64
|
-
"vite-plugin-checker": "^0.
|
|
65
|
+
"vite-plugin-checker": "^0.11.0",
|
|
65
66
|
"vite-plugin-dts": "4.5.4",
|
|
66
67
|
"vite-plugin-node-polyfills": "^0.24.0",
|
|
67
|
-
"vitest": "^
|
|
68
|
-
"@typespec/compiler": "^1.5.0",
|
|
68
|
+
"vitest": "^4.0.4",
|
|
69
69
|
"@typespec/react-components": "^0.57.0"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|