@koine/browser 1.1.5 → 1.1.7

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.
@@ -49,6 +49,6 @@ export declare const createStorage: <T extends CreateStorageConfig>(config: Part
49
49
  *
50
50
  * Inspiration from [Multi Tab Logout in React — Redux](https://medium.com/front-end-weekly/multi-tab-logout-in-react-redux-4715f071c7fa)
51
51
  */
52
- watch: <TKey_4 extends keyof T>(keyToWatch: TKey_4, onRemoved?: () => void, onAdded?: () => void) => () => void;
52
+ watch: <TKey_4 extends keyof T>(keyToWatch: TKey_4, onRemoved?: () => void, onAdded?: () => void) => () => void | undefined;
53
53
  };
54
54
  export default createStorage;
package/package.json CHANGED
@@ -5,12 +5,12 @@
5
5
  "types": "./index.d.ts",
6
6
  "dependencies": {},
7
7
  "peerDependencies": {
8
- "@koine/utils": "1.1.5",
8
+ "@koine/utils": "1.1.7",
9
9
  "ts-debounce": "4.0.0",
10
10
  "type-fest": "3.5.3",
11
11
  "date-fns-tz": "1.3.7",
12
12
  "tslib": "2.5.0"
13
13
  },
14
- "version": "1.1.5",
14
+ "version": "1.1.7",
15
15
  "module": "./index.js"
16
16
  }