@ngrx/store-devtools
Advanced tools
Comparing version 14.2.0 to 14.3.0
{ | ||
"name": "@ngrx/store-devtools", | ||
"version": "14.2.0", | ||
"version": "14.3.0", | ||
"description": "Developer tools for @ngrx/store", | ||
@@ -23,3 +23,3 @@ "repository": { | ||
"peerDependencies": { | ||
"@ngrx/store": "14.2.0", | ||
"@ngrx/store": "14.3.0", | ||
"rxjs": "^6.5.3 || ^7.5.0" | ||
@@ -26,0 +26,0 @@ }, |
"use strict"; | ||
exports.__esModule = true; | ||
exports.platformVersion = void 0; | ||
exports.platformVersion = '^14.2.0'; | ||
exports.platformVersion = '^14.3.0'; | ||
//# sourceMappingURL=libs-version.js.map |
@@ -6,1 +6,2 @@ export { StoreDevtoolsModule } from './instrument'; | ||
export { StoreDevtoolsConfig, StoreDevtoolsOptions, DevToolsFeatureOptions, INITIAL_OPTIONS, } from './config'; | ||
export { provideStoreDevtools } from './provide-store-devtools'; |
@@ -1,10 +0,6 @@ | ||
import { InjectionToken, ModuleWithProviders } from '@angular/core'; | ||
import { ModuleWithProviders } from '@angular/core'; | ||
import { Observable } from 'rxjs'; | ||
import { StoreDevtoolsConfig, StoreDevtoolsOptions } from './config'; | ||
import { StoreDevtoolsOptions } from './config'; | ||
import { StoreDevtools } from './devtools'; | ||
import { ReduxDevtoolsExtension } from './extension'; | ||
import * as i0 from "@angular/core"; | ||
export declare const IS_EXTENSION_OR_MONITOR_PRESENT: InjectionToken<boolean>; | ||
export declare function createIsExtensionOrMonitorPresent(extension: ReduxDevtoolsExtension | null, config: StoreDevtoolsConfig): boolean; | ||
export declare function createReduxDevtoolsExtension(): any; | ||
export declare function createStateObservable(devtools: StoreDevtools): Observable<any>; | ||
@@ -11,0 +7,0 @@ export declare class StoreDevtoolsModule { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
628042
70
5465