-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump @types/mocha from 8.2.3 to 9.0.0 * Bump sift from 13.5.4 to 14.0.2 * Removed inclusion of localStorage **breaking** __*** Breaking change ***__ Clients will no longer try to automatically supply a valid `localStorage` as this ruins pre-compiled clients (eg. React). If you still want to use the client eg. for a "slave" server, then you need to include something like: ```js let LocalStorage = require('node-localstorage').LocalStorage; global.localStorage = new LocalStorage('./.scratch'); ``` before requiring the @feathersjs-offline/client module.
- Loading branch information
1 parent
4658e69
commit d2d093b
Showing
18 changed files
with
68 additions
and
2,308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.