@typespec/compiler 1.2.0-dev.3 → 1.2.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": "1.2.0-dev.3",
3
- "commit": "e8451062394e80918a0548e50db2e3894d7b3885"
2
+ "version": "1.2.0-dev.4",
3
+ "commit": "3c2615dc89f2923f78d12eb7a82548433621d9da"
4
4
  };
@@ -105,7 +105,7 @@ scalar plainDate {
105
105
  * @example
106
106
  *
107
107
  * ```tsp
108
- * const time = plainTime.fromISO("2024-05-06");
108
+ * const date = plainDate.fromISO("2024-05-06");
109
109
  * ```
110
110
  */
111
111
  init fromISO(value: string);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "1.2.0-dev.3",
3
+ "version": "1.2.0-dev.4",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",