@lifeready/core 9.0.1 → 9.0.6

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.
@@ -1,7 +1,7 @@
1
1
  import { IdKeyPair } from '../../item/item.types';
2
2
  import { Connection, DateTime, GenericScalar, ID, JSONObject, JSONString, LrEmail, Node, TimeStamped } from './graphql.types';
3
3
  export declare function mapEdges<T>(connection: Connection<T>): T[];
4
- export declare function toIdKeyPair<T extends Partial<IdKeyPair>>(t: T): IdKeyPair;
4
+ export declare function toIdKeyPair<T extends Partial<IdKeyPair>>(t: T | undefined | null): IdKeyPair | undefined | null;
5
5
  export interface LrNList<T> {
6
6
  list?: T[];
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeready/core",
3
- "version": "9.0.1",
3
+ "version": "9.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~10.0.5",
6
6
  "@angular/core": "~10.0.5",