@typespec/compiler 0.44.0-dev.25 → 0.44.0-dev.26

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.
@@ -277,13 +277,13 @@ export interface Namespace extends BaseType, DecoratedType {
277
277
  */
278
278
  operations: Map<string, Operation>;
279
279
  /**
280
- * The scalars in the namespace.
280
+ * The sub-namespaces in the namespace.
281
281
  *
282
282
  * Order is implementation-defined and may change.
283
283
  */
284
284
  namespaces: Map<string, Namespace>;
285
285
  /**
286
- * The scalars in the namespace.
286
+ * The interfaces in the namespace.
287
287
  *
288
288
  * Order is implementation-defined and may change.
289
289
  */
package/dist/manifest.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export default {
2
2
  "version": "0.43.0",
3
- "commit": "2932b19c5e5a5e04c0e65de732e870151e9e2730"
3
+ "commit": "6f71c47cc13827675d0ddb260821ee35a02c45ce"
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.44.0-dev.25",
3
+ "version": "0.44.0-dev.26",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",