typespec-vscode 0.67.0-dev.0 → 0.67.0-dev.5
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 +15 -15
- package/typespec-vscode-0.66.0.vsix +0 -0
package/ThirdPartyNotices.txt
CHANGED
|
@@ -11,7 +11,7 @@ granted herein, whether by implication, estoppel or otherwise.
|
|
|
11
11
|
1. balanced-match version 1.0.2 (https://github.com/juliangruber/balanced-match)
|
|
12
12
|
2. brace-expansion version 2.0.1 (https://github.com/juliangruber/brace-expansion)
|
|
13
13
|
3. minimatch version 5.1.6 (https://github.com/isaacs/minimatch)
|
|
14
|
-
4. semver version 7.
|
|
14
|
+
4. semver version 7.7.1 (https://github.com/npm/node-semver)
|
|
15
15
|
5. which version 5.0.0 (https://github.com/npm/node-which)
|
|
16
16
|
6. yaml version 2.7.0 (github:eemeli/yaml)
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "0.67.0-dev.
|
|
3
|
+
"version": "0.67.0-dev.5",
|
|
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.
|
|
30
|
+
"vscode": "^1.97.0"
|
|
31
31
|
},
|
|
32
32
|
"activationEvents": [
|
|
33
33
|
"onLanguage:typespec",
|
|
@@ -226,25 +226,25 @@
|
|
|
226
226
|
"devDependencies": {
|
|
227
227
|
"@rollup/plugin-commonjs": "~28.0.2",
|
|
228
228
|
"@rollup/plugin-node-resolve": "~16.0.0",
|
|
229
|
-
"@rollup/plugin-typescript": "~12.1.
|
|
229
|
+
"@rollup/plugin-typescript": "~12.1.2",
|
|
230
230
|
"@types/mocha": "^10.0.9",
|
|
231
|
-
"@types/node": "~22.
|
|
231
|
+
"@types/node": "~22.13.9",
|
|
232
232
|
"@types/semver": "^7.5.8",
|
|
233
|
-
"@types/vscode": "~1.
|
|
233
|
+
"@types/vscode": "~1.97.0",
|
|
234
234
|
"@types/which": "^3.0.4",
|
|
235
|
-
"@typespec/compiler": "
|
|
236
|
-
"@typespec/internal-build-utils": "
|
|
237
|
-
"@vitest/coverage-v8": "^3.0.
|
|
238
|
-
"@vitest/ui": "^3.0.
|
|
239
|
-
"@vscode/test-web": "^0.0.
|
|
240
|
-
"@vscode/vsce": "~3.2.
|
|
235
|
+
"@typespec/compiler": "^0.66.0 || >=0.67.0-dev <0.67.0",
|
|
236
|
+
"@typespec/internal-build-utils": "^0.66.0 || >=0.67.0-dev <0.67.0",
|
|
237
|
+
"@vitest/coverage-v8": "^3.0.7",
|
|
238
|
+
"@vitest/ui": "^3.0.7",
|
|
239
|
+
"@vscode/test-web": "^0.0.67",
|
|
240
|
+
"@vscode/vsce": "~3.2.2",
|
|
241
241
|
"c8": "^10.1.3",
|
|
242
242
|
"mocha": "^11.1.0",
|
|
243
243
|
"rimraf": "~6.0.1",
|
|
244
|
-
"rollup": "~4.
|
|
245
|
-
"semver": "^7.
|
|
246
|
-
"typescript": "~5.
|
|
247
|
-
"vitest": "^3.0.
|
|
244
|
+
"rollup": "~4.34.9",
|
|
245
|
+
"semver": "^7.7.1",
|
|
246
|
+
"typescript": "~5.8.2",
|
|
247
|
+
"vitest": "^3.0.7",
|
|
248
248
|
"vscode-languageclient": "~9.0.1",
|
|
249
249
|
"which": "^5.0.0",
|
|
250
250
|
"yaml": "~2.7.0"
|
|
Binary file
|