@typespec/http-specs 0.1.0-alpha.30-dev.4 → 0.1.0-alpha.31-dev.1

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 +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @typespec/http-specs
2
2
 
3
+ ## 0.1.0-alpha.30
4
+
5
+ ### Features
6
+
7
+ - [#8836](https://github.com/microsoft/typespec/pull/8836) Add case for constant query
8
+ - [#9139](https://github.com/microsoft/typespec/pull/9139) Add new test case for multipart
9
+
10
+ ### Bump dependencies
11
+
12
+ - [#9223](https://github.com/microsoft/typespec/pull/9223) Upgrade dependencies
13
+
14
+
3
15
  ## 0.1.0-alpha.29
4
16
 
5
17
  ### Features
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@typespec/http-specs",
3
3
  "displayName": "Http Specs",
4
- "version": "0.1.0-alpha.30-dev.4",
4
+ "version": "0.1.0-alpha.31-dev.1",
5
5
  "description": "Spec scenarios and mock apis",
6
6
  "main": "dist/index.js",
7
7
  "type": "module",
@@ -22,27 +22,27 @@
22
22
  },
23
23
  "homepage": "https://github.com/microsoft/typespec#readme",
24
24
  "dependencies": {
25
- "@typespec/spec-api": "^0.1.0-alpha.11 || >=0.1.0-alpha.12-dev <0.1.0-alpha.12",
26
- "@typespec/spector": "^0.1.0-alpha.21 || >=0.1.0-alpha.22-dev <0.1.0-alpha.22",
25
+ "@typespec/spec-api": "^0.1.0-alpha.12 || >=0.1.0-alpha.13-dev <0.1.0-alpha.13",
26
+ "@typespec/spector": "^0.1.0-alpha.22 || >=0.1.0-alpha.23-dev <0.1.0-alpha.23",
27
27
  "deep-equal": "^2.2.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/deep-equal": "^1.0.1",
31
31
  "@types/multer": "^2.0.0",
32
32
  "@types/node": "~25.0.2",
33
- "@typespec/json-schema": "^1.7.0",
34
- "@typespec/openapi": "^1.7.0",
35
- "@typespec/openapi3": "^1.7.0",
33
+ "@typespec/json-schema": "^1.8.0",
34
+ "@typespec/openapi": "^1.8.0",
35
+ "@typespec/openapi3": "^1.8.0",
36
36
  "concurrently": "^9.1.2",
37
37
  "rimraf": "~6.1.2",
38
38
  "typescript": "~5.9.2"
39
39
  },
40
40
  "peerDependencies": {
41
- "@typespec/compiler": "^1.7.1",
42
- "@typespec/http": "^1.7.0",
43
- "@typespec/rest": "^0.77.0 || >=0.78.0-dev <0.78.0",
44
- "@typespec/versioning": "^0.77.0 || >=0.78.0-dev <0.78.0",
45
- "@typespec/xml": "^0.77.0 || >=0.78.0-dev <0.78.0"
41
+ "@typespec/compiler": "^1.8.0",
42
+ "@typespec/http": "^1.8.0",
43
+ "@typespec/rest": "^0.78.0 || >=0.79.0-dev <0.79.0",
44
+ "@typespec/versioning": "^0.78.0 || >=0.79.0-dev <0.79.0",
45
+ "@typespec/xml": "^0.78.0 || >=0.79.0-dev <0.79.0"
46
46
  },
47
47
  "scripts": {
48
48
  "watch": "tsc -p ./tsconfig.build.json --watch",