typespec-vscode 0.66.0-dev.6 → 0.66.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.66.0-dev.6",
3
+ "version": "0.66.0",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -232,8 +232,6 @@
232
232
  "@types/semver": "^7.5.8",
233
233
  "@types/vscode": "~1.96.0",
234
234
  "@types/which": "^3.0.4",
235
- "@typespec/compiler": "~0.65.3 || >=0.66.0-dev <0.66.0",
236
- "@typespec/internal-build-utils": "~0.65.0 || >=0.66.0-dev <0.66.0",
237
235
  "@vitest/coverage-v8": "^3.0.4",
238
236
  "@vitest/ui": "^3.0.3",
239
237
  "@vscode/test-web": "^0.0.65",
@@ -247,10 +245,10 @@
247
245
  "vitest": "^3.0.5",
248
246
  "vscode-languageclient": "~9.0.1",
249
247
  "which": "^5.0.0",
250
- "yaml": "~2.7.0"
248
+ "yaml": "~2.7.0",
249
+ "@typespec/compiler": "~0.66.0",
250
+ "@typespec/internal-build-utils": "~0.66.0"
251
251
  },
252
- "dependencies": {},
253
- "peerDependencies": {},
254
252
  "scripts": {
255
253
  "clean": "rimraf ./dist ./temp",
256
254
  "build": "npm run compile && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",
index f424e4b..ae07636 100644
Binary file