typespec-vscode 0.70.0-dev.3 → 0.71.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": "0.
|
|
3
|
+
"version": "0.71.0-dev.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -245,8 +245,8 @@
|
|
|
245
245
|
"@types/semver": "^7.5.8",
|
|
246
246
|
"@types/vscode": "~1.98.0",
|
|
247
247
|
"@types/which": "^3.0.4",
|
|
248
|
-
"@typespec/compiler": "^1.0.0
|
|
249
|
-
"@typespec/internal-build-utils": "^0.
|
|
248
|
+
"@typespec/compiler": "^1.0.0",
|
|
249
|
+
"@typespec/internal-build-utils": "^0.70.0 || >=0.71.0-dev <0.71.0",
|
|
250
250
|
"@vitest/coverage-v8": "^3.1.2",
|
|
251
251
|
"@vitest/ui": "^3.1.2",
|
|
252
252
|
"@vscode/extension-telemetry": "^0.9.8",
|
|
index 375e01b..7ff623d 100644
|
|
|
Binary file
|