@smallstack/common
Advanced tools
Comparing version 0.1.23 to 0.1.24
@@ -22,2 +22,8 @@ import { Notifier } from "./Notifier"; | ||
setNotificationNotifier(notifier: Notifier): void; | ||
handlePromise<T>(promise: Promise<T>, options: { | ||
errorMsg?: string; | ||
successMsg?: string; | ||
i18nErrorKey?: string; | ||
i18nSuccessKey?: string; | ||
}): Promise<T>; | ||
} |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.1.23", | ||
"version": "0.1.24", | ||
"description": "common functionality for smallstack projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle/index.umd.js", |
@@ -0,1 +1,3 @@ | ||
[![coverage report](https://gitlab.com/smallstack/smallstack-common/badges/develop/coverage.svg)](https://gitlab.com/smallstack/smallstack-common/commits/develop) | ||
# @smallstack/common | ||
@@ -2,0 +4,0 @@ |
87101
386
16