abstracted-database
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -71,3 +71,3 @@ import { DocumentChangeType as IFirestoreDbEvent, FirebaseFirestore } from '@firebase/firestore-types'; | ||
*/ | ||
abstract getPushKey(path: string): Promise<string | void>; | ||
abstract getPushKey(path: string): Promise<string>; | ||
/** | ||
@@ -74,0 +74,0 @@ * Gets a record from a given path in the Firebase DB and converts it to an |
@@ -71,3 +71,3 @@ import { DocumentChangeType as IFirestoreDbEvent, FirebaseFirestore } from '@firebase/firestore-types'; | ||
*/ | ||
abstract getPushKey(path: string): Promise<string | void>; | ||
abstract getPushKey(path: string): Promise<string>; | ||
/** | ||
@@ -74,0 +74,0 @@ * Gets a record from a given path in the Firebase DB and converts it to an |
{ | ||
"name": "abstracted-database", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/commonjs", |
@@ -103,3 +103,3 @@ import { | ||
*/ | ||
public abstract async getPushKey(path: string): Promise<string | void>; | ||
public abstract async getPushKey(path: string): Promise<string>; | ||
/** | ||
@@ -106,0 +106,0 @@ * Gets a record from a given path in the Firebase DB and converts it to an |
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
53984