typespec-vscode 1.11.0-dev.3 → 1.11.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.11.0
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -267,8 +267,6 @@
|
|
|
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.10.0 || >= 1.11.0-dev.8",
|
|
271
|
-
"@typespec/internal-build-utils": "^0.80.0 || >= 0.81.0-dev.2",
|
|
272
270
|
"@vitest/coverage-v8": "^4.1.0",
|
|
273
271
|
"@vitest/ui": "^4.1.0",
|
|
274
272
|
"@vscode/extension-telemetry": "^1.5.1",
|
|
@@ -287,7 +285,9 @@
|
|
|
287
285
|
"vitest": "^4.1.0",
|
|
288
286
|
"vscode-languageclient": "~9.0.1",
|
|
289
287
|
"which": "^6.0.1",
|
|
290
|
-
"yaml": "~2.8.2"
|
|
288
|
+
"yaml": "~2.8.2",
|
|
289
|
+
"@typespec/compiler": "^1.11.0",
|
|
290
|
+
"@typespec/internal-build-utils": "^0.81.0"
|
|
291
291
|
},
|
|
292
292
|
"scripts": {
|
|
293
293
|
"clean": "rimraf ./dist ./temp",
|
|
index 93abfaa..88cc7cf 100644
|
|
|
Binary file
|