From c79261b20596b62e9f09ed1d7e21d70fe361833b Mon Sep 17 00:00:00 2001 From: Seth Davenport Date: Fri, 9 Jun 2017 12:11:23 -0400 Subject: [PATCH] 6.4.5 Release Prep (#424) --- CHANGELOG.md | 8 + docs/assets/js/search.js | 2 +- docs/classes/devtoolsextension.html | 6 +- docs/classes/mockdevtoolsextension.html | 6 +- docs/classes/mockngredux.html | 392 +++++++---------- docs/classes/ngredux.html | 538 +++++++++++++----------- docs/classes/ngreduxmodule.html | 2 +- docs/classes/ngreduxtestingmodule.html | 2 +- docs/globals.html | 22 +- docs/index.html | 22 +- docs/interfaces/observablestore.html | 6 +- package.json | 4 +- src/components/root-store.ts | 2 +- yarn.lock | 6 +- 14 files changed, 488 insertions(+), 530 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c5ba0..e636389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 6.4.5 + +* Fix a boundary condition where `MockNgRedux` could get instantiated +twice under certain conditions. +* Adjust exposed interfaces of `MockNgRedux` and `NgRedux` to make them +structurally compatible (both assignable to the `NgRedux` type) (issue #419) +* Update to TypeScript 2.3.4 + # 6.4.4 * Improve packaging of `testing` submodule for people working in strict mode (thanks @ialibhay)! diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js index 9161404..c85a276 100644 --- a/docs/assets/js/search.js +++ b/docs/assets/js/search.js @@ -1,3 +1,3 @@ var typedoc = typedoc || {}; typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"64":"Function","128":"Class","256":"Interface","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias"},"rows":[{"id":0,"kind":4194304,"name":"PropertySelector","url":"globals.html#propertyselector","classes":"tsd-kind-type-alias"},{"id":1,"kind":4194304,"name":"PathSelector","url":"globals.html#pathselector","classes":"tsd-kind-type-alias"},{"id":2,"kind":4194304,"name":"FunctionSelector","url":"globals.html#functionselector","classes":"tsd-kind-type-alias"},{"id":3,"kind":65536,"name":"__type","url":"globals.html#functionselector.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"FunctionSelector"},{"id":4,"kind":4194304,"name":"Selector","url":"globals.html#selector","classes":"tsd-kind-type-alias"},{"id":5,"kind":256,"name":"ObservableStore","url":"interfaces/observablestore.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":6,"kind":1024,"name":"select","url":"interfaces/observablestore.html#select","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObservableStore"},{"id":7,"kind":65536,"name":"__type","url":"interfaces/observablestore.html#select.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-has-type-parameter tsd-is-not-exported","parent":"ObservableStore.select"},{"id":8,"kind":1024,"name":"configureSubStore","url":"interfaces/observablestore.html#configuresubstore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObservableStore"},{"id":9,"kind":65536,"name":"__type","url":"interfaces/observablestore.html#configuresubstore.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-has-type-parameter tsd-is-not-exported","parent":"ObservableStore.configureSubStore"},{"id":10,"kind":1024,"name":"dispatch","url":"interfaces/observablestore.html#dispatch","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ObservableStore"},{"id":11,"kind":2048,"name":"getState","url":"interfaces/observablestore.html#getstate","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ObservableStore"},{"id":12,"kind":2048,"name":"subscribe","url":"interfaces/observablestore.html#subscribe","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ObservableStore"},{"id":13,"kind":2048,"name":"replaceReducer","url":"interfaces/observablestore.html#replacereducer","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ObservableStore"},{"id":14,"kind":4194304,"name":"Comparator","url":"globals.html#comparator","classes":"tsd-kind-type-alias"},{"id":15,"kind":65536,"name":"__type","url":"globals.html#comparator.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"Comparator"},{"id":16,"kind":128,"name":"NgRedux","url":"classes/ngredux.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":17,"kind":2048,"name":"configureStore","url":"classes/ngredux.html#configurestore","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NgRedux"},{"id":18,"kind":2048,"name":"provideStore","url":"classes/ngredux.html#providestore","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NgRedux"},{"id":19,"kind":2048,"name":"getState","url":"classes/ngredux.html#getstate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NgRedux"},{"id":20,"kind":2048,"name":"subscribe","url":"classes/ngredux.html#subscribe","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NgRedux"},{"id":21,"kind":2048,"name":"replaceReducer","url":"classes/ngredux.html#replacereducer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NgRedux"},{"id":22,"kind":2048,"name":"dispatch","url":"classes/ngredux.html#dispatch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"NgRedux"},{"id":23,"kind":2048,"name":"select","url":"classes/ngredux.html#select","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"NgRedux"},{"id":24,"kind":2048,"name":"configureSubStore","url":"classes/ngredux.html#configuresubstore","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"NgRedux"},{"id":25,"kind":128,"name":"DevToolsExtension","url":"classes/devtoolsextension.html","classes":"tsd-kind-class"},{"id":26,"kind":2048,"name":"enhancer","url":"classes/devtoolsextension.html#enhancer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DevToolsExtension"},{"id":27,"kind":2048,"name":"isEnabled","url":"classes/devtoolsextension.html#isenabled","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DevToolsExtension"},{"id":28,"kind":64,"name":"select","url":"globals.html#select","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":29,"kind":4194304,"name":"Transformer","url":"globals.html#transformer","classes":"tsd-kind-type-alias"},{"id":30,"kind":65536,"name":"__type","url":"globals.html#transformer.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"Transformer"},{"id":31,"kind":64,"name":"select$","url":"globals.html#select_","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":32,"kind":64,"name":"dispatch","url":"globals.html#dispatch","classes":"tsd-kind-function"},{"id":33,"kind":128,"name":"NgReduxModule","url":"classes/ngreduxmodule.html","classes":"tsd-kind-class"},{"id":34,"kind":128,"name":"MockDevToolsExtension","url":"classes/mockdevtoolsextension.html","classes":"tsd-kind-class"},{"id":35,"kind":1024,"name":"enhancer","url":"classes/mockdevtoolsextension.html#enhancer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"MockDevToolsExtension"},{"id":36,"kind":65536,"name":"__type","url":"classes/mockdevtoolsextension.html#enhancer.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"MockDevToolsExtension.enhancer"},{"id":37,"kind":1024,"name":"isEnabled","url":"classes/mockdevtoolsextension.html#isenabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"MockDevToolsExtension"},{"id":38,"kind":65536,"name":"__type","url":"classes/mockdevtoolsextension.html#isenabled.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"MockDevToolsExtension.isEnabled"},{"id":39,"kind":128,"name":"MockNgRedux","url":"classes/mockngredux.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":40,"kind":1024,"name":"mockInstance","url":"classes/mockngredux.html#mockinstance","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"MockNgRedux"},{"id":41,"kind":2048,"name":"getSelectorStub","url":"classes/mockngredux.html#getselectorstub-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"MockNgRedux"},{"id":42,"kind":2048,"name":"getSubStore","url":"classes/mockngredux.html#getsubstore-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"MockNgRedux"},{"id":43,"kind":2048,"name":"reset","url":"classes/mockngredux.html#reset-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"MockNgRedux"},{"id":44,"kind":1024,"name":"selections","url":"classes/mockngredux.html#selections","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"MockNgRedux"},{"id":45,"kind":1024,"name":"subStores","url":"classes/mockngredux.html#substores","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"MockNgRedux"},{"id":46,"kind":2048,"name":"getSelectorStub","url":"classes/mockngredux.html#getselectorstub","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"MockNgRedux"},{"id":47,"kind":2048,"name":"reset","url":"classes/mockngredux.html#reset","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MockNgRedux"},{"id":48,"kind":2048,"name":"dispatch","url":"classes/mockngredux.html#dispatch","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MockNgRedux"},{"id":49,"kind":2048,"name":"replaceReducer","url":"classes/mockngredux.html#replacereducer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MockNgRedux"},{"id":50,"kind":2048,"name":"getState","url":"classes/mockngredux.html#getstate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MockNgRedux"},{"id":51,"kind":2048,"name":"subscribe","url":"classes/mockngredux.html#subscribe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"MockNgRedux"},{"id":52,"kind":2048,"name":"select","url":"classes/mockngredux.html#select","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"MockNgRedux"},{"id":53,"kind":2048,"name":"configureSubStore","url":"classes/mockngredux.html#configuresubstore","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"MockNgRedux"},{"id":54,"kind":2048,"name":"getSubStore","url":"classes/mockngredux.html#getsubstore","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"MockNgRedux"},{"id":55,"kind":128,"name":"NgReduxTestingModule","url":"classes/ngreduxtestingmodule.html","classes":"tsd-kind-class"}]}; \ No newline at end of file + typedoc.search.data = {"kinds":{"64":"Function","128":"Class","256":"Interface","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias"},"rows":[{"id":0,"kind":4194304,"name":"Comparator","url":"globals.html#comparator","classes":"tsd-kind-type-alias"},{"id":1,"kind":65536,"name":"__type","url":"globals.html#comparator.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"Comparator"},{"id":2,"kind":4194304,"name":"Transformer","url":"globals.html#transformer","classes":"tsd-kind-type-alias"},{"id":3,"kind":65536,"name":"__type","url":"globals.html#transformer.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"Transformer"},{"id":4,"kind":4194304,"name":"PropertySelector","url":"globals.html#propertyselector","classes":"tsd-kind-type-alias"},{"id":5,"kind":4194304,"name":"PathSelector","url":"globals.html#pathselector","classes":"tsd-kind-type-alias"},{"id":6,"kind":4194304,"name":"FunctionSelector","url":"globals.html#functionselector","classes":"tsd-kind-type-alias"},{"id":7,"kind":65536,"name":"__type","url":"globals.html#functionselector.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"FunctionSelector"},{"id":8,"kind":4194304,"name":"Selector","url":"globals.html#selector","classes":"tsd-kind-type-alias"},{"id":9,"kind":256,"name":"ObservableStore","url":"interfaces/observablestore.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":10,"kind":1024,"name":"select","url":"interfaces/observablestore.html#select","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObservableStore"},{"id":11,"kind":65536,"name":"__type","url":"interfaces/observablestore.html#select.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-has-type-parameter tsd-is-not-exported","parent":"ObservableStore.select"},{"id":12,"kind":1024,"name":"configureSubStore","url":"interfaces/observablestore.html#configuresubstore","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ObservableStore"},{"id":13,"kind":65536,"name":"__type","url":"interfaces/observablestore.html#configuresubstore.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-has-type-parameter tsd-is-not-exported","parent":"ObservableStore.configureSubStore"},{"id":14,"kind":1024,"name":"dispatch","url":"interfaces/observablestore.html#dispatch","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ObservableStore"},{"id":15,"kind":2048,"name":"getState","url":"interfaces/observablestore.html#getstate","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ObservableStore"},{"id":16,"kind":2048,"name":"subscribe","url":"interfaces/observablestore.html#subscribe","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ObservableStore"},{"id":17,"kind":2048,"name":"replaceReducer","url":"interfaces/observablestore.html#replacereducer","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"ObservableStore"},{"id":18,"kind":128,"name":"NgRedux","url":"classes/ngredux.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":19,"kind":1024,"name":"configureStore","url":"classes/ngredux.html#configurestore","classes":"tsd-kind-property tsd-parent-kind-class","parent":"NgRedux"},{"id":20,"kind":65536,"name":"__type","url":"classes/ngredux.html#configurestore.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"NgRedux.configureStore"},{"id":21,"kind":1024,"name":"provideStore","url":"classes/ngredux.html#providestore","classes":"tsd-kind-property tsd-parent-kind-class","parent":"NgRedux"},{"id":22,"kind":65536,"name":"__type","url":"classes/ngredux.html#providestore.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"NgRedux.provideStore"},{"id":23,"kind":1024,"name":"dispatch","url":"classes/ngredux.html#dispatch","classes":"tsd-kind-property tsd-parent-kind-class","parent":"NgRedux"},{"id":24,"kind":1024,"name":"getState","url":"classes/ngredux.html#getstate","classes":"tsd-kind-property tsd-parent-kind-class","parent":"NgRedux"},{"id":25,"kind":65536,"name":"__type","url":"classes/ngredux.html#getstate.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"NgRedux.getState"},{"id":26,"kind":1024,"name":"subscribe","url":"classes/ngredux.html#subscribe","classes":"tsd-kind-property tsd-parent-kind-class","parent":"NgRedux"},{"id":27,"kind":65536,"name":"__type","url":"classes/ngredux.html#subscribe.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"NgRedux.subscribe"},{"id":28,"kind":1024,"name":"replaceReducer","url":"classes/ngredux.html#replacereducer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"NgRedux"},{"id":29,"kind":65536,"name":"__type","url":"classes/ngredux.html#replacereducer.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"NgRedux.replaceReducer"},{"id":30,"kind":1024,"name":"select","url":"classes/ngredux.html#select","classes":"tsd-kind-property tsd-parent-kind-class","parent":"NgRedux"},{"id":31,"kind":65536,"name":"__type","url":"classes/ngredux.html#select.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-has-type-parameter tsd-is-not-exported","parent":"NgRedux.select"},{"id":32,"kind":1024,"name":"configureSubStore","url":"classes/ngredux.html#configuresubstore","classes":"tsd-kind-property tsd-parent-kind-class","parent":"NgRedux"},{"id":33,"kind":65536,"name":"__type","url":"classes/ngredux.html#configuresubstore.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-has-type-parameter tsd-is-not-exported","parent":"NgRedux.configureSubStore"},{"id":34,"kind":128,"name":"DevToolsExtension","url":"classes/devtoolsextension.html","classes":"tsd-kind-class"},{"id":35,"kind":2048,"name":"enhancer","url":"classes/devtoolsextension.html#enhancer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DevToolsExtension"},{"id":36,"kind":2048,"name":"isEnabled","url":"classes/devtoolsextension.html#isenabled","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DevToolsExtension"},{"id":37,"kind":64,"name":"select","url":"globals.html#select","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":38,"kind":64,"name":"select$","url":"globals.html#select_","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":39,"kind":64,"name":"dispatch","url":"globals.html#dispatch","classes":"tsd-kind-function"},{"id":40,"kind":128,"name":"NgReduxModule","url":"classes/ngreduxmodule.html","classes":"tsd-kind-class"},{"id":41,"kind":128,"name":"MockDevToolsExtension","url":"classes/mockdevtoolsextension.html","classes":"tsd-kind-class"},{"id":42,"kind":1024,"name":"enhancer","url":"classes/mockdevtoolsextension.html#enhancer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"MockDevToolsExtension"},{"id":43,"kind":65536,"name":"__type","url":"classes/mockdevtoolsextension.html#enhancer.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"MockDevToolsExtension.enhancer"},{"id":44,"kind":1024,"name":"isEnabled","url":"classes/mockdevtoolsextension.html#isenabled","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"MockDevToolsExtension"},{"id":45,"kind":65536,"name":"__type","url":"classes/mockdevtoolsextension.html#isenabled.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"MockDevToolsExtension.isEnabled"},{"id":46,"kind":128,"name":"MockNgRedux","url":"classes/mockngredux.html","classes":"tsd-kind-class"},{"id":47,"kind":1024,"name":"mockInstance","url":"classes/mockngredux.html#mockinstance","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"MockNgRedux"},{"id":48,"kind":2048,"name":"getSelectorStub","url":"classes/mockngredux.html#getselectorstub","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"MockNgRedux"},{"id":49,"kind":2048,"name":"getSubStore","url":"classes/mockngredux.html#getsubstore","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"MockNgRedux"},{"id":50,"kind":2048,"name":"reset","url":"classes/mockngredux.html#reset","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"MockNgRedux"},{"id":51,"kind":2048,"name":"getInstance","url":"classes/mockngredux.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"MockNgRedux"},{"id":52,"kind":2048,"name":"provideStore","url":"classes/mockngredux.html#providestore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"MockNgRedux"},{"id":53,"kind":2048,"name":"configureStore","url":"classes/mockngredux.html#configurestore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"MockNgRedux"},{"id":54,"kind":1024,"name":"configureSubStore","url":"classes/mockngredux.html#configuresubstore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"MockNgRedux"},{"id":55,"kind":1024,"name":"select","url":"classes/mockngredux.html#select","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"MockNgRedux"},{"id":56,"kind":1024,"name":"dispatch","url":"classes/mockngredux.html#dispatch","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"MockNgRedux"},{"id":57,"kind":1024,"name":"getState","url":"classes/mockngredux.html#getstate","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"MockNgRedux"},{"id":58,"kind":1024,"name":"subscribe","url":"classes/mockngredux.html#subscribe","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"MockNgRedux"},{"id":59,"kind":1024,"name":"replaceReducer","url":"classes/mockngredux.html#replacereducer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"MockNgRedux"},{"id":60,"kind":128,"name":"NgReduxTestingModule","url":"classes/ngreduxtestingmodule.html","classes":"tsd-kind-class"}]}; \ No newline at end of file diff --git a/docs/classes/devtoolsextension.html b/docs/classes/devtoolsextension.html index 28aca10..6647e4e 100644 --- a/docs/classes/devtoolsextension.html +++ b/docs/classes/devtoolsextension.html @@ -921,7 +921,7 @@
  • MockDevToolsExtension
  • -
  • +
  • MockNgRedux
  • @@ -1008,7 +1008,7 @@

    enhancer

  • @@ -1038,7 +1038,7 @@

    isEnabled

  • diff --git a/docs/classes/mockdevtoolsextension.html b/docs/classes/mockdevtoolsextension.html index 0a2c455..d7304e7 100644 --- a/docs/classes/mockdevtoolsextension.html +++ b/docs/classes/mockdevtoolsextension.html @@ -921,7 +921,7 @@
  • -
  • +
  • MockNgRedux
  • @@ -1025,14 +1025,14 @@

    Type declaration

    +