typespec-vscode 1.11.0-dev.2 → 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-dev.2",
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",
@@ -263,13 +263,10 @@
263
263
  },
264
264
  "devDependencies": {
265
265
  "@types/cross-spawn": "~6.0.6",
266
- "@types/mocha": "^10.0.10",
267
266
  "@types/node": "~25.5.0",
268
267
  "@types/semver": "^7.7.1",
269
268
  "@types/vscode": "~1.110.0",
270
269
  "@types/which": "^3.0.4",
271
- "@typespec/compiler": "^1.10.0 || >= 1.11.0-dev.6",
272
- "@typespec/internal-build-utils": "^0.80.0 || >= 0.81.0-dev.2",
273
270
  "@vitest/coverage-v8": "^4.1.0",
274
271
  "@vitest/ui": "^4.1.0",
275
272
  "@vscode/extension-telemetry": "^1.5.1",
@@ -280,7 +277,6 @@
280
277
  "c8": "^11.0.0",
281
278
  "cross-spawn": "^7.0.6",
282
279
  "esbuild": "^0.27.4",
283
- "mocha": "^11.7.5",
284
280
  "playwright": "^1.58.2",
285
281
  "rimraf": "~6.1.3",
286
282
  "semver": "^7.7.4",
@@ -289,7 +285,9 @@
289
285
  "vitest": "^4.1.0",
290
286
  "vscode-languageclient": "~9.0.1",
291
287
  "which": "^6.0.1",
292
- "yaml": "~2.8.2"
288
+ "yaml": "~2.8.2",
289
+ "@typespec/compiler": "^1.11.0",
290
+ "@typespec/internal-build-utils": "^0.81.0"
293
291
  },
294
292
  "scripts": {
295
293
  "clean": "rimraf ./dist ./temp",
index 15b0775..88cc7cf 100644
Binary file