Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 6c036a1

Browse files
committed
chore: update typespec to v1.1.0
1 parent 9063463 commit 6c036a1

File tree

5 files changed

+79
-61
lines changed

5 files changed

+79
-61
lines changed

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

polyproto/chat/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.1.0",
44
"type": "module",
55
"peerDependencies": {
6-
"@typespec/compiler": "^1.0.0",
7-
"@typespec/http": "^1.0.1",
8-
"@typespec/openapi3": "^1.0.0",
9-
"@typespec/rest": "^0.70.0"
6+
"@typespec/compiler": "^1.1.0",
7+
"@typespec/http": "^1.1.0",
8+
"@typespec/openapi3": "^1.1.0",
9+
"@typespec/rest": "^0.71.0"
1010
},
1111
"devDependencies": {
1212
"@typespec/compiler": "^1.0.0",
@@ -16,8 +16,8 @@
1616
},
1717
"private": true,
1818
"dependencies": {
19-
"@typespec/http": "^1.0.1",
20-
"@typespec/openapi3": "^1.0.0",
21-
"@typespec/rest": "^0.70.0"
19+
"@typespec/http": "^1.1.0",
20+
"@typespec/openapi3": "^1.1.0",
21+
"@typespec/rest": "^0.71.0"
2222
}
2323
}

polyproto/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "0.1.0",
44
"type": "module",
55
"peerDependencies": {
6-
"@typespec/compiler": "latest",
7-
"@typespec/http": "latest",
8-
"@typespec/openapi": "latest",
9-
"@typespec/openapi3": "latest",
10-
"@typespec/rest": "latest"
6+
"@typespec/compiler": "^1.1.0",
7+
"@typespec/http": "^1.1.0",
8+
"@typespec/openapi": "^1.1.0",
9+
"@typespec/openapi3": "^1.1.0",
10+
"@typespec/rest": "^0.71.0"
1111
},
1212
"devDependencies": {
1313
"@typespec/compiler": "latest",
@@ -19,6 +19,6 @@
1919
"private": true,
2020
"packageManager": "npm@11.4.1+sha512.fcee43884166b6f9c5d04535fb95650e9708b6948a1f797eddf40e9778646778a518dfa32651b1c62ff36f4ac42becf177ca46ca27d53f24b539190c8d91802b",
2121
"dependencies": {
22-
"@typespec/versioning": "^0.70.0"
22+
"@typespec/versioning": "^0.71.0"
2323
}
2424
}

polyproto/package-lock.json

Lines changed: 53 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

polyproto/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"version": "0.1.0",
44
"type": "module",
55
"peerDependencies": {
6-
"@typespec/compiler": "^1.0.0"
6+
"@typespec/compiler": "^1.1.0"
77
},
88
"devDependencies": {
9-
"@typespec/compiler": "^1.0.0"
9+
"@typespec/compiler": "^1.1.0"
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@typespec/http": "^1.0.1",
14-
"@typespec/openapi3": "^1.0.0",
15-
"@typespec/rest": "^0.70.0",
16-
"@typespec/versioning": "^0.70.0"
13+
"@typespec/http": "^1.1.0",
14+
"@typespec/openapi3": "^1.1.0",
15+
"@typespec/rest": "^0.71.0",
16+
"@typespec/versioning": "^0.71.0"
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)