Skip to content

Commit

Permalink
feat: split AsyncCall as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Sep 22, 2019
1 parent 0637d6a commit 5ce733e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 676 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
"readme": "https://github.com/project-holoflows/holoflows-kit/blob/master/README.md",
"dependencies": {
"@types/lodash-es": "^4.1.4",
"async-call-rpc": "^1.0.0",
"concurrent-lock": "^1.0.7",
"jsx-jsonml-devtools-renderer": "^1.2.0",
"jsx-jsonml-devtools-renderer": "^1.3.0",
"lodash-es": "^4.17.15",
"memorize-decorator": "^0.2.2",
"mitt": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Extension/AutomatedTabTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface AutomatedTabTaskDefineTimeOptions extends AutomatedTabTaskShare
*/
memorizeTTL: number
/**
* Options when creating {@link AsyncCall} ({@link AsyncCallOptions})
* Options when creating AsyncCall
*/
AsyncCallOptions: Partial<AsyncCallOptions>
}
Expand Down
Loading

0 comments on commit 5ce733e

Please sign in to comment.