@typespec/html-program-viewer 0.70.0 → 0.71.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.
@@ -1,6 +1,6 @@
1
1
  const manifest = {
2
2
  "version": "1.0.0",
3
- "commit": "b7a5b19167edd6e1d5fc9b1b031a408f52cefd35"
3
+ "commit": "a878edeadfe53b6437f7c94f0fe0e81225d7b996"
4
4
  };
5
5
 
6
6
  export { manifest as default };
@@ -31346,12 +31346,12 @@ var MutatorFlow;
31346
31346
 
31347
31347
  const [getSummary, setSummary] = useStateMap(createStateSymbol("summary"));
31348
31348
  /**
31349
- * @doc attaches a documentation string. Works great with multi-line string literals.
31349
+ * `@doc` attaches a documentation string. Works great with multi-line string literals.
31350
31350
  *
31351
- * The first argument to @doc is a string, which may contain template parameters, enclosed in braces,
31351
+ * The first argument to `@doc` is a string, which may contain template parameters, enclosed in braces,
31352
31352
  * which are replaced with an attribute for the type (commonly "name") passed as the second (optional) argument.
31353
31353
  *
31354
- * @doc can be specified on any language element -- a model, an operation, a namespace, etc.
31354
+ * `@doc` can be specified on any language element -- a model, an operation, a namespace, etc.
31355
31355
  */
31356
31356
  const $doc = (context, target, text, sourceObject) => {
31357
31357
  validateDecoratorUniqueOnNode(context, target, $doc);
@@ -34300,7 +34300,7 @@ let manifest;
34300
34300
  try {
34301
34301
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
34302
34302
  // @ts-ignore
34303
- manifest = (await import('../manifest-0K2D8hcR.js')).default;
34303
+ manifest = (await import('../manifest-Cf9CSWMa.js')).default;
34304
34304
  }
34305
34305
  catch {
34306
34306
  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.70.0",
3
+ "version": "0.71.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.0.0"
40
40
  },
41
41
  "dependencies": {
42
- "@fluentui/react-components": "~9.61.2",
42
+ "@fluentui/react-components": "~9.63.0",
43
43
  "@fluentui/react-icons": "^2.0.292",
44
44
  "@fluentui/react-list": "^9.1.2",
45
45
  "react": "~18.3.1",
@@ -54,7 +54,8 @@
54
54
  "@types/node": "~22.13.11",
55
55
  "@types/react": "~18.3.11",
56
56
  "@types/react-dom": "~18.3.0",
57
- "@vitejs/plugin-react": "~4.3.4",
57
+ "@typespec/compiler": "^1.0.0",
58
+ "@vitejs/plugin-react": "~4.4.1",
58
59
  "@vitest/coverage-v8": "^3.1.2",
59
60
  "@vitest/ui": "^3.1.2",
60
61
  "c8": "^10.1.3",
@@ -65,7 +66,6 @@
65
66
  "vite-plugin-dts": "4.5.3",
66
67
  "vite-plugin-node-polyfills": "^0.23.0",
67
68
  "vitest": "^3.1.2",
68
- "@typespec/compiler": "^1.0.0",
69
69
  "@typespec/react-components": "^0.57.0"
70
70
  },
71
71
  "scripts": {