@politie/sherlock-rxjs 3.3.7 → 3.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@politie/sherlock-rxjs",
3
- "version": "3.3.7",
3
+ "version": "3.4.0",
4
4
  "description": "An extension to Sherlock that provides interop with RxJS.",
5
5
  "main": "sherlock-rxjs.cjs.js",
6
6
  "module": "sherlock-rxjs.esm.js",
@@ -38,7 +38,7 @@
38
38
  "tslib": "^2.2.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "@politie/sherlock": "3.3.7",
41
+ "@politie/sherlock": "3.4.0",
42
42
  "rxjs": "^5.4.0 || ^6.0.0"
43
43
  }
44
44
  }
@@ -2,7 +2,7 @@
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@politie/sherlock'), require('rxjs')) :
3
3
  typeof define === 'function' && define.amd ? define(['exports', '@politie/sherlock', 'rxjs'], factory) :
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.SherlockRxjs = {}, global.Sherlock, global.Rx));
5
- }(this, (function (exports, sherlock, rxjs) { 'use strict';
5
+ })(this, (function (exports, sherlock, rxjs) { 'use strict';
6
6
 
7
7
  /**
8
8
  * Creates an RxJS Observable from a Derivable. Optionally accepts a `ReactorOptions` that governs RxJS emissions
@@ -37,5 +37,5 @@
37
37
 
38
38
  Object.defineProperty(exports, '__esModule', { value: true });
39
39
 
40
- })));
40
+ }));
41
41
  //# sourceMappingURL=sherlock-rxjs.umd.js.map