typespec-vscode 0.63.0-dev.0 → 0.63.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.63.0
|
|
3
|
+
"version": "0.63.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -156,11 +156,9 @@
|
|
|
156
156
|
"@rollup/plugin-node-resolve": "~15.3.0",
|
|
157
157
|
"@rollup/plugin-typescript": "~12.1.0",
|
|
158
158
|
"@types/mocha": "^10.0.9",
|
|
159
|
-
"@types/node": "~22.7.
|
|
159
|
+
"@types/node": "~22.7.9",
|
|
160
160
|
"@types/vscode": "~1.94.0",
|
|
161
|
-
"@
|
|
162
|
-
"@typespec/internal-build-utils": "~0.62.0 || >=0.63.0-dev <0.63.0",
|
|
163
|
-
"@vitest/coverage-v8": "^2.1.2",
|
|
161
|
+
"@vitest/coverage-v8": "^2.1.5",
|
|
164
162
|
"@vitest/ui": "^2.1.2",
|
|
165
163
|
"@vscode/test-web": "^0.0.62",
|
|
166
164
|
"@vscode/vsce": "~3.1.1",
|
|
@@ -169,11 +167,11 @@
|
|
|
169
167
|
"rimraf": "~6.0.1",
|
|
170
168
|
"rollup": "~4.24.0",
|
|
171
169
|
"typescript": "~5.6.3",
|
|
172
|
-
"vitest": "^2.1.
|
|
173
|
-
"vscode-languageclient": "~9.0.1"
|
|
170
|
+
"vitest": "^2.1.5",
|
|
171
|
+
"vscode-languageclient": "~9.0.1",
|
|
172
|
+
"@typespec/compiler": "~0.63.0",
|
|
173
|
+
"@typespec/internal-build-utils": "~0.63.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",
|
|
Binary file
|
|
Binary file
|