typespec-vscode 1.9.0-dev.2 → 1.9.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
|
@@ -8,7 +8,7 @@ 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.28.6 (https://github.com/babel/babel)
|
|
12
12
|
2. @babel/helper-validator-identifier version 7.28.5 (https://github.com/babel/babel)
|
|
13
13
|
3. ajv version 8.17.1 (ajv-validator/ajv)
|
|
14
14
|
4. balanced-match version 1.0.2 (https://github.com/juliangruber/balanced-match)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "1.9.0-dev.
|
|
3
|
+
"version": "1.9.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.108.0"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
32
32
|
".": {
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"@types/mocha": "^10.0.9",
|
|
267
267
|
"@types/node": "~25.0.2",
|
|
268
268
|
"@types/semver": "^7.5.8",
|
|
269
|
-
"@types/vscode": "~1.
|
|
269
|
+
"@types/vscode": "~1.108.1",
|
|
270
270
|
"@types/which": "^3.0.4",
|
|
271
271
|
"@typespec/compiler": "^1.8.0",
|
|
272
272
|
"@typespec/internal-build-utils": "^0.78.0 || >=0.79.0-dev <0.79.0",
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"@vitest/ui": "^4.0.15",
|
|
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.78",
|
|
278
278
|
"@vscode/vsce": "~3.7.1",
|
|
279
279
|
"ajv": "~8.17.1",
|
|
280
280
|
"c8": "^10.1.3",
|
|
Binary file
|