@firebase/app-compat
Advanced tools
Comparing version 0.0.900-exp.99ee5b67f to 0.0.900-exp.a42a35e64
@@ -146,2 +146,9 @@ 'use strict'; | ||
}; | ||
FirebaseAppImpl.prototype.toJSON = function () { | ||
return { | ||
name: this.name, | ||
automaticDataCollectionEnabled: this.automaticDataCollectionEnabled, | ||
options: this.options | ||
}; | ||
}; | ||
return FirebaseAppImpl; | ||
@@ -148,0 +155,0 @@ }()); |
@@ -104,2 +104,9 @@ import { ErrorFactory, contains, deepExtend, createSubscribe, isBrowser } from '@firebase/util'; | ||
} | ||
toJSON() { | ||
return { | ||
name: this.name, | ||
automaticDataCollectionEnabled: this.automaticDataCollectionEnabled, | ||
options: this.options | ||
}; | ||
} | ||
} | ||
@@ -106,0 +113,0 @@ // TODO: investigate why the following needs to be commented out |
@@ -121,2 +121,9 @@ import { ErrorFactory, contains, deepExtend, createSubscribe, isBrowser } from '@firebase/util'; | ||
}; | ||
FirebaseAppImpl.prototype.toJSON = function () { | ||
return { | ||
name: this.name, | ||
automaticDataCollectionEnabled: this.automaticDataCollectionEnabled, | ||
options: this.options | ||
}; | ||
}; | ||
return FirebaseAppImpl; | ||
@@ -123,0 +130,0 @@ }()); |
@@ -67,2 +67,3 @@ /** | ||
_addOrOverwriteComponent(component: Component): void; | ||
toJSON(): object; | ||
} |
{ | ||
"name": "@firebase/app-compat", | ||
"version": "0.0.900-exp.99ee5b67f", | ||
"version": "0.0.900-exp.a42a35e64", | ||
"description": "The primary entrypoint to the Firebase JS SDK", | ||
@@ -32,3 +32,3 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"dependencies": { | ||
"@firebase/app": "0.0.900-exp.99ee5b67f", | ||
"@firebase/app": "0.0.900-exp.a42a35e64", | ||
"@firebase/util": "0.3.4", | ||
@@ -35,0 +35,0 @@ "@firebase/logger": "0.2.6", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
204426
2305
+ Added@firebase/app@0.0.900-exp.a42a35e64(transitive)
+ Added@firebase/app-types@0.0.900-exp.a42a35e64(transitive)
- Removed@firebase/app@0.0.900-exp.99ee5b67f(transitive)
- Removed@firebase/app-types@0.0.900-exp.99ee5b67f(transitive)