Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Aug 28, 2022
1 parent 9bc4513 commit 9ecc858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/mods/core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export declare type Scroller<D = any, K = any> = (previous?: D) => K | undefined
export declare type Updater<D = any> = (previous?: D) => D;
export interface CoreParams extends TimeParams {
storage?: Storage<State>;
serializer?: Serializer;
equals?: Equals;
}
export declare class Core extends Ortho<string, State | undefined> {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hazae41/xswr",
"version": "1.0.39",
"version": "1.0.40",
"author": "hazae41",
"license": "MIT",
"description": "The simplest React data (re)fetching library ever made",
Expand Down

0 comments on commit 9ecc858

Please sign in to comment.