typespec-vscode 0.62.0 → 0.63.0-dev.1

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.62.0",
3
+ "version": "0.63.0-dev.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -156,9 +156,11 @@
156
156
  "@rollup/plugin-node-resolve": "~15.3.0",
157
157
  "@rollup/plugin-typescript": "~12.1.0",
158
158
  "@types/mocha": "^10.0.9",
159
- "@types/node": "~22.7.5",
159
+ "@types/node": "~22.7.9",
160
160
  "@types/vscode": "~1.94.0",
161
- "@vitest/coverage-v8": "^2.1.2",
161
+ "@typespec/compiler": "~0.62.0 || >=0.63.0-dev <0.63.0",
162
+ "@typespec/internal-build-utils": "~0.62.0 || >=0.63.0-dev <0.63.0",
163
+ "@vitest/coverage-v8": "^2.1.5",
162
164
  "@vitest/ui": "^2.1.2",
163
165
  "@vscode/test-web": "^0.0.62",
164
166
  "@vscode/vsce": "~3.1.1",
@@ -167,11 +169,11 @@
167
169
  "rimraf": "~6.0.1",
168
170
  "rollup": "~4.24.0",
169
171
  "typescript": "~5.6.3",
170
- "vitest": "^2.1.2",
171
- "vscode-languageclient": "~9.0.1",
172
- "@typespec/compiler": "~0.62.0",
173
- "@typespec/internal-build-utils": "~0.62.0"
172
+ "vitest": "^2.1.5",
173
+ "vscode-languageclient": "~9.0.1"
174
174
  },
175
+ "dependencies": {},
176
+ "peerDependencies": {},
175
177
  "scripts": {
176
178
  "clean": "rimraf ./dist ./temp",
177
179
  "build": "npm run compile && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",
Binary file