@donmahallem/rxjs-zone 0.3.3 → 0.3.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/dist/cjs/index.js CHANGED
@@ -71,6 +71,6 @@ function runOutsideZone(zone) {
71
71
 
72
72
  exports.runInsideZone = runInsideZone;
73
73
  exports.runOutsideZone = runOutsideZone;
74
- // BUILD: Mon Jan 03 2022 15:03:29 GMT+0100 (Central European Standard Time)
74
+ // BUILD: Thu Jan 06 2022 21:37:23 GMT+0100 (Central European Standard Time)
75
75
 
76
76
  //# sourceMappingURL=index.js.map
package/dist/esm/index.js CHANGED
@@ -66,6 +66,6 @@ function runOutsideZone(zone) {
66
66
  }
67
67
 
68
68
  export { runInsideZone, runOutsideZone };
69
- // BUILD: Mon Jan 03 2022 15:03:29 GMT+0100 (Central European Standard Time)
69
+ // BUILD: Thu Jan 06 2022 21:37:23 GMT+0100 (Central European Standard Time)
70
70
 
71
71
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donmahallem/rxjs-zone",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
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": "565f053c83362152c3b55c270efee1088e6aae47"
67
+ "gitHead": "b2ffae0ce1f34de0c405b8c4a6509360b015b491"
68
68
  }