@okf/ootils 1.4.6 → 1.5.0

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/dist/node.js CHANGED
@@ -377,7 +377,8 @@ var require_MongoConnector = __commonJS({
377
377
  version: ServerApiVersion.v1
378
378
  },
379
379
  maxPoolSize: 40,
380
- minPoolSize: 5
380
+ minPoolSize: 5,
381
+ bufferCommands: false
381
382
  };
382
383
  _MongoConnector.instance = this;
383
384
  if (!this.env) {
package/dist/node.mjs CHANGED
@@ -382,7 +382,8 @@ var require_MongoConnector = __commonJS({
382
382
  version: ServerApiVersion.v1
383
383
  },
384
384
  maxPoolSize: 40,
385
- minPoolSize: 5
385
+ minPoolSize: 5,
386
+ bufferCommands: false
386
387
  };
387
388
  _MongoConnector.instance = this;
388
389
  if (!this.env) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.4.6",
6
+ "version": "1.5.0",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",