typespec-vscode 0.65.0 → 0.66.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.
Files changed (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "0.65.0",
3
+ "version": "0.66.0-dev.0",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -227,6 +227,8 @@
227
227
  "@types/node": "~22.10.10",
228
228
  "@types/vscode": "~1.96.0",
229
229
  "@types/semver": "^7.5.8",
230
+ "@typespec/compiler": "~0.65.0 || >=0.66.0-dev <0.66.0",
231
+ "@typespec/internal-build-utils": "~0.65.0 || >=0.66.0-dev <0.66.0",
230
232
  "@vitest/coverage-v8": "^3.0.4",
231
233
  "@vitest/ui": "^3.0.3",
232
234
  "@vscode/test-web": "^0.0.65",
@@ -239,10 +241,10 @@
239
241
  "typescript": "~5.7.3",
240
242
  "vitest": "^3.0.5",
241
243
  "vscode-languageclient": "~9.0.1",
242
- "yaml": "~2.7.0",
243
- "@typespec/compiler": "~0.65.0",
244
- "@typespec/internal-build-utils": "~0.65.0"
244
+ "yaml": "~2.7.0"
245
245
  },
246
+ "dependencies": {},
247
+ "peerDependencies": {},
246
248
  "scripts": {
247
249
  "clean": "rimraf ./dist ./temp",
248
250
  "build": "npm run compile && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",