@typespec/http-specs 0.1.0-alpha.7-dev.0 → 0.1.0-alpha.8-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.
- package/CHANGELOG.md +4 -0
- package/package.json +9 -9
- package/spec-summary.md +1 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/http-specs",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.8-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.
|
|
22
|
+
"@typespec/spector": "~0.1.0-alpha.6 || >=0.1.0-alpha.7-dev <0.1.0-alpha.7"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/multer": "^1.4.10",
|
|
26
26
|
"@types/node": "~22.7.9",
|
|
27
|
-
"@typespec/openapi": "~0.
|
|
28
|
-
"@typespec/openapi3": "~0.
|
|
27
|
+
"@typespec/openapi": "~0.64.0 || >=0.65.0-dev <0.65.0",
|
|
28
|
+
"@typespec/openapi3": "~0.64.0 || >=0.65.0-dev <0.65.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.
|
|
35
|
-
"@typespec/http": "~0.
|
|
36
|
-
"@typespec/rest": "~0.
|
|
37
|
-
"@typespec/versioning": "~0.
|
|
38
|
-
"@typespec/xml": "~0.
|
|
34
|
+
"@typespec/compiler": "~0.64.0 || >=0.65.0-dev <0.65.0",
|
|
35
|
+
"@typespec/http": "~0.64.0 || >=0.65.0-dev <0.65.0",
|
|
36
|
+
"@typespec/rest": "~0.64.0 || >=0.65.0-dev <0.65.0",
|
|
37
|
+
"@typespec/versioning": "~0.64.0 || >=0.65.0-dev <0.65.0",
|
|
38
|
+
"@typespec/xml": "~0.64.0 || >=0.65.0-dev <0.65.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"watch": "tsc -p ./tsconfig.build.json --watch",
|
package/spec-summary.md
CHANGED
|
@@ -1679,9 +1679,7 @@ Two requests need to be tested.
|
|
|
1679
1679
|
{ "id": "1", "name": "dog" },
|
|
1680
1680
|
{ "id": "2", "name": "cat" }
|
|
1681
1681
|
],
|
|
1682
|
-
"
|
|
1683
|
-
"next": "http://[host]:[port]/payload/pageable/server-driven-pagination/link/nextPage"
|
|
1684
|
-
}
|
|
1682
|
+
"next": "http://[host]:[port]/payload/pageable/server-driven-pagination/link/nextPage"
|
|
1685
1683
|
}
|
|
1686
1684
|
```
|
|
1687
1685
|
|