@typespec/http-specs 0.1.0-alpha.5-dev.9 → 0.1.0-alpha.6-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 +14 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @typespec/http-specs
2
2
 
3
+ ## 0.1.0-alpha.5
4
+
5
+ ### Bug Fixes
6
+
7
+ - [#5049](https://github.com/microsoft/typespec/pull/5049) Fix dotnet compatibility failure in http-specs
8
+ - [#5184](https://github.com/microsoft/typespec/pull/5184) Fix api-key mockapi
9
+ - [#5217](https://github.com/microsoft/typespec/pull/5217) update code in versioning/removed and removed type/model/templated.
10
+
11
+ ### Features
12
+
13
+ - [#5211](https://github.com/microsoft/typespec/pull/5211) add link case of server driven pagination test
14
+ - [#5210](https://github.com/microsoft/typespec/pull/5210) add none visibility test
15
+
16
+
3
17
  ## 0.1.0-alpha.4
4
18
 
5
19
  - Update Versioning/Removed Project And Removed Type/Model/Templated. Please refer [PR #5217](https://github.com/microsoft/typespec/pull/5217) for further details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-specs",
3
- "version": "0.1.0-alpha.5-dev.9",
3
+ "version": "0.1.0-alpha.6-dev.0",
4
4
  "description": "Spec scenarios and mock apis",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -19,23 +19,23 @@
19
19
  "homepage": "https://github.com/microsoft/typespec#readme",
20
20
  "dependencies": {
21
21
  "@typespec/spec-api": "~0.1.0-alpha.0 || >=0.1.0-alpha.1-dev <0.1.0-alpha.1",
22
- "@typespec/spector": "~0.1.0-alpha.3 || >=0.1.0-alpha.4-dev <0.1.0-alpha.4"
22
+ "@typespec/spector": "~0.1.0-alpha.5 || >=0.1.0-alpha.6-dev <0.1.0-alpha.6"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/multer": "^1.4.10",
26
26
  "@types/node": "~22.7.9",
27
- "@typespec/openapi": "~0.62.0 || >=0.63.0-dev <0.63.0",
28
- "@typespec/openapi3": "~0.62.0 || >=0.63.0-dev <0.63.0",
27
+ "@typespec/openapi": "~0.63.0 || >=0.64.0-dev <0.64.0",
28
+ "@typespec/openapi3": "~0.63.0 || >=0.64.0-dev <0.64.0",
29
29
  "concurrently": "^9.0.1",
30
30
  "rimraf": "~6.0.1",
31
31
  "typescript": "~5.6.3"
32
32
  },
33
33
  "peerDependencies": {
34
- "@typespec/compiler": "~0.62.0 || >=0.63.0-dev <0.63.0",
35
- "@typespec/http": "~0.62.0 || >=0.63.0-dev <0.63.0",
36
- "@typespec/rest": "~0.62.0 || >=0.63.0-dev <0.63.0",
37
- "@typespec/versioning": "~0.62.0 || >=0.63.0-dev <0.63.0",
38
- "@typespec/xml": "~0.62.0 || >=0.63.0-dev <0.63.0"
34
+ "@typespec/compiler": "~0.63.0 || >=0.64.0-dev <0.64.0",
35
+ "@typespec/http": "~0.63.0 || >=0.64.0-dev <0.64.0",
36
+ "@typespec/rest": "~0.63.0 || >=0.64.0-dev <0.64.0",
37
+ "@typespec/versioning": "~0.63.0 || >=0.64.0-dev <0.64.0",
38
+ "@typespec/xml": "~0.63.0 || >=0.64.0-dev <0.64.0"
39
39
  },
40
40
  "scripts": {
41
41
  "watch": "tsc -p ./tsconfig.build.json --watch",