@smallstack/common
Advanced tools
Comparing version 0.1.24 to 0.1.25
@@ -22,3 +22,3 @@ import { Notifier } from "./Notifier"; | ||
setNotificationNotifier(notifier: Notifier): void; | ||
handlePromise<T>(promise: Promise<T>, options: { | ||
handlePromise<T>(promise: Promise<T>, options?: { | ||
errorMsg?: string; | ||
@@ -25,0 +25,0 @@ successMsg?: string; |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"description": "common functionality for smallstack projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle/index.umd.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87102