@typespec/compiler 0.51.0-dev.4 → 0.51.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.
package/dist/manifest.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export default {
2
- "version": "0.51.0-dev.4",
3
- "commit": "86569b3f576e66f1865db7f63ed31075a89088c6"
2
+ "version": "0.51.0-dev.5",
3
+ "commit": "c749b1148f33fc87efa6edda1e97335f29078dc8"
4
4
  };
@@ -476,7 +476,7 @@ extern dec encode(
476
476
  * - "update": input to operations that update data.
477
477
  * - "delete": input to operations that delete data.
478
478
  *
479
- * See also: [Automatic visibility](https://microsoft.github.io/typespec/standard-library/http/operations#automatic-visibility)
479
+ * See also: [Automatic visibility](https://microsoft.github.io/typespec/libraries/http/operations#automatic-visibility)
480
480
  *
481
481
  * @param visibilities List of visibilities which apply to this property.
482
482
  *
@@ -501,7 +501,7 @@ extern dec visibility(target: ModelProperty, ...visibilities: valueof string[]);
501
501
  * together with spread to effectively spread only visible properties into
502
502
  * a new model.
503
503
  *
504
- * See also: [Automatic visibility](https://microsoft.github.io/typespec/standard-library/http/operations#automatic-visibility)
504
+ * See also: [Automatic visibility](https://microsoft.github.io/typespec/libraries/http/operations#automatic-visibility)
505
505
  *
506
506
  * When using an emitter that applies visibility automatically, it is generally
507
507
  * not necessary to use this decorator.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.51.0-dev.4",
3
+ "version": "0.51.0-dev.5",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",