@typespec/http-specs 0.1.0-alpha.16-dev.7 → 0.1.0-alpha.17-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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @typespec/http-specs
2
2
 
3
+ ## 0.1.0-alpha.16
4
+
5
+ ### Bug Fixes
6
+
7
+ - [#6565](https://github.com/microsoft/typespec/pull/6565) Fix specs to handle body correctly with new spector change
8
+ - [#6533](https://github.com/microsoft/typespec/pull/6533) Update outdated multipart cases
9
+
10
+ ### Bump dependencies
11
+
12
+ - [#6595](https://github.com/microsoft/typespec/pull/6595) Upgrade dependencies
13
+
14
+
3
15
  ## 0.1.0-alpha.15
4
16
 
5
17
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-specs",
3
- "version": "0.1.0-alpha.16-dev.7",
3
+ "version": "0.1.0-alpha.17-dev.0",
4
4
  "description": "Spec scenarios and mock apis",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "homepage": "https://github.com/microsoft/typespec#readme",
20
20
  "dependencies": {
21
- "@typespec/spec-api": "^0.1.0-alpha.2 || >=0.1.0-alpha.3-dev <0.1.0-alpha.3",
22
- "@typespec/spector": "^0.1.0-alpha.9 || >=0.1.0-alpha.10-dev <0.1.0-alpha.10",
21
+ "@typespec/spec-api": "^0.1.0-alpha.3 || >=0.1.0-alpha.4-dev <0.1.0-alpha.4",
22
+ "@typespec/spector": "^0.1.0-alpha.10 || >=0.1.0-alpha.11-dev <0.1.0-alpha.11",
23
23
  "deep-equal": "^2.2.0"
24
24
  },
25
25
  "devDependencies": {
@@ -33,7 +33,7 @@
33
33
  "typescript": "~5.8.2"
34
34
  },
35
35
  "peerDependencies": {
36
- "@typespec/compiler": "^0.67.1 || >=0.68.0-dev <0.68.0",
36
+ "@typespec/compiler": "^0.67.2 || >=0.68.0-dev <0.68.0",
37
37
  "@typespec/http": "^0.67.1 || >=0.68.0-dev <0.68.0",
38
38
  "@typespec/rest": "^0.67.1 || >=0.68.0-dev <0.68.0",
39
39
  "@typespec/versioning": "^0.67.1 || >=0.68.0-dev <0.68.0",