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