typespec-vscode 0.45.0 → 0.46.0-dev.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.45.0",
3
+ "version": "0.46.0-dev.0",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Language Support for VS Code",
6
6
  "homepage": "https://microsoft.github.io/typespec",
@@ -108,9 +108,9 @@
108
108
  "@types/mocha": "~10.0.0",
109
109
  "@types/node": "~18.11.9",
110
110
  "@types/vscode": "~1.53.0",
111
- "@typespec/compiler": "~0.45.0",
112
- "@typespec/eslint-config-typespec": "~0.7.0",
113
- "@typespec/internal-build-utils": "~0.4.2",
111
+ "@typespec/compiler": "~0.45.0 || >=0.46.0-dev <0.46.0",
112
+ "@typespec/eslint-config-typespec": "~0.7.0 || >=0.8.0-dev <0.8.0",
113
+ "@typespec/internal-build-utils": "~0.4.2 || >=0.5.0-dev <0.5.0",
114
114
  "eslint": "^8.36.0",
115
115
  "c8": "~7.13.0",
116
116
  "mkdirp": "~2.1.6",
@@ -123,6 +123,8 @@
123
123
  "@vscode/vsce": "~2.15.0",
124
124
  "vscode-languageclient": "~8.0.0"
125
125
  },
126
+ "dependencies": {},
127
+ "peerDependencies": {},
126
128
  "scripts": {
127
129
  "clean": "rimraf ./dist ./dist-dev ./temp",
128
130
  "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",
Binary file