@everipedia/iq-utils 0.0.7 → 0.0.8

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.
@@ -127,7 +127,7 @@ export declare enum LinkedWikiKey {
127
127
  FOUNDER = "founder",
128
128
  BLOCKCHAIN = "blockchain"
129
129
  }
130
- export type LinkedWikis = Record<LinkedWikiKey, string[] | undefined>;
130
+ export type LinkedWikis = Partial<Record<LinkedWikiKey, string[]>>;
131
131
  export interface Wiki {
132
132
  id: string;
133
133
  transactionHash?: string;
@@ -127,7 +127,7 @@ export declare enum LinkedWikiKey {
127
127
  FOUNDER = "founder",
128
128
  BLOCKCHAIN = "blockchain"
129
129
  }
130
- export type LinkedWikis = Record<LinkedWikiKey, string[] | undefined>;
130
+ export type LinkedWikis = Partial<Record<LinkedWikiKey, string[]>>;
131
131
  export interface Wiki {
132
132
  id: string;
133
133
  transactionHash?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everipedia/iq-utils",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Common utility library for IQ projects",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",