typespec-vscode 1.3.0 → 1.4.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": "1.
|
|
3
|
+
"version": "1.4.0-dev.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -259,6 +259,8 @@
|
|
|
259
259
|
"@types/semver": "^7.5.8",
|
|
260
260
|
"@types/vscode": "~1.100.0",
|
|
261
261
|
"@types/which": "^3.0.4",
|
|
262
|
+
"@typespec/compiler": "^1.3.0",
|
|
263
|
+
"@typespec/internal-build-utils": "^0.73.0 || >=0.74.0-dev <0.74.0",
|
|
262
264
|
"@vitest/coverage-v8": "^3.1.2",
|
|
263
265
|
"@vitest/ui": "^3.1.2",
|
|
264
266
|
"@vscode/extension-telemetry": "^1.0.0",
|
|
@@ -278,10 +280,10 @@
|
|
|
278
280
|
"vitest": "^3.1.2",
|
|
279
281
|
"vscode-languageclient": "~9.0.1",
|
|
280
282
|
"which": "^5.0.0",
|
|
281
|
-
"yaml": "~2.8.0"
|
|
282
|
-
"@typespec/compiler": "^1.3.0",
|
|
283
|
-
"@typespec/internal-build-utils": "^0.73.0"
|
|
283
|
+
"yaml": "~2.8.0"
|
|
284
284
|
},
|
|
285
|
+
"dependencies": {},
|
|
286
|
+
"peerDependencies": {},
|
|
285
287
|
"scripts": {
|
|
286
288
|
"clean": "rimraf ./dist ./temp",
|
|
287
289
|
"build": "pnpm compile && pnpm check && pnpm declaration-only && pnpm copy-templates && pnpm copy-tmlanguage && pnpm generate-language-configuration && pnpm generate-third-party-notices && pnpm package-vsix",
|