typespec-vscode 0.52.0-dev.3 → 0.52.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.52.0-dev.3",
3
+ "version": "0.52.0",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Language Support for VS Code",
6
6
  "homepage": "https://microsoft.github.io/typespec",
@@ -111,21 +111,20 @@
111
111
  "@rollup/plugin-typescript": "~11.1.5",
112
112
  "@types/node": "~18.11.9",
113
113
  "@types/vscode": "~1.85.0",
114
- "@typespec/compiler": "~0.51.0 || >=0.52.0-dev <0.52.0",
115
- "@typespec/eslint-config-typespec": "~0.51.0 || >=0.52.0-dev <0.52.0",
116
- "@typespec/internal-build-utils": "~0.51.0 || >=0.52.0-dev <0.52.0",
114
+ "@typespec/compiler": "~0.52.0",
115
+ "@typespec/eslint-config-typespec": "~0.52.0",
116
+ "@typespec/internal-build-utils": "~0.52.0",
117
117
  "eslint": "^8.55.0",
118
118
  "c8": "~8.0.1",
119
- "vitest": "^1.1.0",
119
+ "vitest": "^1.2.0",
120
120
  "@vitest/coverage-v8": "^1.1.0",
121
+ "@vitest/ui": "~1.1.3",
121
122
  "rimraf": "~5.0.1",
122
123
  "rollup": "~4.9.0",
123
124
  "typescript": "~5.3.3",
124
125
  "@vscode/vsce": "~2.22.0",
125
126
  "vscode-languageclient": "~9.0.0"
126
127
  },
127
- "dependencies": {},
128
- "peerDependencies": {},
129
128
  "scripts": {
130
129
  "clean": "rimraf ./dist ./temp",
131
130
  "build": "npm run compile && npm run copy-tmlanguage && npm run generate-language-configuration && npm run generate-third-party-notices && npm run package-vsix",
index 729af71..875cbe2 100644
Binary file