typespec-vscode 0.56.0-dev.2 → 0.56.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.56.0
|
|
3
|
+
"version": "0.56.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -117,8 +117,6 @@
|
|
|
117
117
|
"@rollup/plugin-typescript": "~11.1.6",
|
|
118
118
|
"@types/node": "~18.11.19",
|
|
119
119
|
"@types/vscode": "~1.88.0",
|
|
120
|
-
"@typespec/compiler": "~0.55.0 || >=0.56.0-dev <0.56.0",
|
|
121
|
-
"@typespec/internal-build-utils": "~0.55.0 || >=0.56.0-dev <0.56.0",
|
|
122
120
|
"@vitest/coverage-v8": "^1.5.0",
|
|
123
121
|
"@vitest/ui": "^1.5.0",
|
|
124
122
|
"@vscode/vsce": "~2.25.0",
|
|
@@ -127,10 +125,10 @@
|
|
|
127
125
|
"rollup": "~4.14.3",
|
|
128
126
|
"typescript": "~5.4.5",
|
|
129
127
|
"vitest": "^1.5.0",
|
|
130
|
-
"vscode-languageclient": "~9.0.1"
|
|
128
|
+
"vscode-languageclient": "~9.0.1",
|
|
129
|
+
"@typespec/compiler": "~0.56.0",
|
|
130
|
+
"@typespec/internal-build-utils": "~0.56.0"
|
|
131
131
|
},
|
|
132
|
-
"dependencies": {},
|
|
133
|
-
"peerDependencies": {},
|
|
134
132
|
"scripts": {
|
|
135
133
|
"clean": "rimraf ./dist ./temp",
|
|
136
134
|
"build": "npm run compile && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",
|
|
index 8e2bc0a..62869af 100644
|
|
|
Binary file
|