@typespec/http-specs 0.1.0-alpha.13-dev.4 → 0.1.0-alpha.14-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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @typespec/http-specs
2
2
 
3
+ ## 0.1.0-alpha.13
4
+
5
+ ### Breaking Changes
6
+
7
+ - [#6361](https://github.com/microsoft/typespec/pull/6361) Remove tsv test and migrate ssv/pipes test of collection format.
8
+
9
+ ### Bug Fixes
10
+
11
+ - [#6464](https://github.com/microsoft/typespec/pull/6464) Suppress implicit multipart deprecation for this release
12
+ - [#6425](https://github.com/microsoft/typespec/pull/6425) Remove SpreadRecordForDiscriminatedUnion case
13
+
14
+
3
15
  ## 0.1.0-alpha.12
4
16
 
5
17
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-specs",
3
- "version": "0.1.0-alpha.13-dev.4",
3
+ "version": "0.1.0-alpha.14-dev.0",
4
4
  "description": "Spec scenarios and mock apis",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -18,24 +18,24 @@
18
18
  },
19
19
  "homepage": "https://github.com/microsoft/typespec#readme",
20
20
  "dependencies": {
21
- "@typespec/spec-api": "^0.1.0-alpha.1 || >=0.1.0-alpha.2-dev <0.1.0-alpha.2",
22
- "@typespec/spector": "^0.1.0-alpha.8 || >=0.1.0-alpha.9-dev <0.1.0-alpha.9"
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"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/multer": "^1.4.10",
26
26
  "@types/node": "~22.13.9",
27
- "@typespec/openapi": "^0.66.0 || >=0.67.0-dev <0.67.0",
28
- "@typespec/openapi3": "^0.66.0 || >=0.67.0-dev <0.67.0",
27
+ "@typespec/openapi": "^0.67.0 || >=0.68.0-dev <0.68.0",
28
+ "@typespec/openapi3": "^0.67.0 || >=0.68.0-dev <0.68.0",
29
29
  "concurrently": "^9.1.2",
30
30
  "rimraf": "~6.0.1",
31
31
  "typescript": "~5.8.2"
32
32
  },
33
33
  "peerDependencies": {
34
- "@typespec/compiler": "^0.66.0 || >=0.67.0-dev <0.67.0",
35
- "@typespec/http": "^0.66.0 || >=0.67.0-dev <0.67.0",
36
- "@typespec/rest": "^0.66.0 || >=0.67.0-dev <0.67.0",
37
- "@typespec/versioning": "^0.66.0 || >=0.67.0-dev <0.67.0",
38
- "@typespec/xml": "^0.66.0 || >=0.67.0-dev <0.67.0"
34
+ "@typespec/compiler": "^0.67.0 || >=0.68.0-dev <0.68.0",
35
+ "@typespec/http": "^0.67.0 || >=0.68.0-dev <0.68.0",
36
+ "@typespec/rest": "^0.67.0 || >=0.68.0-dev <0.68.0",
37
+ "@typespec/versioning": "^0.67.0 || >=0.68.0-dev <0.68.0",
38
+ "@typespec/xml": "^0.67.0 || >=0.68.0-dev <0.68.0"
39
39
  },
40
40
  "scripts": {
41
41
  "watch": "tsc -p ./tsconfig.build.json --watch",