@mongosh/autocomplete 2.1.5 → 2.2.1

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.
Files changed (4) hide show
  1. package/AUTHORS +1 -0
  2. package/README.md +1 -1
  3. package/lib/index.d.ts +1154 -1154
  4. package/package.json +5 -5
package/AUTHORS CHANGED
@@ -11,3 +11,4 @@ Himanshu Singh <himanshu.singhs@outlook.in>
11
11
  Martin Rodriguez Reboredo <yakoyoku@gmail.com>
12
12
  dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13
13
  Le Roux Bodenstein <lerouxb@gmail.com>
14
+ Nate Eagleson <nate@nateeag.com>
package/README.md CHANGED
@@ -41,7 +41,7 @@ const completions = autocomplete(serverVersion, line);
41
41
  // ]
42
42
  ```
43
43
 
44
- Autocomplete is based on currently implemeted APIs in [@mongosh/shell-api](https://www.npmjs.com/package/@mongosh/shell-api)
44
+ Autocomplete is based on currently implemented APIs in [@mongosh/shell-api](https://www.npmjs.com/package/@mongosh/shell-api)
45
45
 
46
46
  ## Installation
47
47