typespec-vscode 0.61.0-dev.5 → 0.61.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.61.0
|
|
3
|
+
"version": "0.61.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -144,28 +144,26 @@
|
|
|
144
144
|
]
|
|
145
145
|
},
|
|
146
146
|
"devDependencies": {
|
|
147
|
-
"@rollup/plugin-commonjs": "~
|
|
148
|
-
"@rollup/plugin-node-resolve": "~15.
|
|
149
|
-
"@rollup/plugin-typescript": "~
|
|
147
|
+
"@rollup/plugin-commonjs": "~28.0.0",
|
|
148
|
+
"@rollup/plugin-node-resolve": "~15.3.0",
|
|
149
|
+
"@rollup/plugin-typescript": "~12.1.0",
|
|
150
150
|
"@types/mocha": "^10.0.8",
|
|
151
|
-
"@types/node": "~22.
|
|
151
|
+
"@types/node": "~22.7.1",
|
|
152
152
|
"@types/vscode": "~1.93.0",
|
|
153
|
-
"@
|
|
154
|
-
"@
|
|
155
|
-
"@vitest/coverage-v8": "^2.1.0",
|
|
156
|
-
"@vitest/ui": "^2.1.0",
|
|
153
|
+
"@vitest/coverage-v8": "^2.1.1",
|
|
154
|
+
"@vitest/ui": "^2.1.1",
|
|
157
155
|
"@vscode/test-web": "^0.0.60",
|
|
158
156
|
"@vscode/vsce": "~3.1.0",
|
|
159
157
|
"c8": "^10.1.2",
|
|
160
158
|
"mocha": "^10.7.3",
|
|
161
159
|
"rimraf": "~6.0.1",
|
|
162
|
-
"rollup": "~4.
|
|
160
|
+
"rollup": "~4.22.4",
|
|
163
161
|
"typescript": "~5.6.2",
|
|
164
|
-
"vitest": "^2.1.
|
|
165
|
-
"vscode-languageclient": "~9.0.1"
|
|
162
|
+
"vitest": "^2.1.1",
|
|
163
|
+
"vscode-languageclient": "~9.0.1",
|
|
164
|
+
"@typespec/compiler": "~0.61.0",
|
|
165
|
+
"@typespec/internal-build-utils": "~0.61.0"
|
|
166
166
|
},
|
|
167
|
-
"dependencies": {},
|
|
168
|
-
"peerDependencies": {},
|
|
169
167
|
"scripts": {
|
|
170
168
|
"clean": "rimraf ./dist ./temp",
|
|
171
169
|
"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
|