@mongosh/browser-runtime-core 1.3.0 → 1.4.2

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.
@@ -13,7 +13,7 @@ class ShellApiAutocompleter {
13
13
  if (!code) {
14
14
  return [];
15
15
  }
16
- const completions = await autocomplete_1.default(this.parameters, code);
16
+ const completions = await (0, autocomplete_1.default)(this.parameters, code);
17
17
  if (!completions || !completions.length) {
18
18
  return [];
19
19
  }
@@ -1 +1 @@
1
- {"version":3,"file":"shell-api-autocompleter.js","sourceRoot":"","sources":["../../src/autocompleter/shell-api-autocompleter.ts"],"names":[],"mappings":";;;;;;AAAA,yEAAiF;AAGjF,MAAa,qBAAqB;IAGhC,YAAY,UAAkC;QAC5C,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;IAC/B,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,IAAY;QAC/B,IAAI,CAAC,IAAI,EAAE;YACT,OAAO,EAAE,CAAC;SACX;QAED,MAAM,WAAW,GAAG,MAAM,sBAAgB,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;QAElE,IAAI,CAAC,WAAW,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE;YACvC,OAAO,EAAE,CAAC;SACX;QAED,MAAM,OAAO,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,UAAU,EAAE,EAAE;YAChD,OAAO;gBACL,UAAU;aACX,CAAC;QACJ,CAAC,CAAC,CAAC;QAEH,OAAO,OAAO,CAAC;IACjB,CAAC;CACF;AA1BD,sDA0BC"}
1
+ {"version":3,"file":"shell-api-autocompleter.js","sourceRoot":"","sources":["../../src/autocompleter/shell-api-autocompleter.ts"],"names":[],"mappings":";;;;;;AAAA,yEAAiF;AAGjF,MAAa,qBAAqB;IAGhC,YAAY,UAAkC;QAC5C,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;IAC/B,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,IAAY;QAC/B,IAAI,CAAC,IAAI,EAAE;YACT,OAAO,EAAE,CAAC;SACX;QAED,MAAM,WAAW,GAAG,MAAM,IAAA,sBAAgB,EAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;QAElE,IAAI,CAAC,WAAW,IAAI,CAAC,WAAW,CAAC,MAAM,EAAE;YACvC,OAAO,EAAE,CAAC;SACX;QAED,MAAM,OAAO,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,UAAU,EAAE,EAAE;YAChD,OAAO;gBACL,UAAU;aACX,CAAC;QACJ,CAAC,CAAC,CAAC;QAEH,OAAO,OAAO,CAAC;IACjB,CAAC;CACF;AA1BD,sDA0BC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongosh/browser-runtime-core",
3
- "version": "1.3.0",
3
+ "version": "1.4.2",
4
4
  "description": "Mongosh browser runtime core",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -32,14 +32,14 @@
32
32
  "unitTestsOnly": true
33
33
  },
34
34
  "devDependencies": {
35
- "@mongosh/types": "1.3.0",
35
+ "@mongosh/types": "1.4.2",
36
36
  "rimraf": "^3.0.2"
37
37
  },
38
38
  "dependencies": {
39
- "@mongosh/autocomplete": "1.3.0",
40
- "@mongosh/service-provider-core": "1.3.0",
41
- "@mongosh/shell-api": "1.3.0",
42
- "@mongosh/shell-evaluator": "1.3.0"
39
+ "@mongosh/autocomplete": "1.4.2",
40
+ "@mongosh/service-provider-core": "1.4.2",
41
+ "@mongosh/shell-api": "1.4.2",
42
+ "@mongosh/shell-evaluator": "1.4.2"
43
43
  },
44
- "gitHead": "df88ce833d498163c966e34c815ab669d2bee50c"
44
+ "gitHead": "7daf54d237b923567f44725816de7f62f471df11"
45
45
  }