@typespec/compiler 0.44.0-dev.19 → 0.44.0-dev.20

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
2
  "version": "0.43.0",
3
- "commit": "362994e4da989d23dfc2203bee15e5d4495b7f5f"
3
+ "commit": "56104e67b3492f870b05c9d0e62c667095f01b9e"
4
4
  };
@@ -427,7 +427,7 @@ extern dec encode(
427
427
  * - "update": input to operations that update data.
428
428
  * - "delete": input to operations that delete data.
429
429
  *
430
- * See also: [Automatic visibility](https://microsoft.github.io/typespec/standard-library/rest/operations#automatic-visibility)
430
+ * See also: [Automatic visibility](https://microsoft.github.io/typespec/standard-library/http/operations#automatic-visibility)
431
431
  *
432
432
  * @param visibilities List of visibilities which apply to this property.
433
433
  *
@@ -452,7 +452,7 @@ extern dec visibility(target: ModelProperty, ...visibilities: string[]);
452
452
  * together with spread to effectively spread only visible properties into
453
453
  * a new model.
454
454
  *
455
- * See also: [Automatic visibility](https://microsoft.github.io/typespec/standard-library/rest/operations#automatic-visibility)
455
+ * See also: [Automatic visibility](https://microsoft.github.io/typespec/standard-library/http/operations#automatic-visibility)
456
456
  *
457
457
  * When using an emitter that applies visibility automatically, it is generally
458
458
  * not necessary to use this decorator.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.44.0-dev.19",
3
+ "version": "0.44.0-dev.20",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",