typespec-vscode 1.10.0-dev.1 → 1.10.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 +58 -18
- package/package.json +14 -16
- package/typespec-vscode-1.9.0.vsix +0 -0
package/ThirdPartyNotices.txt
CHANGED
|
@@ -8,9 +8,9 @@ original copyright notices and the licenses under which Microsoft received such
|
|
|
8
8
|
components are set forth below. Microsoft reserves all rights not expressly
|
|
9
9
|
granted herein, whether by implication, estoppel or otherwise.
|
|
10
10
|
|
|
11
|
-
1. @babel/code-frame version 7.
|
|
11
|
+
1. @babel/code-frame version 7.29.0 (https://github.com/babel/babel)
|
|
12
12
|
2. @babel/helper-validator-identifier version 7.28.5 (https://github.com/babel/babel)
|
|
13
|
-
3. ajv version 8.
|
|
13
|
+
3. ajv version 8.18.0 (ajv-validator/ajv)
|
|
14
14
|
4. balanced-match version 1.0.2 (https://github.com/juliangruber/balanced-match)
|
|
15
15
|
5. brace-expansion version 2.0.2 (https://github.com/juliangruber/brace-expansion)
|
|
16
16
|
6. change-case version 5.4.4 (https://github.com/blakeembrey/change-case)
|
|
@@ -19,18 +19,18 @@ granted herein, whether by implication, estoppel or otherwise.
|
|
|
19
19
|
9. fast-uri version 3.1.0 (https://github.com/fastify/fast-uri)
|
|
20
20
|
10. is-unicode-supported version 2.1.0 (sindresorhus/is-unicode-supported)
|
|
21
21
|
11. isexe version 2.0.0 (https://github.com/isaacs/isexe)
|
|
22
|
-
12. isexe version
|
|
22
|
+
12. isexe version 4.0.0 (https://github.com/isaacs/isexe)
|
|
23
23
|
13. js-tokens version 4.0.0 (lydell/js-tokens)
|
|
24
24
|
14. json-schema-traverse version 1.0.0 (https://github.com/epoberezkin/json-schema-traverse)
|
|
25
|
-
15. minimatch version 5.1.
|
|
25
|
+
15. minimatch version 5.1.9 (https://github.com/isaacs/minimatch)
|
|
26
26
|
16. mustache version 4.2.0 (https://github.com/janl/mustache.js)
|
|
27
27
|
17. path-key version 3.1.1 (sindresorhus/path-key)
|
|
28
28
|
18. picocolors version 1.1.1 (alexeyraspopov/picocolors)
|
|
29
|
-
19. semver version 7.7.
|
|
29
|
+
19. semver version 7.7.4 (https://github.com/npm/node-semver)
|
|
30
30
|
20. shebang-command version 2.0.0 (kevva/shebang-command)
|
|
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
|
-
23. which version 6.0.
|
|
33
|
+
23. which version 6.0.1 (https://github.com/npm/node-which)
|
|
34
34
|
24. yaml version 2.8.2 (github:eemeli/yaml)
|
|
35
35
|
|
|
36
36
|
|
|
@@ -339,21 +339,61 @@ END OF isexe NOTICES AND INFORMATION
|
|
|
339
339
|
|
|
340
340
|
%% isexe NOTICES AND INFORMATION BEGIN HERE
|
|
341
341
|
=====================================================
|
|
342
|
-
|
|
342
|
+
# Blue Oak Model License
|
|
343
343
|
|
|
344
|
-
|
|
344
|
+
Version 1.0.0
|
|
345
345
|
|
|
346
|
-
|
|
347
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
348
|
-
copyright notice and this permission notice appear in all copies.
|
|
346
|
+
## Purpose
|
|
349
347
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
348
|
+
This license gives everyone as much permission to work with
|
|
349
|
+
this software as possible, while protecting contributors
|
|
350
|
+
from liability.
|
|
351
|
+
|
|
352
|
+
## Acceptance
|
|
353
|
+
|
|
354
|
+
In order to receive this license, you must agree to its
|
|
355
|
+
rules. The rules of this license are both obligations
|
|
356
|
+
under that agreement and conditions to your license.
|
|
357
|
+
You must not do anything with this software that triggers
|
|
358
|
+
a rule that you cannot or will not follow.
|
|
359
|
+
|
|
360
|
+
## Copyright
|
|
361
|
+
|
|
362
|
+
Each contributor licenses you to do everything with this
|
|
363
|
+
software that would otherwise infringe that contributor's
|
|
364
|
+
copyright in it.
|
|
365
|
+
|
|
366
|
+
## Notices
|
|
367
|
+
|
|
368
|
+
You must ensure that everyone who gets a copy of
|
|
369
|
+
any part of this software from you, with or without
|
|
370
|
+
changes, also gets the text of this license or a link to
|
|
371
|
+
<https://blueoakcouncil.org/license/1.0.0>.
|
|
372
|
+
|
|
373
|
+
## Excuse
|
|
374
|
+
|
|
375
|
+
If anyone notifies you in writing that you have not
|
|
376
|
+
complied with [Notices](#notices), you can keep your
|
|
377
|
+
license by taking all practical steps to comply within 30
|
|
378
|
+
days after the notice. If you do not do so, your license
|
|
379
|
+
ends immediately.
|
|
380
|
+
|
|
381
|
+
## Patent
|
|
382
|
+
|
|
383
|
+
Each contributor licenses you to do everything with this
|
|
384
|
+
software that would otherwise infringe any patent claims
|
|
385
|
+
they can license or become able to license.
|
|
386
|
+
|
|
387
|
+
## Reliability
|
|
388
|
+
|
|
389
|
+
No contributor can revoke this license.
|
|
390
|
+
|
|
391
|
+
## No Liability
|
|
392
|
+
|
|
393
|
+
***As far as the law allows, this software comes as is,
|
|
394
|
+
without any warranty or condition, and no contributor
|
|
395
|
+
will be liable to anyone for any damages related to this
|
|
396
|
+
software or this license, under any kind of legal claim.***
|
|
357
397
|
|
|
358
398
|
=====================================================");
|
|
359
399
|
END OF isexe NOTICES AND INFORMATION
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "1.10.0-dev.
|
|
3
|
+
"version": "1.10.0-dev.3",
|
|
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.109.0"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
32
32
|
".": {
|
|
@@ -264,35 +264,33 @@
|
|
|
264
264
|
"devDependencies": {
|
|
265
265
|
"@types/cross-spawn": "~6.0.6",
|
|
266
266
|
"@types/mocha": "^10.0.9",
|
|
267
|
-
"@types/node": "~25.0
|
|
267
|
+
"@types/node": "~25.3.0",
|
|
268
268
|
"@types/semver": "^7.5.8",
|
|
269
|
-
"@types/vscode": "~1.
|
|
269
|
+
"@types/vscode": "~1.109.0",
|
|
270
270
|
"@types/which": "^3.0.4",
|
|
271
|
-
"@typespec/compiler": "^1.9.0",
|
|
272
|
-
"@typespec/internal-build-utils": "^0.79.0 || >=0.80.0-dev
|
|
273
|
-
"@vitest/coverage-v8": "^4.0.
|
|
274
|
-
"@vitest/ui": "^4.0.
|
|
271
|
+
"@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.10",
|
|
272
|
+
"@typespec/internal-build-utils": "^0.79.0 || >= 0.80.0-dev.1",
|
|
273
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
274
|
+
"@vitest/ui": "^4.0.18",
|
|
275
275
|
"@vscode/extension-telemetry": "^1.0.0",
|
|
276
276
|
"@vscode/test-electron": "^2.3.9",
|
|
277
|
-
"@vscode/test-web": "^0.0.
|
|
277
|
+
"@vscode/test-web": "^0.0.79",
|
|
278
278
|
"@vscode/vsce": "~3.7.1",
|
|
279
|
-
"ajv": "~8.
|
|
280
|
-
"c8": "^
|
|
279
|
+
"ajv": "~8.18.0",
|
|
280
|
+
"c8": "^11.0.0",
|
|
281
281
|
"cross-spawn": "^7.0.6",
|
|
282
282
|
"esbuild": "^0.27.0",
|
|
283
283
|
"mocha": "^11.1.0",
|
|
284
284
|
"playwright": "^1.57.0",
|
|
285
|
-
"rimraf": "~6.1.
|
|
285
|
+
"rimraf": "~6.1.3",
|
|
286
286
|
"semver": "^7.7.1",
|
|
287
287
|
"swagger-ui-dist": "^5.20.1",
|
|
288
|
-
"typescript": "~5.9.
|
|
289
|
-
"vitest": "^4.0.
|
|
288
|
+
"typescript": "~5.9.3",
|
|
289
|
+
"vitest": "^4.0.18",
|
|
290
290
|
"vscode-languageclient": "~9.0.1",
|
|
291
291
|
"which": "^6.0.0",
|
|
292
292
|
"yaml": "~2.8.2"
|
|
293
293
|
},
|
|
294
|
-
"dependencies": {},
|
|
295
|
-
"peerDependencies": {},
|
|
296
294
|
"scripts": {
|
|
297
295
|
"clean": "rimraf ./dist ./temp",
|
|
298
296
|
"build": "pnpm compile && pnpm check && pnpm declaration-only && pnpm copy-templates && pnpm copy-tmlanguage && pnpm generate-language-configuration && pnpm generate-third-party-notices && pnpm package-vsix",
|
|
Binary file
|