abstracted-admin
Advanced tools
Comparing version 0.37.1 to 0.38.0
@@ -27,2 +27,8 @@ import * as firebase from "firebase-admin"; | ||
* | ||
* > If using a _mocked_ database then the Auth API will be redirected to **firemock** | ||
* instead of the real Admin SDK for Auth. Be aware that this mocked API may not be fully implemented | ||
* but PR's are welcome if the part you need is not yet implemented. If you want to explicitly state | ||
* whether to use the _real_ or _mock_ Auth SDK then you can state this by passing in a `auth` parameter | ||
* as part of the configuration (using either "real" or "mocked" as a value) | ||
* | ||
* References: | ||
@@ -29,0 +35,0 @@ * - [Introduction](https://firebase.google.com/docs/auth/admin) |
@@ -46,2 +46,8 @@ "use strict"; | ||
* | ||
* > If using a _mocked_ database then the Auth API will be redirected to **firemock** | ||
* instead of the real Admin SDK for Auth. Be aware that this mocked API may not be fully implemented | ||
* but PR's are welcome if the part you need is not yet implemented. If you want to explicitly state | ||
* whether to use the _real_ or _mock_ Auth SDK then you can state this by passing in a `auth` parameter | ||
* as part of the configuration (using either "real" or "mocked" as a value) | ||
* | ||
* References: | ||
@@ -71,3 +77,3 @@ * - [Introduction](https://firebase.google.com/docs/auth/admin) | ||
db: config.mockData || {}, | ||
auth: config.mockAuth || {} | ||
auth: Object.assign({ providers: [] }, config.mockAuth) | ||
}); | ||
@@ -74,0 +80,0 @@ this._isConnected = true; |
@@ -27,2 +27,8 @@ import * as firebase from "firebase-admin"; | ||
* | ||
* > If using a _mocked_ database then the Auth API will be redirected to **firemock** | ||
* instead of the real Admin SDK for Auth. Be aware that this mocked API may not be fully implemented | ||
* but PR's are welcome if the part you need is not yet implemented. If you want to explicitly state | ||
* whether to use the _real_ or _mock_ Auth SDK then you can state this by passing in a `auth` parameter | ||
* as part of the configuration (using either "real" or "mocked" as a value) | ||
* | ||
* References: | ||
@@ -29,0 +35,0 @@ * - [Introduction](https://firebase.google.com/docs/auth/admin) |
@@ -44,2 +44,8 @@ import * as firebase from "firebase-admin"; | ||
* | ||
* > If using a _mocked_ database then the Auth API will be redirected to **firemock** | ||
* instead of the real Admin SDK for Auth. Be aware that this mocked API may not be fully implemented | ||
* but PR's are welcome if the part you need is not yet implemented. If you want to explicitly state | ||
* whether to use the _real_ or _mock_ Auth SDK then you can state this by passing in a `auth` parameter | ||
* as part of the configuration (using either "real" or "mocked" as a value) | ||
* | ||
* References: | ||
@@ -69,3 +75,3 @@ * - [Introduction](https://firebase.google.com/docs/auth/admin) | ||
db: config.mockData || {}, | ||
auth: config.mockAuth || {} | ||
auth: Object.assign({ providers: [] }, config.mockAuth) | ||
}); | ||
@@ -72,0 +78,0 @@ this._isConnected = true; |
{ | ||
"name": "abstracted-admin", | ||
"version": "0.37.1", | ||
"version": "0.38.0", | ||
"description": "Helpful abstraction on the Firebase admin API", | ||
@@ -36,14 +36,14 @@ "license": "MIT", | ||
"dependencies": { | ||
"@firebase/app": "^0.5.4", | ||
"@firebase/database-types": "^0.4.11", | ||
"abstracted-firebase": "^0.37.1", | ||
"common-types": "^1.12.18", | ||
"firebase-admin": "^8.9.2", | ||
"@firebase/app": "^0.6.2", | ||
"@firebase/database-types": "^0.5.0", | ||
"abstracted-firebase": "^0.38.1", | ||
"common-types": "^1.14.2", | ||
"firebase-admin": "^8.10.0", | ||
"lodash.first": "^3.0.0", | ||
"lodash.last": "^3.0.0", | ||
"serialized-query": "^0.11.0", | ||
"serialized-query": "^0.11.2", | ||
"typed-conversions": "^0.10.1" | ||
}, | ||
"peerDependencies": { | ||
"firemock": "^0.36.0" | ||
"firemock": "^0.38.3" | ||
}, | ||
@@ -59,10 +59,10 @@ "devDependencies": { | ||
"@types/rimraf": "^2.0.3", | ||
"@vuepress/plugin-back-to-top": "^1.2.0", | ||
"@vuepress/plugin-last-updated": "^1.2.0", | ||
"@vuepress/plugin-medium-zoom": "^1.2.0", | ||
"@vuepress/plugin-pwa": "^1.2.0", | ||
"@vuepress/plugin-back-to-top": "^1.4.1", | ||
"@vuepress/plugin-last-updated": "^1.4.1", | ||
"@vuepress/plugin-medium-zoom": "^1.4.1", | ||
"@vuepress/plugin-pwa": "^1.4.1", | ||
"async-shelljs": "^0.1.4", | ||
"chai": "^4.2.0", | ||
"chalk": "3.0.0", | ||
"firemock": "^0.36.0", | ||
"firemock": "^0.38.3", | ||
"js-yaml": "^3.13.1", | ||
@@ -72,6 +72,6 @@ "mocha": "^6.2.2", | ||
"test-console": "^1.1.0", | ||
"ts-node": "^8.6.2", | ||
"tslint": "^5.20.1", | ||
"typescript": "^3.7.5", | ||
"vuepress": "^1.3.0" | ||
"ts-node": "^8.9.0", | ||
"tslint": "^6.1.1", | ||
"typescript": "^3.8.3", | ||
"vuepress": "^1.4.1" | ||
}, | ||
@@ -78,0 +78,0 @@ "engines": { |
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
27746
513
+ Added@firebase/util@0.4.1(transitive)
+ Addedabstracted-firebase@0.38.9(transitive)
+ Addedfiremock@0.38.10(transitive)
+ Addedtslib@1.14.1(transitive)
- Removed@firebase/app@0.5.6(transitive)
- Removed@firebase/app-types@0.5.3(transitive)
- Removed@firebase/auth-types@0.9.6(transitive)
- Removed@firebase/component@0.1.7(transitive)
- Removed@firebase/logger@0.1.37(transitive)
- Removed@firebase/util@0.2.421.10.2(transitive)
- Removedabstracted-firebase@0.37.5(transitive)
- Removedfiremock@0.36.00.37.6(transitive)
- Removedserialized-query@0.10.7(transitive)
- Removedtslib@1.11.1(transitive)
Updated@firebase/app@^0.6.2
Updatedabstracted-firebase@^0.38.1
Updatedcommon-types@^1.14.2
Updatedfirebase-admin@^8.10.0
Updatedserialized-query@^0.11.2