@typespec/compiler 0.55.0-dev.3 → 0.55.0-dev.4

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.55.0-dev.3",
3
- "commit": "00996bbe309725a7cc3b7efdbc437564bf6d2388"
2
+ "version": "0.55.0-dev.4",
3
+ "commit": "6d42ca6e65f137ced52d203a4b6fe8f073f75d28"
4
4
  };
@@ -366,6 +366,7 @@ extern dec overload(target: Operation, overloadbase: Operation);
366
366
  * }
367
367
  * ```
368
368
  */
369
+ #deprecated "Use `@encodedName` instead for changing the name over the wire."
369
370
  extern dec projectedName(
370
371
  target: unknown,
371
372
  targetName: valueof string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.55.0-dev.3",
3
+ "version": "0.55.0-dev.4",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",