@donmahallem/rxjs-zone 0.2.14 → 0.3.0

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: Mon Nov 22 2021 01:59:49 GMT+0100 (Central European Standard Time)
58
+ // BUILD: Thu Dec 09 2021 18:43:40 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: Mon Nov 22 2021 01:59:49 GMT+0100 (Central European Standard Time)
53
+ // BUILD: Thu Dec 09 2021 18:43:40 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.14",
3
+ "version": "0.3.0",
4
4
  "description": "Helper for handling zone.js with rxjs",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -42,7 +42,7 @@
42
42
  "url": "https://github.com/donmahallem/js-libs.git"
43
43
  },
44
44
  "engines": {
45
- "node": "^12 || ^14 || ^16 || ^17"
45
+ "node": ">=14"
46
46
  },
47
47
  "exports": {
48
48
  "import": "./dist/esm/index.js",
@@ -57,12 +57,12 @@
57
57
  "access": "public"
58
58
  },
59
59
  "devDependencies": {
60
- "@angular/core": "13.0.2",
60
+ "@angular/core": "13.0.3",
61
61
  "rxjs": "7.4.0"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@angular/core": "<14.0.0",
65
65
  "rxjs": "<8.0.0"
66
66
  },
67
- "gitHead": "ad119be1f9a7ea42a220a2ff224d16cae5f1ab85"
67
+ "gitHead": "8b4224c36497bd7ed1422d1299235910d040070e"
68
68
  }