@resolveio/server-lib 4.3.0 → 4.3.1

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.
@@ -251,7 +251,7 @@ function loadCollectionMethods(methodManager) {
251
251
  }
252
252
  }
253
253
  else {
254
- reject(errDoc);
254
+ reject('No Document');
255
255
  }
256
256
  });
257
257
  });
@@ -397,7 +397,7 @@ function loadCollectionMethods(methodManager) {
397
397
  }
398
398
  }
399
399
  else {
400
- reject(errDoc);
400
+ reject('No Document');
401
401
  }
402
402
  });
403
403
  });
@@ -523,7 +523,7 @@ function loadCollectionMethods(methodManager) {
523
523
  }
524
524
  }
525
525
  else {
526
- reject(errDoc);
526
+ reject('No Document');
527
527
  }
528
528
  });
529
529
  });
@@ -666,7 +666,7 @@ function loadCollectionMethods(methodManager) {
666
666
  }
667
667
  }
668
668
  else {
669
- reject(errDoc);
669
+ reject('No Document');
670
670
  }
671
671
  });
672
672
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -244,7 +244,7 @@ function loadSupportCollectionMethods(supportManager) {
244
244
  }
245
245
  }
246
246
  else {
247
- reject(errDoc);
247
+ reject('No Document');
248
248
  }
249
249
  });
250
250
  });
@@ -387,7 +387,7 @@ function loadSupportCollectionMethods(supportManager) {
387
387
  }
388
388
  }
389
389
  else {
390
- reject(errDoc);
390
+ reject('No Document');
391
391
  }
392
392
  });
393
393
  });