typespec-vscode 0.55.0-dev.2 → 0.55.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.55.0
|
|
3
|
+
"version": "0.55.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -117,22 +117,20 @@
|
|
|
117
117
|
"@rollup/plugin-typescript": "~11.1.6",
|
|
118
118
|
"@types/node": "~18.11.19",
|
|
119
119
|
"@types/vscode": "~1.87.0",
|
|
120
|
-
"@typespec/compiler": "~0.54.0 || >=0.55.0-dev <0.55.0",
|
|
121
|
-
"@typespec/eslint-config-typespec": "~0.54.0 || >=0.55.0-dev <0.55.0",
|
|
122
|
-
"@typespec/internal-build-utils": "~0.54.0 || >=0.55.0-dev <0.55.0",
|
|
123
120
|
"@vitest/coverage-v8": "^1.4.0",
|
|
124
121
|
"@vitest/ui": "^1.4.0",
|
|
125
122
|
"@vscode/vsce": "~2.24.0",
|
|
126
123
|
"c8": "^9.1.0",
|
|
127
124
|
"eslint": "^8.57.0",
|
|
128
125
|
"rimraf": "~5.0.5",
|
|
129
|
-
"rollup": "~4.13.
|
|
130
|
-
"typescript": "~5.4.
|
|
126
|
+
"rollup": "~4.13.2",
|
|
127
|
+
"typescript": "~5.4.3",
|
|
131
128
|
"vitest": "^1.4.0",
|
|
132
|
-
"vscode-languageclient": "~9.0.1"
|
|
129
|
+
"vscode-languageclient": "~9.0.1",
|
|
130
|
+
"@typespec/compiler": "~0.55.0",
|
|
131
|
+
"@typespec/eslint-config-typespec": "~0.55.0",
|
|
132
|
+
"@typespec/internal-build-utils": "~0.55.0"
|
|
133
133
|
},
|
|
134
|
-
"dependencies": {},
|
|
135
|
-
"peerDependencies": {},
|
|
136
134
|
"scripts": {
|
|
137
135
|
"clean": "rimraf ./dist ./temp",
|
|
138
136
|
"build": "npm run compile && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",
|
|
index 216248a..fa4c4d1 100644
|
|
|
Binary file
|