@donmahallem/rxjs-zone 0.2.12 → 0.2.13
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 +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +3 -3
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:
|
|
58
|
+
// BUILD: Sat Nov 20 2021 17:03:21 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:
|
|
53
|
+
// BUILD: Sat Nov 20 2021 17:03:21 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.
|
|
3
|
+
"version": "0.2.13",
|
|
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.0.
|
|
60
|
+
"@angular/core": "13.0.2",
|
|
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": "
|
|
67
|
+
"gitHead": "b8d098e80592c3c842fd2c1437a3ba2bcd7b40d6"
|
|
68
68
|
}
|