typespec-vscode 1.10.0-dev.3 → 1.11.0-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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0-dev.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -268,8 +268,8 @@
|
|
|
268
268
|
"@types/semver": "^7.5.8",
|
|
269
269
|
"@types/vscode": "~1.109.0",
|
|
270
270
|
"@types/which": "^3.0.4",
|
|
271
|
-
"@typespec/compiler": "^1.
|
|
272
|
-
"@typespec/internal-build-utils": "^0.
|
|
271
|
+
"@typespec/compiler": "^1.10.0 || >= 1.11.0-dev.0",
|
|
272
|
+
"@typespec/internal-build-utils": "^0.80.0 || >= 0.81.0-dev.0",
|
|
273
273
|
"@vitest/coverage-v8": "^4.0.18",
|
|
274
274
|
"@vitest/ui": "^4.0.18",
|
|
275
275
|
"@vscode/extension-telemetry": "^1.0.0",
|
|
index 8ec1093..c82d221 100644
|
|
|
Binary file
|