typespec-vscode 0.61.0 → 0.62.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.61.0",
3
+ "version": "0.62.0-dev.0",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -150,6 +150,8 @@
150
150
  "@types/mocha": "^10.0.8",
151
151
  "@types/node": "~22.7.1",
152
152
  "@types/vscode": "~1.93.0",
153
+ "@typespec/compiler": "~0.61.0 || >=0.62.0-dev <0.62.0",
154
+ "@typespec/internal-build-utils": "~0.61.0 || >=0.62.0-dev <0.62.0",
153
155
  "@vitest/coverage-v8": "^2.1.1",
154
156
  "@vitest/ui": "^2.1.1",
155
157
  "@vscode/test-web": "^0.0.60",
@@ -160,10 +162,10 @@
160
162
  "rollup": "~4.22.4",
161
163
  "typescript": "~5.6.2",
162
164
  "vitest": "^2.1.1",
163
- "vscode-languageclient": "~9.0.1",
164
- "@typespec/compiler": "~0.61.0",
165
- "@typespec/internal-build-utils": "~0.61.0"
165
+ "vscode-languageclient": "~9.0.1"
166
166
  },
167
+ "dependencies": {},
168
+ "peerDependencies": {},
167
169
  "scripts": {
168
170
  "clean": "rimraf ./dist ./temp",
169
171
  "build": "npm run compile && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",