@microsoft/inshellisense 0.0.1-rc.6 → 0.0.1-rc.7

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": "@microsoft/inshellisense",
3
- "version": "0.0.1-rc.6",
3
+ "version": "0.0.1-rc.7",
4
4
  "description": "IDE style command line auto complete",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "scripts": {
17
17
  "build": "tsc",
18
- "start": "node ./build/index.js",
18
+ "dev": "node --loader ts-node/esm src/index.ts -V",
19
19
  "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
20
20
  "lint": "eslint src/ --ext .ts,.tsx && prettier src/ --check",
21
21
  "lint:fix": "eslint src/ --ext .ts,.tsx --fix && prettier src/ --write",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "homepage": "https://github.com/microsoft/inshellisense#readme",
36
36
  "dependencies": {
37
- "@withfig/autocomplete": "^2.633.0",
37
+ "@withfig/autocomplete": "2.648.2",
38
38
  "ajv": "^8.12.0",
39
39
  "ansi-escapes": "^6.2.0",
40
40
  "ansi-styles": "^6.2.1",
@@ -36,7 +36,7 @@ __is_escape_value() {
36
36
  }
37
37
 
38
38
  __is_update_cwd() {
39
- builtin printf '\e]6973;CWD;%s\a' "$(__vsc_escape_value "${PWD}")"
39
+ builtin printf '\e]6973;CWD;%s\a' "$(__is_escape_value "${PWD}")"
40
40
  }
41
41
 
42
42
  __is_update_prompt() {