@typespec/http-specs 0.1.0-alpha.12-dev.6 → 0.1.0-alpha.13-dev.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @typespec/http-specs
2
2
 
3
+ ## 0.1.0-alpha.12
4
+
5
+ ### Features
6
+
7
+ - [#6327](https://github.com/microsoft/typespec/pull/6327) Remove reference to delete projection feature
8
+ - [#6201](https://github.com/microsoft/typespec/pull/6201) Add tests for basic jsonl streaming.
9
+
10
+ ### Bump dependencies
11
+
12
+ - [#6266](https://github.com/microsoft/typespec/pull/6266) Update dependencies
13
+
14
+ ### Bug Fixes
15
+
16
+ - [#6286](https://github.com/microsoft/typespec/pull/6286) Replace @discriminator union with @discriminated
17
+
18
+
3
19
  ## 0.1.0-alpha.11
4
20
 
5
21
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-specs",
3
- "version": "0.1.0-alpha.12-dev.6",
3
+ "version": "0.1.0-alpha.13-dev.0",
4
4
  "description": "Spec scenarios and mock apis",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",