@smallstack/common
Advanced tools
Comparing version 0.6.10 to 0.7.0
@@ -12,3 +12,3 @@ import { QueryOptions } from "./data/QueryOptions"; | ||
isServer(): boolean; | ||
getCurrentUserId(): string; | ||
getCurrentUserId(): Promise<string>; | ||
logout(): Promise<void>; | ||
@@ -15,0 +15,0 @@ getMediaUrl(mediaId: string, mediaFormatName?: string): string; |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.6.10", | ||
"version": "0.7.0", | ||
"description": "common functionality for smallstack projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle/index.umd.js", |
293982