typespec-vscode 0.66.0 → 0.67.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.67.0-dev.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -232,6 +232,8 @@
|
|
|
232
232
|
"@types/semver": "^7.5.8",
|
|
233
233
|
"@types/vscode": "~1.96.0",
|
|
234
234
|
"@types/which": "^3.0.4",
|
|
235
|
+
"@typespec/compiler": "~0.66.0 || >=0.67.0-dev <0.67.0",
|
|
236
|
+
"@typespec/internal-build-utils": "~0.66.0 || >=0.67.0-dev <0.67.0",
|
|
235
237
|
"@vitest/coverage-v8": "^3.0.4",
|
|
236
238
|
"@vitest/ui": "^3.0.3",
|
|
237
239
|
"@vscode/test-web": "^0.0.65",
|
|
@@ -245,10 +247,10 @@
|
|
|
245
247
|
"vitest": "^3.0.5",
|
|
246
248
|
"vscode-languageclient": "~9.0.1",
|
|
247
249
|
"which": "^5.0.0",
|
|
248
|
-
"yaml": "~2.7.0"
|
|
249
|
-
"@typespec/compiler": "~0.66.0",
|
|
250
|
-
"@typespec/internal-build-utils": "~0.66.0"
|
|
250
|
+
"yaml": "~2.7.0"
|
|
251
251
|
},
|
|
252
|
+
"dependencies": {},
|
|
253
|
+
"peerDependencies": {},
|
|
252
254
|
"scripts": {
|
|
253
255
|
"clean": "rimraf ./dist ./temp",
|
|
254
256
|
"build": "npm run compile && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",
|