typespec-vscode 0.46.0-dev.4 → 0.46.0-dev.6

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.
@@ -12,7 +12,7 @@ granted herein, whether by implication, estoppel or otherwise.
12
12
  2. brace-expansion version 2.0.1 (https://github.com/juliangruber/brace-expansion)
13
13
  3. lru-cache version 6.0.0 (https://github.com/isaacs/node-lru-cache)
14
14
  4. minimatch version 5.1.6 (https://github.com/isaacs/minimatch)
15
- 5. semver version 7.5.1 (https://github.com/npm/node-semver)
15
+ 5. semver version 7.3.8 (https://github.com/npm/node-semver)
16
16
  6. yallist version 4.0.0 (https://github.com/isaacs/yallist)
17
17
 
18
18
 
@@ -0,0 +1,3 @@
1
+ module.exports = require(process.env.TYPESPEC_DEVELOPMENT_MODE
2
+ ? "./dist-dev/src/extension.js"
3
+ : "./dist/src/extension.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "0.46.0-dev.4",
3
+ "version": "0.46.0-dev.6",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Language Support for VS Code",
6
6
  "homepage": "https://microsoft.github.io/typespec",
@@ -105,18 +105,18 @@
105
105
  "devDependencies": {
106
106
  "@rollup/plugin-commonjs": "~25.0.0",
107
107
  "@rollup/plugin-node-resolve": "~15.1.0",
108
- "@types/mocha": "~10.0.0",
108
+ "@types/mocha": "~10.0.1",
109
109
  "@types/node": "~18.11.9",
110
110
  "@types/vscode": "~1.53.0",
111
111
  "@typespec/compiler": "~0.45.2 || >=0.46.0-dev <0.46.0",
112
112
  "@typespec/eslint-config-typespec": "~0.7.0 || >=0.8.0-dev <0.8.0",
113
113
  "@typespec/internal-build-utils": "~0.4.2 || >=0.5.0-dev <0.5.0",
114
- "eslint": "^8.36.0",
115
- "c8": "~7.14.0",
114
+ "eslint": "^8.42.0",
115
+ "c8": "~8.0.0",
116
116
  "mocha": "~10.2.0",
117
117
  "mocha-junit-reporter": "~2.2.0",
118
118
  "mocha-multi-reporters": "~1.5.1",
119
- "rimraf": "~5.0.0",
119
+ "rimraf": "~5.0.1",
120
120
  "rollup": "~3.24.0",
121
121
  "typescript": "~5.1.3",
122
122
  "@vscode/vsce": "~2.15.0",
Binary file