@qp-mongosh/service-provider-core 0.0.0-dev.13 → 0.0.0-dev.14

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.
@@ -3,9 +3,7 @@ import Closable from './closable';
3
3
  import Readable from './readable';
4
4
  import Writable from './writable';
5
5
  import type { bson as BSON } from './index';
6
- import { Document } from 'bson';
7
6
  export default interface ServiceProvider extends Readable, Writable, Closable, Admin {
8
- getConnectionInfo(): Promise<Document>;
9
7
  }
10
8
  export declare class ServiceProviderCore {
11
9
  bsonLibrary: typeof BSON;
@@ -1 +1 @@
1
- {"version":3,"file":"service-provider.js","sourceRoot":"","sources":["../src/service-provider.ts"],"names":[],"mappings":";;;;;;AAAA,+CAA0D;AAG1D,sEAAiD;AAmBjD,MAAa,mBAAmB;IAE5B,YAAY,WAAyB;QACjC,IAAI,WAAW,KAAK,SAAS,EAAE;YAC3B,MAAM,IAAI,6BAAoB,CAAC,4BAA4B,CAAC,CAAC;SAChE;QACD,IAAA,wBAAiB,EAAC,WAAW,CAAC,CAAC;QAC/B,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACnC,CAAC;CACJ;AATD,kDASC"}
1
+ {"version":3,"file":"service-provider.js","sourceRoot":"","sources":["../src/service-provider.ts"],"names":[],"mappings":";;;;;;AAAA,+CAA0D;AAG1D,sEAAiD;AAUjD,MAAa,mBAAmB;IAE9B,YAAY,WAAyB;QACnC,IAAI,WAAW,KAAK,SAAS,EAAE;YAC7B,MAAM,IAAI,6BAAoB,CAAC,4BAA4B,CAAC,CAAC;SAC9D;QACD,IAAA,wBAAiB,EAAC,WAAW,CAAC,CAAC;QAC/B,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACjC,CAAC;CACF;AATD,kDASC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qp-mongosh/service-provider-core",
3
- "version": "0.0.0-dev.13",
3
+ "version": "0.0.0-dev.14",
4
4
  "description": "MongoDB Shell Core Service Provider Package",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -30,10 +30,10 @@
30
30
  "unitTestsOnly": true
31
31
  },
32
32
  "dependencies": {
33
- "@qp-mongosh/errors": "0.0.0-dev.13",
34
- "@qp-mongosh/i18n": "0.0.0-dev.13",
33
+ "@qp-mongosh/errors": "0.0.0-dev.14",
34
+ "@qp-mongosh/i18n": "0.0.0-dev.14",
35
35
  "bson": "^4.6.1",
36
- "qp-mongodb": "0.0.0-dev.13",
36
+ "qp-mongodb": "0.0.0-dev.14",
37
37
  "mongodb-build-info": "^1.2.0",
38
38
  "mongodb-connection-string-url": "^2.3.2"
39
39
  },