@firebase/analytics 0.10.22-eap-crashlytics.06423a1af → 0.10.22-eap-crashlytics.659b578fb

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/analytics",
3
- "version": "0.10.22-eap-crashlytics.06423a1af",
3
+ "version": "0.10.22-eap-crashlytics.659b578fb",
4
4
  "description": "A analytics package for new firebase packages",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -18,11 +18,11 @@
18
18
  "dist"
19
19
  ],
20
20
  "scripts": {
21
- "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
22
- "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
21
+ "lint": "eslint --cache --cache-location '../../node_modules/.cache/eslint/' -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
22
+ "lint:fix": "eslint --cache --cache-location '../../node_modules/.cache/eslint/' --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
23
23
  "build": "rollup -c && yarn api-report",
24
24
  "build:release": "yarn build && yarn typings:public",
25
- "build:deps": "lerna run --scope @firebase/analytics --include-dependencies build",
25
+ "build:deps": "lerna run build --scope @firebase/analytics --include-dependencies",
26
26
  "dev": "rollup -c -w",
27
27
  "test": "run-p --npm-path npm lint test:all",
28
28
  "test:all": "run-p --npm-path npm test:browser test:integration",
@@ -36,19 +36,19 @@
36
36
  "typings:public": "node ../../scripts/build/use_typings.js ./dist/analytics-public.d.ts"
37
37
  },
38
38
  "peerDependencies": {
39
- "@firebase/app": "0.14.12-eap-crashlytics.06423a1af"
39
+ "@firebase/app": "0.15.1-eap-crashlytics.659b578fb"
40
40
  },
41
41
  "dependencies": {
42
- "@firebase/installations": "0.6.22-eap-crashlytics.06423a1af",
43
- "@firebase/logger": "0.5.1-eap-crashlytics.06423a1af",
44
- "@firebase/util": "1.15.1-eap-crashlytics.06423a1af",
45
- "@firebase/component": "0.7.3-eap-crashlytics.06423a1af",
42
+ "@firebase/installations": "0.6.22-eap-crashlytics.659b578fb",
43
+ "@firebase/logger": "0.5.1-eap-crashlytics.659b578fb",
44
+ "@firebase/util": "1.15.1-eap-crashlytics.659b578fb",
45
+ "@firebase/component": "0.7.3-eap-crashlytics.659b578fb",
46
46
  "tslib": "^2.1.0"
47
47
  },
48
48
  "license": "Apache-2.0",
49
49
  "devDependencies": {
50
- "@firebase/app": "0.14.12-eap-crashlytics.06423a1af",
51
- "rollup": "2.79.2",
50
+ "@firebase/app": "0.15.1-eap-crashlytics.659b578fb",
51
+ "rollup": "4.62.2",
52
52
  "rollup-plugin-dts": "5.3.1",
53
53
  "@rollup/plugin-commonjs": "21.1.0",
54
54
  "@rollup/plugin-json": "6.1.0",