@typespec/html-program-viewer 0.67.0-dev.3 → 0.67.0-dev.5

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.
@@ -5338,8 +5338,7 @@ const TypeConfig = {
5338
5338
  operations: "nested",
5339
5339
  unions: "nested",
5340
5340
  enums: "nested",
5341
- decoratorDeclarations: "nested",
5342
- functionDeclarations: "nested"
5341
+ decoratorDeclarations: "nested"
5343
5342
  },
5344
5343
  Interface: {
5345
5344
  operations: "nested",
@@ -5424,10 +5423,7 @@ const TypeConfig = {
5424
5423
  default: "value"
5425
5424
  },
5426
5425
  // Don't want to expose those for now
5427
- Function: null,
5428
- Object: null,
5429
- Intrinsic: null,
5430
- Projection: null
5426
+ Intrinsic: null
5431
5427
  };
5432
5428
  const CommonPropsConfig = {
5433
5429
  namespace: "parent"
@@ -5443,11 +5439,7 @@ const HiddenProps = [
5443
5439
  "templateMapper",
5444
5440
  "instantiationParameters",
5445
5441
  "decorators",
5446
- "projectionBase",
5447
- "projectionsByName",
5448
- "projectionSource",
5449
5442
  "projector",
5450
- "projections",
5451
5443
  "isFinished"
5452
5444
  ];
5453
5445
  new Set(HiddenProps);
@@ -1,6 +1,6 @@
1
1
  const manifest = {
2
2
  "version": "0.66.0",
3
- "commit": "5d93e100c449f6bcf7fba1976364bd91dd032063"
3
+ "commit": "32ca22f9d14ae0c73f965270330f0e1b81d78b0b"
4
4
  };
5
5
 
6
6
  export { manifest as default };