Skip to content

Commit

Permalink
2.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
raucao committed Jan 5, 2023
1 parent 059c6c5 commit bf5a0b5
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 12,255 deletions.
2 changes: 1 addition & 1 deletion doc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.0-beta.5'
__version__ = '2.0.0-beta.6'
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remotestoragejs",
"description": "JavaScript library for integrating remoteStorage",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"private": false,
"license": "MIT",
"main": "./release/remotestorage.js",
Expand Down
12,253 changes: 6 additions & 12,247 deletions release/remotestorage.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/remotestorage.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/types/inmemorystorage.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion release/types/sync.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ declare class Sync {
_tasks: object;
_running: object;
_timeStarted: object;
_finishedTasks: Array<SyncTask>;
constructor(remoteStorage: object);
now(): number;
queueGetRequest(path: string): object;
Expand Down Expand Up @@ -76,7 +77,7 @@ declare class Sync {
interpretStatus(statusCode: string | number): ResponseStatus;
handleGetResponse(path: string, status: ResponseStatus, bodyOrItemsMap: any, contentType: string, revision: string): Promise<boolean>;
handleResponse(path: string, action: any, r: any): Promise<boolean>;
finishTask(task: SyncTask): void | Promise<void>;
finishTask(task: SyncTask, queueTask?: boolean): void | Promise<void>;
doTasks(): boolean;
collectTasks(alsoCheckRefresh?: boolean): Promise<void>;
addTask(path: string, cb?: any): void;
Expand Down
2 changes: 1 addition & 1 deletion release/types/sync.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf5a0b5

Please sign in to comment.