@typespec/compiler 0.44.0-dev.23 → 0.44.0-dev.24

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": "2774e45b26f9344a5b27077bcb99d0aecfd5ffe1"
3
+ "commit": "3227bbe8f89cc12c526771fe2c2891abc266279f"
4
4
  };
@@ -378,13 +378,13 @@ enum DurationKnownEncoding {
378
378
  */
379
379
  enum BytesKnownEncoding {
380
380
  /**
381
- * ISO8601 duration
381
+ * Encode to Base64
382
382
  */
383
- ISO8601: "ISO8601",
383
+ base64: "base64",
384
384
  /**
385
- * Encode to integer or float
385
+ * Encode to Base64 Url
386
386
  */
387
- seconds: "seconds",
387
+ base64url: "base64url",
388
388
  }
389
389
 
390
390
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.44.0-dev.23",
3
+ "version": "0.44.0-dev.24",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",