typespec-vscode 0.68.0-dev.2 → 0.68.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.
@@ -8,18 +8,76 @@ 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. ajv version 8.17.1 (ajv-validator/ajv)
12
- 2. balanced-match version 1.0.2 (https://github.com/juliangruber/balanced-match)
13
- 3. brace-expansion version 2.0.1 (https://github.com/juliangruber/brace-expansion)
14
- 4. change-case version 5.4.4 (https://github.com/blakeembrey/change-case)
15
- 5. fast-deep-equal version 3.1.3 (https://github.com/epoberezkin/fast-deep-equal)
16
- 6. fast-uri version 3.0.3 (https://github.com/fastify/fast-uri)
17
- 7. json-schema-traverse version 1.0.0 (https://github.com/epoberezkin/json-schema-traverse)
18
- 8. minimatch version 5.1.6 (https://github.com/isaacs/minimatch)
19
- 9. mustache version 4.2.0 (https://github.com/janl/mustache.js)
20
- 10. semver version 7.7.1 (https://github.com/npm/node-semver)
21
- 11. which version 5.0.0 (https://github.com/npm/node-which)
22
- 12. yaml version 2.7.0 (github:eemeli/yaml)
11
+ 1. @nevware21/ts-async version 0.5.4 (https://github.com/nevware21/ts-async)
12
+ 2. @nevware21/ts-utils version 0.11.8 (https://github.com/nevware21/ts-utils)
13
+ 3. ajv version 8.17.1 (ajv-validator/ajv)
14
+ 4. balanced-match version 1.0.2 (https://github.com/juliangruber/balanced-match)
15
+ 5. brace-expansion version 2.0.1 (https://github.com/juliangruber/brace-expansion)
16
+ 6. change-case version 5.4.4 (https://github.com/blakeembrey/change-case)
17
+ 7. fast-deep-equal version 3.1.3 (https://github.com/epoberezkin/fast-deep-equal)
18
+ 8. fast-uri version 3.0.3 (https://github.com/fastify/fast-uri)
19
+ 9. json-schema-traverse version 1.0.0 (https://github.com/epoberezkin/json-schema-traverse)
20
+ 10. minimatch version 5.1.6 (https://github.com/isaacs/minimatch)
21
+ 11. mustache version 4.2.0 (https://github.com/janl/mustache.js)
22
+ 12. semver version 7.7.1 (https://github.com/npm/node-semver)
23
+ 13. which version 5.0.0 (https://github.com/npm/node-which)
24
+ 14. yaml version 2.7.0 (github:eemeli/yaml)
25
+
26
+
27
+ %% @nevware21/ts-async NOTICES AND INFORMATION BEGIN HERE
28
+ =====================================================
29
+ MIT License
30
+
31
+ Copyright (c) 2022 NevWare21 Solutions LLC
32
+
33
+ Permission is hereby granted, free of charge, to any person obtaining a copy
34
+ of this software and associated documentation files (the "Software"), to deal
35
+ in the Software without restriction, including without limitation the rights
36
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
37
+ copies of the Software, and to permit persons to whom the Software is
38
+ furnished to do so, subject to the following conditions:
39
+
40
+ The above copyright notice and this permission notice shall be included in all
41
+ copies or substantial portions of the Software.
42
+
43
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
47
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49
+ SOFTWARE.
50
+
51
+ =====================================================");
52
+ END OF @nevware21/ts-async NOTICES AND INFORMATION
53
+
54
+
55
+ %% @nevware21/ts-utils NOTICES AND INFORMATION BEGIN HERE
56
+ =====================================================
57
+ MIT License
58
+
59
+ Copyright (c) 2022 NevWare21 Solutions LLC
60
+
61
+ Permission is hereby granted, free of charge, to any person obtaining a copy
62
+ of this software and associated documentation files (the "Software"), to deal
63
+ in the Software without restriction, including without limitation the rights
64
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
65
+ copies of the Software, and to permit persons to whom the Software is
66
+ furnished to do so, subject to the following conditions:
67
+
68
+ The above copyright notice and this permission notice shall be included in all
69
+ copies or substantial portions of the Software.
70
+
71
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
72
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
73
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
74
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
75
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
77
+ SOFTWARE.
78
+
79
+ =====================================================");
80
+ END OF @nevware21/ts-utils NOTICES AND INFORMATION
23
81
 
24
82
 
25
83
  %% ajv NOTICES AND INFORMATION BEGIN HERE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "0.68.0-dev.2",
3
+ "version": "0.68.0-dev.3",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -27,7 +27,7 @@
27
27
  "main": "./dist/src/extension.cjs",
28
28
  "browser": "./dist/src/web/extension.js",
29
29
  "engines": {
30
- "vscode": "^1.97.0"
30
+ "vscode": "^1.98.0"
31
31
  },
32
32
  "activationEvents": [
33
33
  "onLanguage:typespec",
@@ -240,35 +240,36 @@
240
240
  ]
241
241
  },
242
242
  "devDependencies": {
243
- "@rollup/plugin-commonjs": "~28.0.2",
243
+ "@rollup/plugin-commonjs": "~28.0.3",
244
244
  "@rollup/plugin-json": "~6.1.0",
245
- "@rollup/plugin-node-resolve": "~16.0.0",
245
+ "@rollup/plugin-node-resolve": "~16.0.1",
246
246
  "@rollup/plugin-typescript": "~12.1.2",
247
247
  "@types/mocha": "^10.0.9",
248
- "@types/node": "~22.13.9",
248
+ "@types/node": "~22.13.11",
249
249
  "@types/semver": "^7.5.8",
250
- "@types/vscode": "~1.97.0",
250
+ "@types/vscode": "~1.98.0",
251
251
  "@types/which": "^3.0.4",
252
252
  "@typespec/compiler": "^0.67.1 || >=0.68.0-dev <0.68.0",
253
253
  "@typespec/internal-build-utils": "^0.67.1 || >=0.68.0-dev <0.68.0",
254
- "@vitest/coverage-v8": "^3.0.7",
255
- "@vitest/ui": "^3.0.7",
256
- "@vscode/extension-telemetry": "^0.6.2",
254
+ "@vitest/coverage-v8": "^3.0.9",
255
+ "@vitest/ui": "^3.0.9",
256
+ "@vscode/extension-telemetry": "^0.9.8",
257
257
  "@vscode/test-web": "^0.0.67",
258
- "@vscode/vsce": "~3.2.2",
258
+ "@vscode/vsce": "~3.3.0",
259
+ "playwright": "^1.51.1",
260
+ "ajv": "~8.17.1",
259
261
  "c8": "^10.1.3",
260
262
  "mocha": "^11.1.0",
261
263
  "rimraf": "~6.0.1",
262
- "rollup": "~4.34.9",
264
+ "rollup": "~4.36.0",
263
265
  "rollup-plugin-copy": "^3.5.0",
264
266
  "semver": "^7.7.1",
265
- "swagger-ui-dist": "^5.20.0",
267
+ "swagger-ui-dist": "^5.20.1",
266
268
  "typescript": "~5.8.2",
267
- "vitest": "^3.0.7",
269
+ "vitest": "^3.0.9",
268
270
  "vscode-languageclient": "~9.0.1",
269
271
  "which": "^5.0.0",
270
- "yaml": "~2.7.0",
271
- "ajv": "~8.17.1"
272
+ "yaml": "~2.7.0"
272
273
  },
273
274
  "dependencies": {},
274
275
  "peerDependencies": {},
Binary file