typespec-vscode 1.6.0-dev.4 → 1.6.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": "1.6.0
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -268,8 +268,6 @@
|
|
|
268
268
|
"@types/semver": "^7.5.8",
|
|
269
269
|
"@types/vscode": "~1.105.0",
|
|
270
270
|
"@types/which": "^3.0.4",
|
|
271
|
-
"@typespec/compiler": "^1.5.0",
|
|
272
|
-
"@typespec/internal-build-utils": "^0.75.0 || >=0.76.0-dev <0.76.0",
|
|
273
271
|
"@vitest/coverage-v8": "^4.0.4",
|
|
274
272
|
"@vitest/ui": "^4.0.4",
|
|
275
273
|
"@vscode/extension-telemetry": "^1.0.0",
|
|
@@ -289,10 +287,10 @@
|
|
|
289
287
|
"vitest": "^4.0.4",
|
|
290
288
|
"vscode-languageclient": "~9.0.1",
|
|
291
289
|
"which": "^5.0.0",
|
|
292
|
-
"yaml": "~2.8.0"
|
|
290
|
+
"yaml": "~2.8.0",
|
|
291
|
+
"@typespec/compiler": "^1.6.0",
|
|
292
|
+
"@typespec/internal-build-utils": "^0.76.0"
|
|
293
293
|
},
|
|
294
|
-
"dependencies": {},
|
|
295
|
-
"peerDependencies": {},
|
|
296
294
|
"scripts": {
|
|
297
295
|
"clean": "rimraf ./dist ./temp",
|
|
298
296
|
"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",
|
|
index fdcf5b8..32c85eb 100644
|
|
|
Binary file
|