typespec-vscode 0.59.0 → 0.60.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": "0.
|
|
3
|
+
"version": "0.60.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -138,8 +138,8 @@
|
|
|
138
138
|
"typescript": "~5.5.4",
|
|
139
139
|
"vitest": "^2.0.4",
|
|
140
140
|
"vscode-languageclient": "~9.0.1",
|
|
141
|
-
"@typespec/compiler": "~0.
|
|
142
|
-
"@typespec/internal-build-utils": "~0.
|
|
141
|
+
"@typespec/compiler": "~0.60.0",
|
|
142
|
+
"@typespec/internal-build-utils": "~0.60.0"
|
|
143
143
|
},
|
|
144
144
|
"scripts": {
|
|
145
145
|
"clean": "rimraf ./dist ./temp",
|
|
index dcbfb2b..568c8ee 100644
|
|
|
Binary file
|