typespec-vscode 0.52.0-dev.4 → 0.53.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.53.0-dev.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Language Support for VS Code",
|
|
6
6
|
"homepage": "https://microsoft.github.io/typespec",
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
"@rollup/plugin-typescript": "~11.1.5",
|
|
112
112
|
"@types/node": "~18.11.9",
|
|
113
113
|
"@types/vscode": "~1.85.0",
|
|
114
|
-
"@typespec/compiler": "~0.
|
|
115
|
-
"@typespec/eslint-config-typespec": "~0.
|
|
116
|
-
"@typespec/internal-build-utils": "~0.
|
|
114
|
+
"@typespec/compiler": "~0.52.0 || >=0.53.0-dev <0.53.0",
|
|
115
|
+
"@typespec/eslint-config-typespec": "~0.52.0 || >=0.53.0-dev <0.53.0",
|
|
116
|
+
"@typespec/internal-build-utils": "~0.52.0 || >=0.53.0-dev <0.53.0",
|
|
117
117
|
"eslint": "^8.55.0",
|
|
118
118
|
"c8": "~8.0.1",
|
|
119
119
|
"vitest": "^1.2.0",
|
|
index fc9e369..c5f1bd6 100644
|
|
|
Binary file
|