@firebase/firestore 3.2.0 → 3.2.1-2021102231614

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.
@@ -2,20 +2,20 @@ export default allBuilds;
2
2
  declare const allBuilds: ({
3
3
  input: string;
4
4
  output: {
5
- file: any;
5
+ file: string;
6
6
  format: string;
7
7
  sourcemap: boolean;
8
8
  };
9
- plugins: any[];
9
+ plugins: import("rollup").Plugin[];
10
10
  external: (id: any) => boolean;
11
11
  treeshake: {
12
12
  moduleSideEffects: boolean;
13
13
  };
14
14
  onwarn: (warning: any, defaultWarn: any) => void;
15
15
  } | {
16
- input: any;
16
+ input: string;
17
17
  output: {
18
- file: any;
18
+ file: string;
19
19
  format: string;
20
20
  sourcemap: boolean;
21
21
  };
@@ -26,9 +26,9 @@ declare const allBuilds: ({
26
26
  };
27
27
  onwarn?: undefined;
28
28
  } | {
29
- input: any;
29
+ input: string;
30
30
  output: {
31
- file: any;
31
+ file: string;
32
32
  format: string;
33
33
  sourcemap: boolean;
34
34
  }[];
@@ -1,7 +1,7 @@
1
1
  declare var _default: {
2
2
  input: string;
3
3
  output: {
4
- file: any;
4
+ file: string;
5
5
  format: string;
6
6
  sourcemap: boolean;
7
7
  };
@@ -2,20 +2,20 @@ export default allBuilds;
2
2
  declare const allBuilds: ({
3
3
  input: string;
4
4
  output: {
5
- file: any;
5
+ file: string;
6
6
  format: string;
7
7
  sourcemap: boolean;
8
8
  };
9
- plugins: any[];
9
+ plugins: import("rollup").Plugin[];
10
10
  external: (id: any) => boolean;
11
11
  treeshake: {
12
12
  moduleSideEffects: boolean;
13
13
  };
14
14
  onwarn: (warning: any, defaultWarn: any) => void;
15
15
  } | {
16
- input: any;
16
+ input: string;
17
17
  output: {
18
- file: any;
18
+ file: string;
19
19
  format: string;
20
20
  sourcemap: boolean;
21
21
  };
@@ -26,9 +26,9 @@ declare const allBuilds: ({
26
26
  };
27
27
  onwarn?: undefined;
28
28
  } | {
29
- input: any;
29
+ input: string;
30
30
  output: {
31
- file: any;
31
+ file: string;
32
32
  format: string;
33
33
  sourcemap: boolean;
34
34
  }[];
@@ -2,20 +2,20 @@ export default allBuilds;
2
2
  declare const allBuilds: ({
3
3
  input: string;
4
4
  output: {
5
- file: any;
5
+ file: string;
6
6
  format: string;
7
7
  sourcemap: boolean;
8
8
  };
9
- plugins: any[];
9
+ plugins: import("rollup").Plugin[];
10
10
  external: (id: any) => boolean;
11
11
  treeshake: {
12
12
  moduleSideEffects: boolean;
13
13
  };
14
14
  onwarn: (warning: any, defaultWarn: any) => void;
15
15
  } | {
16
- input: any;
16
+ input: string;
17
17
  output: {
18
- file: any;
18
+ file: string;
19
19
  format: string;
20
20
  sourcemap: boolean;
21
21
  };
@@ -26,9 +26,9 @@ declare const allBuilds: ({
26
26
  };
27
27
  onwarn?: undefined;
28
28
  } | {
29
- input: any;
29
+ input: string;
30
30
  output: {
31
- file: any;
31
+ file: string;
32
32
  format: string;
33
33
  sourcemap: boolean;
34
34
  }[];
@@ -1,7 +1,7 @@
1
1
  declare var _default: {
2
2
  input: string;
3
3
  output: {
4
- file: any;
4
+ file: string;
5
5
  format: string;
6
6
  sourcemap: boolean;
7
7
  };
@@ -2,20 +2,20 @@ export default allBuilds;
2
2
  declare const allBuilds: ({
3
3
  input: string;
4
4
  output: {
5
- file: any;
5
+ file: string;
6
6
  format: string;
7
7
  sourcemap: boolean;
8
8
  };
9
- plugins: any[];
9
+ plugins: import("rollup").Plugin[];
10
10
  external: (id: any) => boolean;
11
11
  treeshake: {
12
12
  moduleSideEffects: boolean;
13
13
  };
14
14
  onwarn: (warning: any, defaultWarn: any) => void;
15
15
  } | {
16
- input: any;
16
+ input: string;
17
17
  output: {
18
- file: any;
18
+ file: string;
19
19
  format: string;
20
20
  sourcemap: boolean;
21
21
  };
@@ -26,9 +26,9 @@ declare const allBuilds: ({
26
26
  };
27
27
  onwarn?: undefined;
28
28
  } | {
29
- input: any;
29
+ input: string;
30
30
  output: {
31
- file: any;
31
+ file: string;
32
32
  format: string;
33
33
  sourcemap: boolean;
34
34
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/firestore",
3
- "version": "3.2.0",
3
+ "version": "3.2.1-2021102231614",
4
4
  "engines": {
5
5
  "node": ">=10.10.0"
6
6
  },
@@ -53,6 +53,7 @@
53
53
  "require": "./dist/index.node.cjs.js",
54
54
  "import": "./dist/index.node.mjs"
55
55
  },
56
+ "react-native": "./dist/index.rn.js",
56
57
  "default": "./dist/index.esm2017.js"
57
58
  },
58
59
  "./lite": {
@@ -60,8 +61,10 @@
60
61
  "require": "./dist/lite/index.node.cjs.js",
61
62
  "import": "./dist/lite/index.node.mjs"
62
63
  },
64
+ "react-native": "./dist/lite/index.rn.esm2017.js",
63
65
  "default": "./dist/lite/index.browser.esm2017.js"
64
- }
66
+ },
67
+ "./package.json": "./package.json"
65
68
  },
66
69
  "main": "dist/index.node.cjs.js",
67
70
  "main-esm": "dist/index.node.mjs",
@@ -75,22 +78,22 @@
75
78
  "lite/package.json"
76
79
  ],
77
80
  "dependencies": {
78
- "@firebase/component": "0.5.7",
79
- "@firebase/logger": "0.3.0",
80
- "@firebase/util": "1.4.0",
81
- "@firebase/webchannel-wrapper": "0.6.0",
81
+ "@firebase/component": "0.5.8-2021102231614",
82
+ "@firebase/logger": "0.3.1-2021102231614",
83
+ "@firebase/util": "1.4.1-2021102231614",
84
+ "@firebase/webchannel-wrapper": "0.6.1-2021102231614",
82
85
  "@grpc/grpc-js": "^1.3.2",
83
86
  "@grpc/proto-loader": "^0.6.0",
84
87
  "node-fetch": "2.6.5",
85
88
  "tslib": "^2.1.0"
86
89
  },
87
90
  "peerDependencies": {
88
- "@firebase/app": "0.x"
91
+ "@firebase/app": "0.7.6-2021102231614"
89
92
  },
90
93
  "devDependencies": {
91
- "@firebase/app": "0.7.5",
92
- "@firebase/app-compat": "0.1.6",
93
- "@firebase/auth": "0.19.0",
94
+ "@firebase/app": "0.7.6-2021102231614",
95
+ "@firebase/app-compat": "0.1.7-2021102231614",
96
+ "@firebase/auth": "0.19.1-2021102231614",
94
97
  "@rollup/plugin-alias": "3.1.5",
95
98
  "@rollup/plugin-json": "4.1.0",
96
99
  "@types/eslint": "7.28.0",