typespec-vscode 0.59.0-dev.1 → 0.59.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.59.0
|
|
3
|
+
"version": "0.59.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -129,8 +129,6 @@
|
|
|
129
129
|
"@rollup/plugin-typescript": "~11.1.6",
|
|
130
130
|
"@types/node": "~18.11.19",
|
|
131
131
|
"@types/vscode": "~1.91.0",
|
|
132
|
-
"@typespec/compiler": "~0.58.1 || >=0.59.0-dev <0.59.0",
|
|
133
|
-
"@typespec/internal-build-utils": "~0.58.0 || >=0.59.0-dev <0.59.0",
|
|
134
132
|
"@vitest/coverage-v8": "^2.0.4",
|
|
135
133
|
"@vitest/ui": "^2.0.4",
|
|
136
134
|
"@vscode/vsce": "~2.31.1",
|
|
@@ -139,10 +137,10 @@
|
|
|
139
137
|
"rollup": "~4.19.0",
|
|
140
138
|
"typescript": "~5.5.4",
|
|
141
139
|
"vitest": "^2.0.4",
|
|
142
|
-
"vscode-languageclient": "~9.0.1"
|
|
140
|
+
"vscode-languageclient": "~9.0.1",
|
|
141
|
+
"@typespec/compiler": "~0.59.0",
|
|
142
|
+
"@typespec/internal-build-utils": "~0.59.0"
|
|
143
143
|
},
|
|
144
|
-
"dependencies": {},
|
|
145
|
-
"peerDependencies": {},
|
|
146
144
|
"scripts": {
|
|
147
145
|
"clean": "rimraf ./dist ./temp",
|
|
148
146
|
"build": "npm run compile && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",
|
|
index 43ffde5..dcbfb2b 100644
|
|
|
Binary file
|