typespec-vscode 0.62.0 → 0.63.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.
- package/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.63.0-dev.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -158,6 +158,8 @@
|
|
|
158
158
|
"@types/mocha": "^10.0.9",
|
|
159
159
|
"@types/node": "~22.7.5",
|
|
160
160
|
"@types/vscode": "~1.94.0",
|
|
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",
|
|
161
163
|
"@vitest/coverage-v8": "^2.1.2",
|
|
162
164
|
"@vitest/ui": "^2.1.2",
|
|
163
165
|
"@vscode/test-web": "^0.0.62",
|
|
@@ -168,10 +170,10 @@
|
|
|
168
170
|
"rollup": "~4.24.0",
|
|
169
171
|
"typescript": "~5.6.3",
|
|
170
172
|
"vitest": "^2.1.2",
|
|
171
|
-
"vscode-languageclient": "~9.0.1"
|
|
172
|
-
"@typespec/compiler": "~0.62.0",
|
|
173
|
-
"@typespec/internal-build-utils": "~0.62.0"
|
|
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",
|