typespec-vscode 0.62.0-dev.5 → 0.63.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.63.0-dev.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -158,8 +158,8 @@
|
|
|
158
158
|
"@types/mocha": "^10.0.9",
|
|
159
159
|
"@types/node": "~22.7.5",
|
|
160
160
|
"@types/vscode": "~1.94.0",
|
|
161
|
-
"@typespec/compiler": "~0.
|
|
162
|
-
"@typespec/internal-build-utils": "~0.
|
|
161
|
+
"@typespec/compiler": "~0.62.0 || >=0.63.0-dev <0.63.0",
|
|
162
|
+
"@typespec/internal-build-utils": "~0.62.0 || >=0.63.0-dev <0.63.0",
|
|
163
163
|
"@vitest/coverage-v8": "^2.1.2",
|
|
164
164
|
"@vitest/ui": "^2.1.2",
|
|
165
165
|
"@vscode/test-web": "^0.0.62",
|
|
index 1950118..5e97a6e 100644
|
|
|
Binary file
|