Skip to content

Commit

Permalink
0.1.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviio committed May 29, 2018
1 parent e7576db commit c65cdc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tb-apps-sdk",
"version": "0.0.5",
"version": "0.1.0-alpha.0",
"description": "A sdk for communications between teambiton web and other envs.",
"main": "lib/index.js",
"scripts": {
Expand Down
5 changes: 0 additions & 5 deletions src/sdk/AppSDK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ export class AppSDK {
return service(sdk) as T
}

static isolateAPI = {
registerHostNode: 1,
transferStyleNode: 1
}

private procedures: Procedures = Object.create(null)
private requestId = 1000
private targetId: string
Expand Down

0 comments on commit c65cdc0

Please sign in to comment.