typespec-vscode 1.12.0-dev.2 → 1.12.0-dev.4
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/ThirdPartyNotices.txt +1 -1
- package/package.json +18 -18
- package/typespec-vscode-1.11.0.vsix +0 -0
package/ThirdPartyNotices.txt
CHANGED
|
@@ -31,7 +31,7 @@ granted herein, whether by implication, estoppel or otherwise.
|
|
|
31
31
|
21. shebang-regex version 3.0.0 (sindresorhus/shebang-regex)
|
|
32
32
|
22. which version 2.0.2 (https://github.com/isaacs/node-which)
|
|
33
33
|
23. which version 6.0.1 (https://github.com/npm/node-which)
|
|
34
|
-
24. yaml version 2.8.
|
|
34
|
+
24. yaml version 2.8.3 (github:eemeli/yaml)
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
%% @babel/code-frame NOTICES AND INFORMATION BEGIN HERE
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "1.12.0-dev.
|
|
3
|
+
"version": "1.12.0-dev.4",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"main": "./dist/src/extension.cjs",
|
|
27
27
|
"browser": "./dist/src/web/extension.js",
|
|
28
28
|
"engines": {
|
|
29
|
-
"vscode": "^1.
|
|
29
|
+
"vscode": "^1.115.0"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
32
32
|
".": {
|
|
@@ -262,31 +262,31 @@
|
|
|
262
262
|
]
|
|
263
263
|
},
|
|
264
264
|
"devDependencies": {
|
|
265
|
-
"@types/cross-spawn": "
|
|
266
|
-
"@types/node": "
|
|
265
|
+
"@types/cross-spawn": "^6.0.6",
|
|
266
|
+
"@types/node": "^25.5.2",
|
|
267
267
|
"@types/semver": "^7.7.1",
|
|
268
|
-
"@types/vscode": "~1.
|
|
268
|
+
"@types/vscode": "~1.115.0",
|
|
269
269
|
"@types/which": "^3.0.4",
|
|
270
|
-
"@typespec/compiler": "^1.11.0 || >= 1.12.0-dev.
|
|
270
|
+
"@typespec/compiler": "^1.11.0 || >= 1.12.0-dev.4",
|
|
271
271
|
"@typespec/internal-build-utils": "^0.81.0 || >= 0.82.0-dev.2",
|
|
272
|
-
"@vitest/coverage-v8": "^4.1.
|
|
273
|
-
"@vitest/ui": "^4.1.
|
|
272
|
+
"@vitest/coverage-v8": "^4.1.3",
|
|
273
|
+
"@vitest/ui": "^4.1.3",
|
|
274
274
|
"@vscode/extension-telemetry": "^1.5.1",
|
|
275
275
|
"@vscode/test-electron": "^2.5.2",
|
|
276
276
|
"@vscode/test-web": "^0.0.80",
|
|
277
|
-
"@vscode/vsce": "
|
|
278
|
-
"ajv": "
|
|
277
|
+
"@vscode/vsce": "^3.7.1",
|
|
278
|
+
"ajv": "^8.18.0",
|
|
279
279
|
"cross-spawn": "^7.0.6",
|
|
280
|
-
"esbuild": "^0.
|
|
281
|
-
"playwright": "^1.
|
|
282
|
-
"rimraf": "
|
|
280
|
+
"esbuild": "^0.28.0",
|
|
281
|
+
"playwright": "^1.59.1",
|
|
282
|
+
"rimraf": "^6.1.3",
|
|
283
283
|
"semver": "^7.7.4",
|
|
284
|
-
"swagger-ui-dist": "^5.32.
|
|
285
|
-
"typescript": "~
|
|
286
|
-
"vitest": "^4.1.
|
|
287
|
-
"vscode-languageclient": "
|
|
284
|
+
"swagger-ui-dist": "^5.32.2",
|
|
285
|
+
"typescript": "~6.0.2",
|
|
286
|
+
"vitest": "^4.1.3",
|
|
287
|
+
"vscode-languageclient": "^9.0.1",
|
|
288
288
|
"which": "^6.0.1",
|
|
289
|
-
"yaml": "
|
|
289
|
+
"yaml": "^2.8.3"
|
|
290
290
|
},
|
|
291
291
|
"scripts": {
|
|
292
292
|
"clean": "rimraf ./dist ./temp",
|
|
Binary file
|