@ngxs/logger-plugin 19.0.0-dev.master-f0409e4 → 19.0.0-dev.master-6b0346e
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/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -33,4 +33,5 @@ declare class NgxsLoggerPlugin implements NgxsPlugin {
|
|
|
33
33
|
static ɵprov: i0.ɵɵInjectableDeclaration<NgxsLoggerPlugin>;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
export { NGXS_LOGGER_PLUGIN_OPTIONS, NgxsLoggerPlugin, NgxsLoggerPluginModule,
|
|
36
|
+
export { NGXS_LOGGER_PLUGIN_OPTIONS, NgxsLoggerPlugin, NgxsLoggerPluginModule, withNgxsLoggerPlugin };
|
|
37
|
+
export type { NgxsLoggerPluginOptions };
|
package/package.json
CHANGED