typespec-vscode 0.56.0-dev.0 → 0.56.0-dev.1
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.56.0-dev.
|
|
3
|
+
"version": "0.56.0-dev.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -118,13 +118,11 @@
|
|
|
118
118
|
"@types/node": "~18.11.19",
|
|
119
119
|
"@types/vscode": "~1.87.0",
|
|
120
120
|
"@typespec/compiler": "~0.55.0 || >=0.56.0-dev <0.56.0",
|
|
121
|
-
"@typespec/eslint-config-typespec": "~0.55.0 || >=0.56.0-dev <0.56.0",
|
|
122
121
|
"@typespec/internal-build-utils": "~0.55.0 || >=0.56.0-dev <0.56.0",
|
|
123
122
|
"@vitest/coverage-v8": "^1.4.0",
|
|
124
123
|
"@vitest/ui": "^1.4.0",
|
|
125
124
|
"@vscode/vsce": "~2.24.0",
|
|
126
125
|
"c8": "^9.1.0",
|
|
127
|
-
"eslint": "^8.57.0",
|
|
128
126
|
"rimraf": "~5.0.5",
|
|
129
127
|
"rollup": "~4.13.2",
|
|
130
128
|
"typescript": "~5.4.3",
|
|
Binary file
|