abstracted-firebase
Advanced tools
Comparing version 0.35.0 to 0.35.1
@@ -419,2 +419,3 @@ "use strict"; | ||
catch (e) { | ||
console.warn(`There was a problem trying to get a snapshot from the database:`, e.message); | ||
throw new AbstractedProxyError_1.AbstractedProxyError(e); | ||
@@ -421,0 +422,0 @@ } |
@@ -417,2 +417,3 @@ // tslint:disable: member-ordering | ||
catch (e) { | ||
console.warn(`There was a problem trying to get a snapshot from the database:`, e.message); | ||
throw new AbstractedProxyError(e); | ||
@@ -419,0 +420,0 @@ } |
@@ -429,2 +429,3 @@ (function (factory) { | ||
catch (e) { | ||
console.warn(`There was a problem trying to get a snapshot from the database:`, e.message); | ||
throw new AbstractedProxyError_1.AbstractedProxyError(e); | ||
@@ -431,0 +432,0 @@ } |
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.35.0", | ||
"version": "0.35.1", | ||
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
161188
3842