@donmahallem/rxjs-zone 0.3.14 → 0.3.15

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 Mar 07 2022 11:19:34 GMT+0000 (Coordinated Universal Time)
74
+ // BUILD: Thu Mar 10 2022 06:20:04 GMT+0000 (Coordinated Universal 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 Mar 07 2022 11:19:34 GMT+0000 (Coordinated Universal Time)
69
+ // BUILD: Thu Mar 10 2022 06:20:04 GMT+0000 (Coordinated Universal 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.14",
3
+ "version": "0.3.15",
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.2.5",
60
+ "@angular/core": "13.2.6",
61
61
  "rxjs": "7.5.4"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@angular/core": "<14.0.0",
65
65
  "rxjs": "<8.0.0"
66
66
  },
67
- "gitHead": "547644de510f2ac4706d6f65ed3a0d6178319c55"
67
+ "gitHead": "cf824ab27f185359bcdc637dd0f47718438e285d"
68
68
  }