@donmahallem/rxjs-zone 0.3.4 → 0.3.8

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: Tue Feb 22 2022 16:53:17 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: Tue Feb 22 2022 16:53:17 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.8",
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.1",
61
- "rxjs": "7.4.0"
60
+ "@angular/core": "13.2.3",
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": "62e4d1beceb37a1ddcabeab2f2ad02388984ed2f"
68
68
  }
@@ -1,3 +0,0 @@
1
- export { runInsideZone } from './run-inside-zone';
2
- export { runOutsideZone } from './run-outside-zone';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1,2 +0,0 @@
1
- import 'mocha';
2
- //# sourceMappingURL=index.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.spec.d.ts","sourceRoot":"","sources":["../src/index.spec.ts"],"names":[],"mappings":"AAMA,OAAO,OAAO,CAAC"}
@@ -1,4 +0,0 @@
1
- import { NgZone } from '@angular/core';
2
- import { MonoTypeOperatorFunction } from 'rxjs';
3
- export declare const runInsideZone: <T>(zone: NgZone) => MonoTypeOperatorFunction<T>;
4
- //# sourceMappingURL=run-inside-zone.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"run-inside-zone.d.ts","sourceRoot":"","sources":["../src/run-inside-zone.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,wBAAwB,EAAwC,MAAM,MAAM,CAAC;AAEtF,eAAO,MAAM,aAAa,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,KAAK,wBAAwB,CAAC,CAAC,CAuBlE,CAAC"}
@@ -1,4 +0,0 @@
1
- import { NgZone } from '@angular/core';
2
- import { MonoTypeOperatorFunction } from 'rxjs';
3
- export declare const runOutsideZone: <T>(zone: NgZone) => MonoTypeOperatorFunction<T>;
4
- //# sourceMappingURL=run-outside-zone.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"run-outside-zone.d.ts","sourceRoot":"","sources":["../src/run-outside-zone.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,wBAAwB,EAAwC,MAAM,MAAM,CAAC;AAEtF,eAAO,MAAM,cAAc,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,KAAK,wBAAwB,CAAC,CAAC,CAuBnE,CAAC"}
@@ -1,3 +0,0 @@
1
- export { runInsideZone } from './run-inside-zone';
2
- export { runOutsideZone } from './run-outside-zone';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1,2 +0,0 @@
1
- import 'mocha';
2
- //# sourceMappingURL=index.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.spec.d.ts","sourceRoot":"","sources":["../src/index.spec.ts"],"names":[],"mappings":"AAMA,OAAO,OAAO,CAAC"}
@@ -1,4 +0,0 @@
1
- import { NgZone } from '@angular/core';
2
- import { MonoTypeOperatorFunction } from 'rxjs';
3
- export declare const runInsideZone: <T>(zone: NgZone) => MonoTypeOperatorFunction<T>;
4
- //# sourceMappingURL=run-inside-zone.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"run-inside-zone.d.ts","sourceRoot":"","sources":["../src/run-inside-zone.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,wBAAwB,EAAwC,MAAM,MAAM,CAAC;AAEtF,eAAO,MAAM,aAAa,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,KAAK,wBAAwB,CAAC,CAAC,CAuBlE,CAAC"}
@@ -1,4 +0,0 @@
1
- import { NgZone } from '@angular/core';
2
- import { MonoTypeOperatorFunction } from 'rxjs';
3
- export declare const runOutsideZone: <T>(zone: NgZone) => MonoTypeOperatorFunction<T>;
4
- //# sourceMappingURL=run-outside-zone.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"run-outside-zone.d.ts","sourceRoot":"","sources":["../src/run-outside-zone.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,wBAAwB,EAAwC,MAAM,MAAM,CAAC;AAEtF,eAAO,MAAM,cAAc,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,KAAK,wBAAwB,CAAC,CAAC,CAuBnE,CAAC"}