@ngxs/logger-plugin 20.1.0 → 21.0.0-dev.master-6ca4440
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.
|
@@ -130,10 +130,10 @@ class NgxsLoggerPlugin {
|
|
|
130
130
|
const allowLogging = runInInjectionContext(this._injector, () => this._options.filter(event, state));
|
|
131
131
|
return !allowLogging;
|
|
132
132
|
}
|
|
133
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
134
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
133
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: NgxsLoggerPlugin, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
134
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: NgxsLoggerPlugin });
|
|
135
135
|
}
|
|
136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: NgxsLoggerPlugin, decorators: [{
|
|
137
137
|
type: Injectable
|
|
138
138
|
}] });
|
|
139
139
|
|
|
@@ -168,11 +168,11 @@ class NgxsLoggerPluginModule {
|
|
|
168
168
|
]
|
|
169
169
|
};
|
|
170
170
|
}
|
|
171
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
172
|
-
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
173
|
-
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
171
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: NgxsLoggerPluginModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
172
|
+
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.2", ngImport: i0, type: NgxsLoggerPluginModule });
|
|
173
|
+
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: NgxsLoggerPluginModule });
|
|
174
174
|
}
|
|
175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: NgxsLoggerPluginModule, decorators: [{
|
|
176
176
|
type: NgModule
|
|
177
177
|
}] });
|
|
178
178
|
function withNgxsLoggerPlugin(options) {
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ngxs/logger-plugin",
|
|
3
3
|
"description": "logger plugin for @ngxs/store",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "21.0.0-dev.master-6ca4440",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"peerDependencies": {
|
|
7
|
-
"@
|
|
8
|
-
"@
|
|
7
|
+
"@angular/core": ">=21.0.0 <22.0.0",
|
|
8
|
+
"@ngxs/store": "^21.0.0 || ^21.0.0-dev",
|
|
9
9
|
"rxjs": ">=7.0.0"
|
|
10
10
|
},
|
|
11
11
|
"module": "fesm2022/ngxs-logger-plugin.mjs",
|
|
@@ -66,4 +66,4 @@
|
|
|
66
66
|
"type": "opencollective",
|
|
67
67
|
"url": "https://opencollective.com/ngxs"
|
|
68
68
|
}
|
|
69
|
-
}
|
|
69
|
+
}
|