@typespec/http 0.46.0-dev.4 → 0.46.0-dev.6
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/lib/http-decorators.tsp +2 -0
- package/package.json +5 -5
package/lib/http-decorators.tsp
CHANGED
|
@@ -10,6 +10,7 @@ model HeaderOptions {
|
|
|
10
10
|
* Name of the header when sent over http.
|
|
11
11
|
*/
|
|
12
12
|
name?: string;
|
|
13
|
+
|
|
13
14
|
/**
|
|
14
15
|
* Determines the format of the array if type array is used.
|
|
15
16
|
*/
|
|
@@ -38,6 +39,7 @@ model QueryOptions {
|
|
|
38
39
|
* Name of the query when included in the url.
|
|
39
40
|
*/
|
|
40
41
|
name?: string;
|
|
42
|
+
|
|
41
43
|
/**
|
|
42
44
|
* Determines the format of the array if type array is used.
|
|
43
45
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/http",
|
|
3
|
-
"version": "0.46.0-dev.
|
|
3
|
+
"version": "0.46.0-dev.6",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec HTTP protocol binding",
|
|
6
6
|
"homepage": "https://github.com/microsoft/typespec",
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"@typespec/compiler": "~0.45.2 || >=0.46.0-dev <0.46.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@types/mocha": "~10.0.
|
|
48
|
+
"@types/mocha": "~10.0.1",
|
|
49
49
|
"@types/node": "~18.11.9",
|
|
50
50
|
"@typespec/compiler": "~0.45.2 || >=0.46.0-dev <0.46.0",
|
|
51
51
|
"@typespec/eslint-config-typespec": "~0.7.0 || >=0.8.0-dev <0.8.0",
|
|
52
52
|
"@typespec/library-linter": "~0.45.0 || >=0.46.0-dev <0.46.0",
|
|
53
53
|
"@typespec/eslint-plugin": "~0.45.0 || >=0.46.0-dev <0.46.0",
|
|
54
|
-
"eslint": "^8.
|
|
54
|
+
"eslint": "^8.42.0",
|
|
55
55
|
"mocha": "~10.2.0",
|
|
56
56
|
"mocha-junit-reporter": "~2.2.0",
|
|
57
57
|
"mocha-multi-reporters": "~1.5.1",
|
|
58
|
-
"c8": "~
|
|
59
|
-
"rimraf": "~5.0.
|
|
58
|
+
"c8": "~8.0.0",
|
|
59
|
+
"rimraf": "~5.0.1",
|
|
60
60
|
"typescript": "~5.1.3"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {},
|