@firebase/firestore-compat 0.3.3 → 0.4.0-20230301000120

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @firebase/firestore-compat
2
2
 
3
+ ## 0.4.0-20230301000120
4
+
5
+ ### Minor Changes
6
+
7
+ - [`36558bd2e`](https://github.com/firebase/firebase-js-sdk/commit/36558bd2e68e1ba3fb31d85ef997ab9ddf692d50) [#7024](https://github.com/firebase/firebase-js-sdk/pull/7024) - Relaxing query validation performed by the SDK
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`36558bd2e`](https://github.com/firebase/firebase-js-sdk/commit/36558bd2e68e1ba3fb31d85ef997ab9ddf692d50), [`b5f86b1a3`](https://github.com/firebase/firebase-js-sdk/commit/b5f86b1a305b3067fed12b024938f0c3f47de2ef), [`c59f537b1`](https://github.com/firebase/firebase-js-sdk/commit/c59f537b1262b5d7997291b8c1e9324d378effb6), [`67c5a0dc5`](https://github.com/firebase/firebase-js-sdk/commit/67c5a0dc55237391afceb956280cb04cfeaac66f), [`b30186ffc`](https://github.com/firebase/firebase-js-sdk/commit/b30186ffc15cd441521c8f43d3f9a7a4e9ce8820)]:
12
+ - @firebase/firestore@3.9.0-20230301000120
13
+ - @firebase/util@1.9.3-20230301000120
14
+ - @firebase/app-compat@0.2.4-20230301000120
15
+ - @firebase/component@0.6.4-20230301000120
16
+
3
17
  ## 0.3.3
4
18
 
5
19
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
12
12
  var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
13
13
 
14
14
  const name = "@firebase/firestore-compat";
15
- const version = "0.3.3";
15
+ const version = "0.4.0-20230301000120";
16
16
 
17
17
  /**
18
18
  * @license
@@ -4,7 +4,7 @@ import { getModularInstance } from '@firebase/util';
4
4
  import { Component } from '@firebase/component';
5
5
 
6
6
  const name = "@firebase/firestore-compat";
7
- const version = "0.3.3";
7
+ const version = "0.4.0-20230301000120";
8
8
 
9
9
  /**
10
10
  * @license
@@ -5,7 +5,7 @@ import { getModularInstance } from '@firebase/util';
5
5
  import { Component } from '@firebase/component';
6
6
 
7
7
  const name = "@firebase/firestore-compat";
8
- const version = "0.3.3";
8
+ const version = "0.4.0-20230301000120";
9
9
 
10
10
  /**
11
11
  * @license
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
12
12
  var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
13
13
 
14
14
  const name = "@firebase/firestore-compat";
15
- const version = "0.3.3";
15
+ const version = "0.4.0-20230301000120";
16
16
 
17
17
  /**
18
18
  * @license
package/dist/index.rn.js CHANGED
@@ -4,7 +4,7 @@ import { getModularInstance } from '@firebase/util';
4
4
  import { Component } from '@firebase/component';
5
5
 
6
6
  const name = "@firebase/firestore-compat";
7
- const version = "0.3.3";
7
+ const version = "0.4.0-20230301000120";
8
8
 
9
9
  /**
10
10
  * @license
@@ -4,7 +4,7 @@ import { getModularInstance } from '@firebase/util';
4
4
  import { Component } from '@firebase/component';
5
5
 
6
6
  const name = "@firebase/firestore-compat";
7
- const version = "0.3.3";
7
+ const version = "0.4.0-20230301000120";
8
8
 
9
9
  /**
10
10
  * @license
@@ -14,8 +14,10 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- import * as firestore from '@firebase/firestore-types';
18
17
  export declare const USE_EMULATOR: boolean;
19
- export declare const DEFAULT_SETTINGS: firestore.Settings;
18
+ export declare const DEFAULT_SETTINGS: {
19
+ host: string;
20
+ ssl: boolean;
21
+ };
20
22
  export declare const DEFAULT_PROJECT_ID: any;
21
23
  export declare const ALT_PROJECT_ID = "test-db2";
@@ -14,8 +14,10 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- import * as firestore from '@firebase/firestore-types';
18
17
  export declare const USE_EMULATOR: boolean;
19
- export declare const DEFAULT_SETTINGS: firestore.Settings;
18
+ export declare const DEFAULT_SETTINGS: {
19
+ host: string;
20
+ ssl: boolean;
21
+ };
20
22
  export declare const DEFAULT_PROJECT_ID: any;
21
23
  export declare const ALT_PROJECT_ID = "test-db2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/firestore-compat",
3
- "version": "0.3.3",
3
+ "version": "0.4.0-20230301000120",
4
4
  "description": "The Cloud Firestore component of the Firebase JS SDK.",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -44,17 +44,17 @@
44
44
  "add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../firestore/dist/index.d.ts -o dist/src/index.d.ts -a -r Firestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"
45
45
  },
46
46
  "peerDependencies": {
47
- "@firebase/app-compat": "0.x"
47
+ "@firebase/app-compat": "0.2.4-20230301000120"
48
48
  },
49
49
  "dependencies": {
50
- "@firebase/component": "0.6.3",
51
- "@firebase/firestore": "3.8.3",
52
- "@firebase/util": "1.9.2",
50
+ "@firebase/component": "0.6.4-20230301000120",
51
+ "@firebase/firestore": "3.9.0-20230301000120",
52
+ "@firebase/util": "1.9.3-20230301000120",
53
53
  "@firebase/firestore-types": "2.5.1",
54
54
  "tslib": "^2.1.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@firebase/app-compat": "0.2.3",
57
+ "@firebase/app-compat": "0.2.4-20230301000120",
58
58
  "@types/eslint": "7.29.0",
59
59
  "rollup": "2.79.1",
60
60
  "rollup-plugin-sourcemaps": "0.6.3",