typespec-vscode 1.2.0-dev.0 → 1.2.0-dev.1
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
|
@@ -10,7 +10,7 @@ granted herein, whether by implication, estoppel or otherwise.
|
|
|
10
10
|
|
|
11
11
|
1. ajv version 8.17.1 (ajv-validator/ajv)
|
|
12
12
|
2. balanced-match version 1.0.2 (https://github.com/juliangruber/balanced-match)
|
|
13
|
-
3. brace-expansion version 2.0.
|
|
13
|
+
3. brace-expansion version 2.0.2 (https://github.com/juliangruber/brace-expansion)
|
|
14
14
|
4. change-case version 5.4.4 (https://github.com/blakeembrey/change-case)
|
|
15
15
|
5. cross-spawn version 7.0.6 (git@github.com:moxystudio/node-cross-spawn)
|
|
16
16
|
6. fast-deep-equal version 3.1.3 (https://github.com/epoberezkin/fast-deep-equal)
|
|
@@ -26,7 +26,7 @@ granted herein, whether by implication, estoppel or otherwise.
|
|
|
26
26
|
16. shebang-regex version 3.0.0 (sindresorhus/shebang-regex)
|
|
27
27
|
17. which version 2.0.2 (https://github.com/isaacs/node-which)
|
|
28
28
|
18. which version 5.0.0 (https://github.com/npm/node-which)
|
|
29
|
-
19. yaml version 2.
|
|
29
|
+
19. yaml version 2.8.0 (github:eemeli/yaml)
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
%% ajv NOTICES AND INFORMATION BEGIN HERE
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "1.2.0-dev.
|
|
3
|
+
"version": "1.2.0-dev.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"devDependencies": {
|
|
247
247
|
"@types/cross-spawn": "~6.0.6",
|
|
248
248
|
"@types/mocha": "^10.0.9",
|
|
249
|
-
"@types/node": "~
|
|
249
|
+
"@types/node": "~24.0.3",
|
|
250
250
|
"@types/semver": "^7.5.8",
|
|
251
251
|
"@types/vscode": "~1.100.0",
|
|
252
252
|
"@types/which": "^3.0.4",
|
|
@@ -255,11 +255,11 @@
|
|
|
255
255
|
"@vitest/coverage-v8": "^3.1.2",
|
|
256
256
|
"@vitest/ui": "^3.1.2",
|
|
257
257
|
"@vscode/extension-telemetry": "^1.0.0",
|
|
258
|
-
"@vscode/test-web": "^0.0.
|
|
259
|
-
"@vscode/vsce": "~3.
|
|
258
|
+
"@vscode/test-web": "^0.0.70",
|
|
259
|
+
"@vscode/vsce": "~3.5.0",
|
|
260
260
|
"ajv": "~8.17.1",
|
|
261
|
-
"cross-spawn": "^7.0.6",
|
|
262
261
|
"c8": "^10.1.3",
|
|
262
|
+
"cross-spawn": "^7.0.6",
|
|
263
263
|
"esbuild": "^0.25.1",
|
|
264
264
|
"mocha": "^11.1.0",
|
|
265
265
|
"playwright": "^1.51.1",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"vitest": "^3.1.2",
|
|
271
271
|
"vscode-languageclient": "~9.0.1",
|
|
272
272
|
"which": "^5.0.0",
|
|
273
|
-
"yaml": "~2.
|
|
273
|
+
"yaml": "~2.8.0"
|
|
274
274
|
},
|
|
275
275
|
"dependencies": {},
|
|
276
276
|
"peerDependencies": {},
|
|
Binary file
|