@itentialopensource/adapter-utils 5.10.1 → 5.10.4

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/lib/throttle.js CHANGED
@@ -647,14 +647,15 @@ class SystemXThrottle {
647
647
  const dbName = prongo.properties.db;
648
648
 
649
649
  // define some local variables to help in validating the properties.json file
650
+ const pronghorn = 'pronghorn';
650
651
  let sslEnabled = false;
651
652
  let sslValidate = false;
652
653
  let sslCheckServerIdentity = false;
653
654
  let sslCA = null;
654
655
  let replSetEnabled = false;
655
656
  let dbAuthEnabled = false;
656
- let dbUsername = 'pronghorn';
657
- let dbPassword = 'pronghorn';
657
+ let dbUsername = pronghorn;
658
+ let dbPassword = pronghorn;
658
659
 
659
660
  /*
660
661
  * this first section is configuration mapping
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-utils",
3
- "version": "5.10.1",
3
+ "version": "5.10.4",
4
4
  "description": "Itential Adapter Utility Libraries",
5
5
  "scripts": {
6
6
  "postinstall": "node utils/setup.js",
Binary file