@firebase/firestore-compat 0.3.2-20230201003102 → 0.3.2

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,16 +1,15 @@
1
1
  # @firebase/firestore-compat
2
2
 
3
- ## 0.3.2-20230201003102
3
+ ## 0.3.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [`0bab0b7a7`](https://github.com/firebase/firebase-js-sdk/commit/0bab0b7a786d1563bf665904c7097d1fe06efce5) [#6981](https://github.com/firebase/firebase-js-sdk/pull/6981) - Added browser CJS entry points (expected by Jest when using JSDOM mode).
8
8
 
9
9
  - Updated dependencies [[`0bab0b7a7`](https://github.com/firebase/firebase-js-sdk/commit/0bab0b7a786d1563bf665904c7097d1fe06efce5), [`27b5e7d70`](https://github.com/firebase/firebase-js-sdk/commit/27b5e7d7081688599fc518b329a43db4319cdd1f)]:
10
- - @firebase/firestore@3.8.2-20230201003102
11
- - @firebase/util@1.9.1-20230201003102
12
- - @firebase/app-compat@0.2.2-20230201003102
13
- - @firebase/component@0.6.2-20230201003102
10
+ - @firebase/firestore@3.8.2
11
+ - @firebase/util@1.9.1
12
+ - @firebase/component@0.6.2
14
13
 
15
14
  ## 0.3.1
16
15
 
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.2-20230201003102";
15
+ const version = "0.3.2";
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.2-20230201003102";
7
+ const version = "0.3.2";
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.2-20230201003102";
8
+ const version = "0.3.2";
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.2-20230201003102";
15
+ const version = "0.3.2";
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.2-20230201003102";
7
+ const version = "0.3.2";
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.2-20230201003102";
7
+ const version = "0.3.2";
8
8
 
9
9
  /**
10
10
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/firestore-compat",
3
- "version": "0.3.2-20230201003102",
3
+ "version": "0.3.2",
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.2.2-20230201003102"
47
+ "@firebase/app-compat": "0.x"
48
48
  },
49
49
  "dependencies": {
50
- "@firebase/component": "0.6.2-20230201003102",
51
- "@firebase/firestore": "3.8.2-20230201003102",
52
- "@firebase/util": "1.9.1-20230201003102",
50
+ "@firebase/component": "0.6.2",
51
+ "@firebase/firestore": "3.8.2",
52
+ "@firebase/util": "1.9.1",
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.2-20230201003102",
57
+ "@firebase/app-compat": "0.2.2",
58
58
  "@types/eslint": "7.29.0",
59
59
  "rollup": "2.79.1",
60
60
  "rollup-plugin-sourcemaps": "0.6.3",