@donmahallem/rxjs-zone 0.3.6 → 0.3.7

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: Sat Jan 15 2022 00:41:30 GMT+0100 (Central European Standard Time)
74
+ // BUILD: Sun Feb 06 2022 11:26:46 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: Sat Jan 15 2022 00:41:30 GMT+0100 (Central European Standard Time)
69
+ // BUILD: Sun Feb 06 2022 11:26:46 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.6",
3
+ "version": "0.3.7",
4
4
  "description": "Helper for handling zone.js with rxjs",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -57,12 +57,12 @@
57
57
  "access": "public"
58
58
  },
59
59
  "devDependencies": {
60
- "@angular/core": "13.1.2",
60
+ "@angular/core": "13.2.1",
61
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": "39e585c68cff379027d5c815492b711f4807f286"
67
+ "gitHead": "412e9dbe12ed9e22062db814fa3a4297cb3f6c12"
68
68
  }