cassproject 1.5.35 → 1.5.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cassproject",
3
- "version": "1.5.35",
3
+ "version": "1.5.36",
4
4
  "description": "Competency and Skills Service",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,7 +11,7 @@ module.exports = class EcCrypto {
11
11
  * @type boolean
12
12
  */
13
13
  static caching = false;
14
- static testMode = true;
14
+ static testMode = false;
15
15
  static deprecationNotice = false;
16
16
  static decryptionCache = {};
17
17
  static md5Cache = {};