typespec-vscode 0.57.0-dev.3 → 0.58.0-dev.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.58.0-dev.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -133,8 +133,8 @@
|
|
|
133
133
|
"@rollup/plugin-typescript": "~11.1.6",
|
|
134
134
|
"@types/node": "~18.11.19",
|
|
135
135
|
"@types/vscode": "~1.89.0",
|
|
136
|
-
"@typespec/compiler": "~0.
|
|
137
|
-
"@typespec/internal-build-utils": "~0.
|
|
136
|
+
"@typespec/compiler": "~0.57.0 || >=0.58.0-dev <0.58.0",
|
|
137
|
+
"@typespec/internal-build-utils": "~0.57.0 || >=0.58.0-dev <0.58.0",
|
|
138
138
|
"@vitest/coverage-v8": "^1.6.0",
|
|
139
139
|
"@vitest/ui": "^1.6.0",
|
|
140
140
|
"@vscode/vsce": "~2.26.1",
|
|
index 91bcedc..2190f3c 100644
|
|
|
Binary file
|