typespec-vscode 0.55.0-dev.1 → 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/README.md
CHANGED
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",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"type": "module",
|
|
26
26
|
"main": "./dist/src/extension.cjs",
|
|
27
27
|
"engines": {
|
|
28
|
-
"vscode": "^1.
|
|
28
|
+
"vscode": "^1.87.0"
|
|
29
29
|
},
|
|
30
30
|
"activationEvents": [
|
|
31
31
|
"onLanguage:typespec",
|
|
@@ -116,23 +116,21 @@
|
|
|
116
116
|
"@rollup/plugin-node-resolve": "~15.2.3",
|
|
117
117
|
"@rollup/plugin-typescript": "~11.1.6",
|
|
118
118
|
"@types/node": "~18.11.19",
|
|
119
|
-
"@types/vscode": "~1.
|
|
120
|
-
"@
|
|
121
|
-
"@
|
|
122
|
-
"@
|
|
123
|
-
"@vitest/coverage-v8": "^1.2.2",
|
|
124
|
-
"@vitest/ui": "^1.2.2",
|
|
125
|
-
"@vscode/vsce": "~2.23.0",
|
|
119
|
+
"@types/vscode": "~1.87.0",
|
|
120
|
+
"@vitest/coverage-v8": "^1.4.0",
|
|
121
|
+
"@vitest/ui": "^1.4.0",
|
|
122
|
+
"@vscode/vsce": "~2.24.0",
|
|
126
123
|
"c8": "^9.1.0",
|
|
127
|
-
"eslint": "^8.
|
|
124
|
+
"eslint": "^8.57.0",
|
|
128
125
|
"rimraf": "~5.0.5",
|
|
129
|
-
"rollup": "~4.
|
|
130
|
-
"typescript": "~5.
|
|
131
|
-
"vitest": "^1.
|
|
132
|
-
"vscode-languageclient": "~9.0.1"
|
|
126
|
+
"rollup": "~4.13.2",
|
|
127
|
+
"typescript": "~5.4.3",
|
|
128
|
+
"vitest": "^1.4.0",
|
|
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 18db000..fa4c4d1 100644
|
|
|
Binary file
|