@typespec/html-program-viewer 0.76.0 → 0.77.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
|
@@ -1222,6 +1222,7 @@ const toObjectMap = (...items)=>{
|
|
|
1222
1222
|
'href',
|
|
1223
1223
|
'hrefLang',
|
|
1224
1224
|
'media',
|
|
1225
|
+
'referrerPolicy',
|
|
1225
1226
|
'rel',
|
|
1226
1227
|
'target',
|
|
1227
1228
|
'type'
|
|
@@ -1655,7 +1656,6 @@ For more info on string refs, see https://react.dev/blog/2024/04/25/react-19-upg
|
|
|
1655
1656
|
if (typeof ref === 'function') {
|
|
1656
1657
|
ref(value);
|
|
1657
1658
|
} else if (ref) {
|
|
1658
|
-
// work around the immutability of the React.Ref type
|
|
1659
1659
|
ref.current = value;
|
|
1660
1660
|
}
|
|
1661
1661
|
}
|
package/dist/react/index.js
CHANGED
|
@@ -34440,7 +34440,7 @@ let manifest;
|
|
|
34440
34440
|
try {
|
|
34441
34441
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
34442
34442
|
// @ts-ignore
|
|
34443
|
-
manifest = (await import('../manifest-
|
|
34443
|
+
manifest = (await import('../manifest-B6M5DeSY.js')).default;
|
|
34444
34444
|
}
|
|
34445
34445
|
catch {
|
|
34446
34446
|
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.77.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",
|
|
@@ -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.
|
|
54
|
+
"@types/node": "~24.10.1",
|
|
55
55
|
"@types/react": "~19.2.2",
|
|
56
56
|
"@types/react-dom": "~19.2.2",
|
|
57
|
+
"@typespec/compiler": "^1.6.0",
|
|
57
58
|
"@vitejs/plugin-react": "~5.1.0",
|
|
58
59
|
"@vitest/coverage-v8": "^4.0.4",
|
|
59
60
|
"@vitest/ui": "^4.0.4",
|
|
60
61
|
"c8": "^10.1.3",
|
|
61
|
-
"rimraf": "~6.
|
|
62
|
+
"rimraf": "~6.1.2",
|
|
62
63
|
"typescript": "~5.9.2",
|
|
63
64
|
"vite": "^7.0.5",
|
|
64
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
68
|
"vitest": "^4.0.4",
|
|
68
|
-
"@typespec/compiler": "^1.6.0",
|
|
69
69
|
"@typespec/react-components": "^0.57.0"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|