@typespec/compiler 0.44.0-dev.6 → 0.44.0-dev.7

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": "13d377bab66f79379152dfd713853f5a7c08edac"
3
+ "commit": "6c13e9ccbf79047474a76e9261df775edda0e826"
4
4
  };
package/lib/lib.tsp CHANGED
@@ -128,7 +128,7 @@ model Array<T> {}
128
128
  model Record<T> {}
129
129
 
130
130
  /**
131
- * Represent a URI string as described by https://url.spec.whatwg.org/#relative-url-string.
131
+ * Represent a URL string as described by https://url.spec.whatwg.org/
132
132
  */
133
133
  @format("url")
134
134
  scalar url extends string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.44.0-dev.6",
3
+ "version": "0.44.0-dev.7",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",