@firebase/app
Advanced tools
@@ -61,3 +61,3 @@ import { Component, ComponentContainer } from '@firebase/component'; | ||
| const name$q = "@firebase/app"; | ||
| const version$1 = "0.15.0"; | ||
| const version$1 = "0.15.1"; | ||
@@ -133,3 +133,3 @@ /** | ||
| const name = "firebase"; | ||
| const version = "12.15.0"; | ||
| const version = "12.16.0"; | ||
@@ -136,0 +136,0 @@ /** |
@@ -64,3 +64,3 @@ 'use strict'; | ||
| const name$q = "@firebase/app"; | ||
| const version$1 = "0.15.0"; | ||
| const version$1 = "0.15.1"; | ||
@@ -136,3 +136,3 @@ /** | ||
| const name = "firebase"; | ||
| const version = "12.15.0"; | ||
| const version = "12.16.0"; | ||
@@ -139,0 +139,0 @@ /** |
+4
-4
| { | ||
| "name": "@firebase/app", | ||
| "version": "0.15.0", | ||
| "version": "0.15.1", | ||
| "description": "The primary entrypoint to the Firebase JS SDK", | ||
@@ -23,7 +23,7 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
| "scripts": { | ||
| "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", | ||
| "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", | ||
| "lint": "eslint --cache --cache-location '../../node_modules/.cache/eslint/' -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", | ||
| "lint:fix": "eslint --cache --cache-location '../../node_modules/.cache/eslint/' --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", | ||
| "build": "rollup -c && yarn api-report", | ||
| "build:release": "rollup -c rollup.config.release.js && yarn api-report && yarn typings:public", | ||
| "build:deps": "lerna run --scope @firebase/app --include-dependencies build", | ||
| "build:deps": "lerna run build --scope @firebase/app", | ||
| "dev": "rollup -c -w", | ||
@@ -30,0 +30,0 @@ "test": "run-p --npm-path npm lint test:all", |
402040
0.02%