@forest-fire/utility
Advanced tools
Comparing version 0.57.1 to 0.58.0
@@ -36,2 +36,19 @@ 'use strict'; | ||
/** | ||
* An SDK that Firemodel supports connecting to Firebase by the | ||
* equivalently named SDK. | ||
*/ | ||
var SDK; | ||
(function (SDK) { | ||
SDK["FirestoreAdmin"] = "FirestoreAdmin"; | ||
SDK["FirestoreClient"] = "FirestoreClient"; | ||
SDK["RealTimeAdmin"] = "RealTimeAdmin"; | ||
SDK["RealTimeClient"] = "RealTimeClient"; | ||
})(SDK || (SDK = {})); | ||
var Database; | ||
(function (Database) { | ||
Database["Firestore"] = "Firestore"; | ||
Database["RTDB"] = "RTDB"; | ||
})(Database || (Database = {})); | ||
var RealQueryOrderType; | ||
@@ -38,0 +55,0 @@ (function (RealQueryOrderType) { |
@@ -32,2 +32,19 @@ class FireError extends Error { | ||
/** | ||
* An SDK that Firemodel supports connecting to Firebase by the | ||
* equivalently named SDK. | ||
*/ | ||
var SDK; | ||
(function (SDK) { | ||
SDK["FirestoreAdmin"] = "FirestoreAdmin"; | ||
SDK["FirestoreClient"] = "FirestoreClient"; | ||
SDK["RealTimeAdmin"] = "RealTimeAdmin"; | ||
SDK["RealTimeClient"] = "RealTimeClient"; | ||
})(SDK || (SDK = {})); | ||
var Database; | ||
(function (Database) { | ||
Database["Firestore"] = "Firestore"; | ||
Database["RTDB"] = "RTDB"; | ||
})(Database || (Database = {})); | ||
var RealQueryOrderType; | ||
@@ -34,0 +51,0 @@ (function (RealQueryOrderType) { |
{ | ||
"name": "@forest-fire/utility", | ||
"version": "0.57.1", | ||
"version": "0.58.0", | ||
"description": "Utility functions that are shared across the monorepo", | ||
@@ -31,3 +31,3 @@ "module": "dist/es/index.js", | ||
"devDependencies": { | ||
"@forest-fire/types": "^0.57.1", | ||
"@forest-fire/types": "^0.58.0", | ||
"@types/chai": "^4.2.11", | ||
@@ -48,3 +48,3 @@ "@types/mocha": "^7.0.2", | ||
"license": "MIT", | ||
"gitHead": "a2d56a2d6645cb7b663dd891193d425df4c4182f" | ||
"gitHead": "61fd715784e4bb7ae00e0fdd10df04758e3bf200" | ||
} |
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
24907
555