diff --git a/package.json b/package.json index 5806168..5551e43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expressms/smartapp-sdk", - "version": "1.10.0-alpha.3", + "version": "1.10.0-alpha.4", "description": "Smartapp SDK", "main": "build/main/index.js", "typings": "build/main/index.d.ts", diff --git a/src/lib/client/storage.ts b/src/lib/client/storage.ts index cc42aca..c8281e6 100644 --- a/src/lib/client/storage.ts +++ b/src/lib/client/storage.ts @@ -18,14 +18,14 @@ const clientStorageGet = ({ key }: { key: string }): Promise