@firebase/installations 0.5.2-2021912211028 → 0.5.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,14 +1,11 @@
1
1
  # @firebase/installations
2
2
 
3
- ## 0.5.2-2021912211028
3
+ ## 0.5.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [`93795c780`](https://github.com/firebase/firebase-js-sdk/commit/93795c7801d6b28ccbbe5855fd2f3fc377b1db5f) [#5596](https://github.com/firebase/firebase-js-sdk/pull/5596) - report build variants for packages
8
8
 
9
- - Updated dependencies [[`93795c780`](https://github.com/firebase/firebase-js-sdk/commit/93795c7801d6b28ccbbe5855fd2f3fc377b1db5f)]:
10
- - @firebase/app@0.7.4-2021912211028
11
-
12
9
  ## 0.5.1
13
10
 
14
11
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -9,7 +9,7 @@ var util = require('@firebase/util');
9
9
  var idb = require('idb');
10
10
 
11
11
  var name = "@firebase/installations";
12
- var version = "0.5.2-2021912211028";
12
+ var version = "0.5.2";
13
13
 
14
14
  /**
15
15
  * @license
package/dist/index.esm.js CHANGED
@@ -5,7 +5,7 @@ import { ErrorFactory, FirebaseError } from '@firebase/util';
5
5
  import { openDb } from 'idb';
6
6
 
7
7
  var name = "@firebase/installations";
8
- var version = "0.5.2-2021912211028";
8
+ var version = "0.5.2";
9
9
 
10
10
  /**
11
11
  * @license
@@ -4,7 +4,7 @@ import { ErrorFactory, FirebaseError } from '@firebase/util';
4
4
  import { openDb } from 'idb';
5
5
 
6
6
  const name = "@firebase/installations";
7
- const version = "0.5.2-2021912211028";
7
+ const version = "0.5.2";
8
8
 
9
9
  /**
10
10
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/installations",
3
- "version": "0.5.2-2021912211028",
3
+ "version": "0.5.2",
4
4
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm2017.js",
@@ -40,7 +40,7 @@
40
40
  "url": "https://github.com/firebase/firebase-js-sdk/issues"
41
41
  },
42
42
  "devDependencies": {
43
- "@firebase/app": "0.7.4-2021912211028",
43
+ "@firebase/app": "0.7.4",
44
44
  "rollup": "2.57.0",
45
45
  "@rollup/plugin-commonjs": "21.0.0",
46
46
  "@rollup/plugin-json": "4.1.0",
@@ -50,7 +50,7 @@
50
50
  "typescript": "4.2.2"
51
51
  },
52
52
  "peerDependencies": {
53
- "@firebase/app": "0.7.4-2021912211028"
53
+ "@firebase/app": "0.x"
54
54
  },
55
55
  "dependencies": {
56
56
  "@firebase/util": "1.4.0",