typespec-vscode 0.54.0-dev.1 → 0.54.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.54.0
|
|
3
|
+
"version": "0.54.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -117,9 +117,6 @@
|
|
|
117
117
|
"@rollup/plugin-typescript": "~11.1.6",
|
|
118
118
|
"@types/node": "~18.11.19",
|
|
119
119
|
"@types/vscode": "~1.86.0",
|
|
120
|
-
"@typespec/compiler": "~0.53.1 || >=0.54.0-dev <0.54.0",
|
|
121
|
-
"@typespec/eslint-config-typespec": "~0.53.0 || >=0.54.0-dev <0.54.0",
|
|
122
|
-
"@typespec/internal-build-utils": "~0.53.0 || >=0.54.0-dev <0.54.0",
|
|
123
120
|
"@vitest/coverage-v8": "^1.2.2",
|
|
124
121
|
"@vitest/ui": "^1.2.2",
|
|
125
122
|
"@vscode/vsce": "~2.23.0",
|
|
@@ -129,10 +126,11 @@
|
|
|
129
126
|
"rollup": "~4.9.6",
|
|
130
127
|
"typescript": "~5.3.3",
|
|
131
128
|
"vitest": "^1.2.2",
|
|
132
|
-
"vscode-languageclient": "~9.0.1"
|
|
129
|
+
"vscode-languageclient": "~9.0.1",
|
|
130
|
+
"@typespec/compiler": "~0.54.0",
|
|
131
|
+
"@typespec/internal-build-utils": "~0.54.0",
|
|
132
|
+
"@typespec/eslint-config-typespec": "~0.54.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 1a3ded8..a9181c2 100644
|
|
|
Binary file
|