@typespec/html-program-viewer 0.60.0-dev.2 → 0.60.0
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
|
@@ -18036,8 +18036,13 @@ const diagnostics = {
|
|
|
18036
18036
|
unassignable: {
|
|
18037
18037
|
severity: "error",
|
|
18038
18038
|
messages: {
|
|
18039
|
-
default: paramMessage `Type '${"
|
|
18040
|
-
|
|
18039
|
+
default: paramMessage `Type '${"sourceType"}' is not assignable to type '${"targetType"}'`,
|
|
18040
|
+
},
|
|
18041
|
+
},
|
|
18042
|
+
"property-unassignable": {
|
|
18043
|
+
severity: "error",
|
|
18044
|
+
messages: {
|
|
18045
|
+
default: paramMessage `Types of property '${"propName"}' are incompatible`,
|
|
18041
18046
|
},
|
|
18042
18047
|
},
|
|
18043
18048
|
"property-required": {
|
|
@@ -27599,7 +27604,7 @@ let manifest;
|
|
|
27599
27604
|
try {
|
|
27600
27605
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
27601
27606
|
// @ts-ignore
|
|
27602
|
-
manifest = (await import('../manifest-
|
|
27607
|
+
manifest = (await import('../manifest-CGbgVYyS.js')).default;
|
|
27603
27608
|
}
|
|
27604
27609
|
catch {
|
|
27605
27610
|
const name = "../dist/manifest.js";
|
|
@@ -29402,6 +29407,7 @@ var Related;
|
|
|
29402
29407
|
Related[Related["true"] = 1] = "true";
|
|
29403
29408
|
Related[Related["maybe"] = 2] = "maybe";
|
|
29404
29409
|
})(Related || (Related = {}));
|
|
29410
|
+
// #endregion
|
|
29405
29411
|
|
|
29406
29412
|
var ResolutionKind;
|
|
29407
29413
|
(function (ResolutionKind) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/html-program-viewer",
|
|
3
|
-
"version": "0.60.0
|
|
3
|
+
"version": "0.60.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting an html view of the program.",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"!dist/test/**"
|
|
38
38
|
],
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@typespec/compiler": "~0.
|
|
40
|
+
"@typespec/compiler": "~0.60.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@fluentui/react-components": "~9.54.5",
|
|
@@ -55,7 +55,6 @@
|
|
|
55
55
|
"@types/node": "~18.11.19",
|
|
56
56
|
"@types/react": "~18.3.3",
|
|
57
57
|
"@types/react-dom": "~18.3.0",
|
|
58
|
-
"@typespec/compiler": "~0.59.1 || >=0.60.0-dev <0.60.0",
|
|
59
58
|
"@vitejs/plugin-react": "~4.3.1",
|
|
60
59
|
"@vitest/coverage-v8": "^2.0.4",
|
|
61
60
|
"@vitest/ui": "^2.0.4",
|
|
@@ -66,6 +65,7 @@
|
|
|
66
65
|
"vite-plugin-checker": "^0.7.2",
|
|
67
66
|
"vite-plugin-dts": "4.0.0-beta.1",
|
|
68
67
|
"vitest": "^2.0.4",
|
|
68
|
+
"@typespec/compiler": "~0.60.0",
|
|
69
69
|
"@typespec/react-components": "~0.57.0"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|