typespec-vscode 1.11.0 → 1.12.0-dev.1
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.12.0-dev.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -267,6 +267,8 @@
|
|
|
267
267
|
"@types/semver": "^7.7.1",
|
|
268
268
|
"@types/vscode": "~1.110.0",
|
|
269
269
|
"@types/which": "^3.0.4",
|
|
270
|
+
"@typespec/compiler": "^1.11.0 || >= 1.12.0-dev.1",
|
|
271
|
+
"@typespec/internal-build-utils": "^0.81.0 || >= 0.82.0-dev.1",
|
|
270
272
|
"@vitest/coverage-v8": "^4.1.0",
|
|
271
273
|
"@vitest/ui": "^4.1.0",
|
|
272
274
|
"@vscode/extension-telemetry": "^1.5.1",
|
|
@@ -285,9 +287,7 @@
|
|
|
285
287
|
"vitest": "^4.1.0",
|
|
286
288
|
"vscode-languageclient": "~9.0.1",
|
|
287
289
|
"which": "^6.0.1",
|
|
288
|
-
"yaml": "~2.8.2"
|
|
289
|
-
"@typespec/compiler": "^1.11.0",
|
|
290
|
-
"@typespec/internal-build-utils": "^0.81.0"
|
|
290
|
+
"yaml": "~2.8.2"
|
|
291
291
|
},
|
|
292
292
|
"scripts": {
|
|
293
293
|
"clean": "rimraf ./dist ./temp",
|
|
Binary file
|