@firebase/app-compat
Advanced tools
Comparing version 0.0.900-exp.47cab3ef6 to 0.0.900-exp.47e035fe0
@@ -146,2 +146,9 @@ 'use strict'; | ||
}; | ||
FirebaseAppImpl.prototype.toJSON = function () { | ||
return { | ||
name: this.name, | ||
automaticDataCollectionEnabled: this.automaticDataCollectionEnabled, | ||
options: this.options | ||
}; | ||
}; | ||
return FirebaseAppImpl; | ||
@@ -401,3 +408,3 @@ }()); | ||
var name = "@firebase/app-compat"; | ||
var version = "0.0.900-exp.47cab3ef6"; | ||
var version = "0.0.900"; | ||
@@ -404,0 +411,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 | ||
}; | ||
} | ||
} | ||
@@ -351,3 +358,3 @@ // TODO: investigate why the following needs to be commented out | ||
const name = "@firebase/app-compat"; | ||
const version = "0.0.900-exp.47cab3ef6"; | ||
const version = "0.0.900"; | ||
@@ -354,0 +361,0 @@ /** |
@@ -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; | ||
@@ -376,3 +383,3 @@ }()); | ||
var name = "@firebase/app-compat"; | ||
var version = "0.0.900-exp.47cab3ef6"; | ||
var version = "0.0.900"; | ||
@@ -379,0 +386,0 @@ /** |
@@ -290,3 +290,3 @@ import * as modularAPIs from '@firebase/app'; | ||
const name$1 = "@firebase/app-compat"; | ||
const version = "0.0.900-exp.47cab3ef6"; | ||
const version = "0.0.900"; | ||
@@ -293,0 +293,0 @@ /** |
@@ -312,3 +312,3 @@ import * as modularAPIs from '@firebase/app'; | ||
var name$1 = "@firebase/app-compat"; | ||
var version = "0.0.900-exp.47cab3ef6"; | ||
var version = "0.0.900"; | ||
@@ -315,0 +315,0 @@ /** |
@@ -67,2 +67,3 @@ /** | ||
_addOrOverwriteComponent(component: Component): void; | ||
toJSON(): object; | ||
} |
{ | ||
"name": "@firebase/app-compat", | ||
"version": "0.0.900-exp.47cab3ef6", | ||
"version": "0.0.900-exp.47e035fe0", | ||
"description": "The primary entrypoint to the Firebase JS SDK", | ||
@@ -28,8 +28,7 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"test:browser:debug": "karma start --browsers Chrome --auto-watch", | ||
"test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* src/**/*.test.ts --config ../../config/mocharc.node.js", | ||
"prepare": "yarn build:release" | ||
"test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* src/**/*.test.ts --config ../../config/mocharc.node.js" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@firebase/app": "0.0.900-exp.47cab3ef6", | ||
"@firebase/app": "0.0.900-exp.47e035fe0", | ||
"@firebase/util": "0.3.4", | ||
@@ -43,3 +42,3 @@ "@firebase/logger": "0.2.6", | ||
"devDependencies": { | ||
"rollup": "2.33.2", | ||
"rollup": "2.35.1", | ||
"@rollup/plugin-json": "4.1.0", | ||
@@ -46,0 +45,0 @@ "rollup-plugin-replace": "2.2.0", |
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
210905
27
2478
+ Added@firebase/app@0.0.900-exp.47e035fe0(transitive)
+ Added@firebase/app-types@0.0.900-exp.47e035fe0(transitive)