abstracted-firebase
Advanced tools
Comparing version 0.35.8 to 0.35.9
import { IDictionary } from "common-types"; | ||
import { SerializedQuery } from "serialized-query"; | ||
import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "./index"; | ||
import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types"; | ||
export declare type FirebaseNamespace = import("@firebase/app-types").FirebaseNamespace; | ||
@@ -5,0 +5,0 @@ import { IFirebaseConfig, IMockLoadingState, IFirebaseWatchHandler, IMultiPathSet, IClientEmitter, IAdminEmitter } from "./types"; |
@@ -6,5 +6,2 @@ import { IDictionary } from "common-types"; | ||
export { _getFirebaseType } from "./util"; | ||
import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types"; | ||
import { FirebaseAuth } from "@firebase/auth-types"; | ||
export { FirebaseDatabase, FirebaseAuth, DataSnapshot, EventType, Reference }; | ||
export declare type DebuggingCallback = (message: string) => void; | ||
@@ -11,0 +8,0 @@ export declare type IFirebaseConfig = IFirebaseClientConfig | IFirebaseAdminConfig; |
@@ -14,6 +14,2 @@ "use strict"; | ||
exports._getFirebaseType = util_1._getFirebaseType; | ||
const database_types_1 = require("@firebase/database-types"); | ||
exports.FirebaseDatabase = database_types_1.FirebaseDatabase; | ||
const auth_types_1 = require("@firebase/auth-types"); | ||
exports.FirebaseAuth = auth_types_1.FirebaseAuth; | ||
__export(require("./types")); | ||
@@ -20,0 +16,0 @@ function isMockConfig(config = {}) { |
import { IFirebaseWatchHandler, IFirebaseWatchContext } from "./types"; | ||
import { DataSnapshot } from "./index"; | ||
import { DataSnapshot } from "@firebase/database-types"; | ||
export declare const WatcherEventWrapper: (context: IFirebaseWatchContext) => (handler: IFirebaseWatchHandler) => (snapshot: DataSnapshot, previousChildKey?: string) => any; |
import { IDictionary } from "common-types"; | ||
import { SerializedQuery } from "serialized-query"; | ||
import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "./index"; | ||
import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types"; | ||
export declare type FirebaseNamespace = import("@firebase/app-types").FirebaseNamespace; | ||
@@ -5,0 +5,0 @@ import { IFirebaseConfig, IMockLoadingState, IFirebaseWatchHandler, IMultiPathSet, IClientEmitter, IAdminEmitter } from "./types"; |
@@ -6,5 +6,2 @@ import { IDictionary } from "common-types"; | ||
export { _getFirebaseType } from "./util"; | ||
import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types"; | ||
import { FirebaseAuth } from "@firebase/auth-types"; | ||
export { FirebaseDatabase, FirebaseAuth, DataSnapshot, EventType, Reference }; | ||
export declare type DebuggingCallback = (message: string) => void; | ||
@@ -11,0 +8,0 @@ export declare type IFirebaseConfig = IFirebaseClientConfig | IFirebaseAdminConfig; |
@@ -5,5 +5,2 @@ export { RealTimeDB } from "./db"; | ||
export { _getFirebaseType } from "./util"; | ||
import { FirebaseDatabase } from "@firebase/database-types"; | ||
import { FirebaseAuth } from "@firebase/auth-types"; | ||
export { FirebaseDatabase, FirebaseAuth }; | ||
export * from "./types"; | ||
@@ -10,0 +7,0 @@ export function isMockConfig(config = {}) { |
import { IFirebaseWatchHandler, IFirebaseWatchContext } from "./types"; | ||
import { DataSnapshot } from "./index"; | ||
import { DataSnapshot } from "@firebase/database-types"; | ||
export declare const WatcherEventWrapper: (context: IFirebaseWatchContext) => (handler: IFirebaseWatchHandler) => (snapshot: DataSnapshot, previousChildKey?: string) => any; |
import { IDictionary } from "common-types"; | ||
import { SerializedQuery } from "serialized-query"; | ||
import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "./index"; | ||
import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types"; | ||
export declare type FirebaseNamespace = import("@firebase/app-types").FirebaseNamespace; | ||
@@ -5,0 +5,0 @@ import { IFirebaseConfig, IMockLoadingState, IFirebaseWatchHandler, IMultiPathSet, IClientEmitter, IAdminEmitter } from "./types"; |
@@ -6,5 +6,2 @@ import { IDictionary } from "common-types"; | ||
export { _getFirebaseType } from "./util"; | ||
import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types"; | ||
import { FirebaseAuth } from "@firebase/auth-types"; | ||
export { FirebaseDatabase, FirebaseAuth, DataSnapshot, EventType, Reference }; | ||
export declare type DebuggingCallback = (message: string) => void; | ||
@@ -11,0 +8,0 @@ export declare type IFirebaseConfig = IFirebaseClientConfig | IFirebaseAdminConfig; |
@@ -7,3 +7,3 @@ (function (factory) { | ||
else if (typeof define === "function" && define.amd) { | ||
define(["require", "exports", "./db", "./errors/FileDepthExceeded", "./errors/UndefinedAssignment", "./util", "@firebase/database-types", "@firebase/auth-types", "./types"], factory); | ||
define(["require", "exports", "./db", "./errors/FileDepthExceeded", "./errors/UndefinedAssignment", "./util", "./types"], factory); | ||
} | ||
@@ -24,6 +24,2 @@ })(function (require, exports) { | ||
exports._getFirebaseType = util_1._getFirebaseType; | ||
const database_types_1 = require("@firebase/database-types"); | ||
exports.FirebaseDatabase = database_types_1.FirebaseDatabase; | ||
const auth_types_1 = require("@firebase/auth-types"); | ||
exports.FirebaseAuth = auth_types_1.FirebaseAuth; | ||
__export(require("./types")); | ||
@@ -30,0 +26,0 @@ function isMockConfig(config = {}) { |
import { IFirebaseWatchHandler, IFirebaseWatchContext } from "./types"; | ||
import { DataSnapshot } from "./index"; | ||
import { DataSnapshot } from "@firebase/database-types"; | ||
export declare const WatcherEventWrapper: (context: IFirebaseWatchContext) => (handler: IFirebaseWatchHandler) => (snapshot: DataSnapshot, previousChildKey?: string) => any; |
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.35.8", | ||
"version": "0.35.9", | ||
"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
161425
3842