typespec-vscode 0.43.0-dev.1 → 0.43.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.43.0
|
|
3
|
+
"version": "0.43.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Language Support for VS Code",
|
|
6
6
|
"homepage": "https://microsoft.github.io/typespec",
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
"@types/mocha": "~10.0.0",
|
|
110
110
|
"@types/node": "~18.11.9",
|
|
111
111
|
"@types/vscode": "~1.53.0",
|
|
112
|
-
"@typespec/compiler": "
|
|
113
|
-
"@typespec/eslint-config-typespec": "
|
|
114
|
-
"@typespec/internal-build-utils": "
|
|
112
|
+
"@typespec/compiler": "~0.43.0",
|
|
113
|
+
"@typespec/eslint-config-typespec": "~0.6.0",
|
|
114
|
+
"@typespec/internal-build-utils": "~0.4.0",
|
|
115
115
|
"eslint": "^8.12.0",
|
|
116
116
|
"c8": "~7.12.0",
|
|
117
117
|
"mkdirp": "~1.0.4",
|
|
@@ -124,8 +124,6 @@
|
|
|
124
124
|
"@vscode/vsce": "~2.15.0",
|
|
125
125
|
"vscode-languageclient": "~8.0.0"
|
|
126
126
|
},
|
|
127
|
-
"dependencies": {},
|
|
128
|
-
"peerDependencies": {},
|
|
129
127
|
"scripts": {
|
|
130
128
|
"clean": "rimraf ./dist ./dist-dev ./temp",
|
|
131
129
|
"build": "npm run compile && npm run rollup && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",
|
|
index a93c7a4..4021445 100644
|
|
|
Binary file
|