@donmahallem/rxjs-zone 0.2.13 → 0.2.14

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/cjs/index.js CHANGED
@@ -55,6 +55,6 @@ const runOutsideZone = (zone) => (source) => new rxjs.Observable((observer) => s
55
55
 
56
56
  exports.runInsideZone = runInsideZone;
57
57
  exports.runOutsideZone = runOutsideZone;
58
- // BUILD: Sat Nov 20 2021 17:03:21 GMT+0100 (Central European Standard Time)
58
+ // BUILD: Mon Nov 22 2021 01:59:49 GMT+0100 (Central European Standard Time)
59
59
 
60
60
  //# sourceMappingURL=index.js.map
package/dist/esm/index.js CHANGED
@@ -50,6 +50,6 @@ const runOutsideZone = (zone) => (source) => new Observable((observer) => source
50
50
  }));
51
51
 
52
52
  export { runInsideZone, runOutsideZone };
53
- // BUILD: Sat Nov 20 2021 17:03:21 GMT+0100 (Central European Standard Time)
53
+ // BUILD: Mon Nov 22 2021 01:59:49 GMT+0100 (Central European Standard Time)
54
54
 
55
55
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donmahallem/rxjs-zone",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "Helper for handling zone.js with rxjs",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -64,5 +64,5 @@
64
64
  "@angular/core": "<14.0.0",
65
65
  "rxjs": "<8.0.0"
66
66
  },
67
- "gitHead": "b8d098e80592c3c842fd2c1437a3ba2bcd7b40d6"
67
+ "gitHead": "ad119be1f9a7ea42a220a2ff224d16cae5f1ab85"
68
68
  }