typespec-vscode 0.70.0-dev.1 → 0.70.0-dev.3
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
CHANGED
|
@@ -20,7 +20,7 @@ granted herein, whether by implication, estoppel or otherwise.
|
|
|
20
20
|
10. mustache version 4.2.0 (https://github.com/janl/mustache.js)
|
|
21
21
|
11. semver version 7.7.1 (https://github.com/npm/node-semver)
|
|
22
22
|
12. which version 5.0.0 (https://github.com/npm/node-which)
|
|
23
|
-
13. yaml version 2.7.
|
|
23
|
+
13. yaml version 2.7.1 (github:eemeli/yaml)
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
%% ajv NOTICES AND INFORMATION BEGIN HERE
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "0.70.0-dev.
|
|
3
|
+
"version": "0.70.0-dev.3",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -247,8 +247,8 @@
|
|
|
247
247
|
"@types/which": "^3.0.4",
|
|
248
248
|
"@typespec/compiler": "^1.0.0-rc.1",
|
|
249
249
|
"@typespec/internal-build-utils": "^0.69.0 || >=0.70.0-dev <0.70.0",
|
|
250
|
-
"@vitest/coverage-v8": "^3.
|
|
251
|
-
"@vitest/ui": "^3.
|
|
250
|
+
"@vitest/coverage-v8": "^3.1.2",
|
|
251
|
+
"@vitest/ui": "^3.1.2",
|
|
252
252
|
"@vscode/extension-telemetry": "^0.9.8",
|
|
253
253
|
"@vscode/test-web": "^0.0.67",
|
|
254
254
|
"@vscode/vsce": "~3.3.0",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"semver": "^7.7.1",
|
|
262
262
|
"swagger-ui-dist": "^5.20.1",
|
|
263
263
|
"typescript": "~5.8.2",
|
|
264
|
-
"vitest": "^3.
|
|
264
|
+
"vitest": "^3.1.2",
|
|
265
265
|
"vscode-languageclient": "~9.0.1",
|
|
266
266
|
"which": "^5.0.0",
|
|
267
267
|
"yaml": "~2.7.0"
|
|
Binary file
|