typespec-vscode 0.62.0-dev.5 → 0.62.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.62.0
|
|
3
|
+
"version": "0.62.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -158,8 +158,6 @@
|
|
|
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.61.2 || >=0.62.0-dev <0.62.0",
|
|
162
|
-
"@typespec/internal-build-utils": "~0.61.0 || >=0.62.0-dev <0.62.0",
|
|
163
161
|
"@vitest/coverage-v8": "^2.1.2",
|
|
164
162
|
"@vitest/ui": "^2.1.2",
|
|
165
163
|
"@vscode/test-web": "^0.0.62",
|
|
@@ -170,10 +168,10 @@
|
|
|
170
168
|
"rollup": "~4.24.0",
|
|
171
169
|
"typescript": "~5.6.3",
|
|
172
170
|
"vitest": "^2.1.2",
|
|
173
|
-
"vscode-languageclient": "~9.0.1"
|
|
171
|
+
"vscode-languageclient": "~9.0.1",
|
|
172
|
+
"@typespec/compiler": "~0.62.0",
|
|
173
|
+
"@typespec/internal-build-utils": "~0.62.0"
|
|
174
174
|
},
|
|
175
|
-
"dependencies": {},
|
|
176
|
-
"peerDependencies": {},
|
|
177
175
|
"scripts": {
|
|
178
176
|
"clean": "rimraf ./dist ./temp",
|
|
179
177
|
"build": "npm run compile && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",
|
|
index 1950118..5e97a6e 100644
|
|
|
Binary file
|