@typespec/compiler 0.44.0-dev.13 → 0.44.0-dev.14

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": "5a88019881ca78cc27e581fa0b64f107337df088"
3
+ "commit": "91075eb3f6f170e8bcb6249af9bb3b7378022d91"
4
4
  };
@@ -96,7 +96,7 @@ extern dec error(target: Model);
96
96
 
97
97
  /**
98
98
  * Specify a known data format hint for this string type. For example `uuid`, `uri`, etc.
99
- * This differ from the @pattern decorator that is meant to specify a regular expression while @format takes in a known format name.
99
+ * This differs from the `@pattern` decorator which is meant to specify a regular expression while `@format` accepts a known format name.
100
100
  * The format names are open ended and are left to emitter to interpret.
101
101
  *
102
102
  * @param format format name.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.44.0-dev.13",
3
+ "version": "0.44.0-dev.14",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",