@ngneat/elf-state-history
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -5,2 +5,11 @@ # Changelog | ||
## [1.2.2](https://github.com/ngneat/elf/compare/state-history-1.2.1...state-history-1.2.2) (2022-09-09) | ||
### Bug Fixes | ||
* **state-history:** fix `EntitiesStateHistory` to properly work with `entityRef` ([#330](https://github.com/ngneat/elf/issues/330)) ([db0da74](https://github.com/ngneat/elf/commit/db0da744956cc3e7e5d81068e90d2ea8a33b8b64)) | ||
## [1.2.1](https://github.com/ngneat/elf/compare/state-history-1.2.0...state-history-1.2.1) (2022-08-09) | ||
@@ -7,0 +16,0 @@ |
@@ -505,3 +505,3 @@ import { isFunction, coerceArray, filterNil, isUndefined } from '@ngneat/elf'; | ||
return this.store.query(getEntitiesIds()); | ||
return this.store.query(getEntitiesIds(this.entitiesRef)); | ||
} | ||
@@ -508,0 +508,0 @@ |
{ | ||
"name": "@ngneat/elf-state-history", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "State history management for elf store", | ||
@@ -37,5 +37,5 @@ "publishConfig": { | ||
"module": "./index.js", | ||
"main": "./index.js", | ||
"main": "./index.cjs", | ||
"type": "module", | ||
"types": "./index.d.ts" | ||
} |
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
35669
8
1064