@donmahallem/rxjs-zone 0.3.4 → 0.3.5

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: Thu Jan 06 2022 21:37:23 GMT+0100 (Central European Standard Time)
74
+ // BUILD: Fri Jan 07 2022 14:00:50 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: Thu Jan 06 2022 21:37:23 GMT+0100 (Central European Standard Time)
69
+ // BUILD: Fri Jan 07 2022 14:00:50 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.4",
3
+ "version": "0.3.5",
4
4
  "description": "Helper for handling zone.js with rxjs",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -58,11 +58,11 @@
58
58
  },
59
59
  "devDependencies": {
60
60
  "@angular/core": "13.1.1",
61
- "rxjs": "7.4.0"
61
+ "rxjs": "7.5.1"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@angular/core": "<14.0.0",
65
65
  "rxjs": "<8.0.0"
66
66
  },
67
- "gitHead": "b2ffae0ce1f34de0c405b8c4a6509360b015b491"
67
+ "gitHead": "72ace45a2e607c406a7a32d9e6e75852dee70db3"
68
68
  }