@firebase/installations 0.5.9-20220506182631 → 0.5.9

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,15 +1,14 @@
1
1
  # @firebase/installations
2
2
 
3
- ## 0.5.9-20220506182631
3
+ ## 0.5.9
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [`9c5c9c36d`](https://github.com/firebase/firebase-js-sdk/commit/9c5c9c36da80b98b73cfd60ef2e2965087e9f801) [#6154](https://github.com/firebase/firebase-js-sdk/pull/6154) - Replace stopgap firebase/util IndexedDB methods with `idb` library.
8
8
 
9
9
  - Updated dependencies [[`9c5c9c36d`](https://github.com/firebase/firebase-js-sdk/commit/9c5c9c36da80b98b73cfd60ef2e2965087e9f801)]:
10
- - @firebase/util@1.6.0-20220506182631
11
- - @firebase/app@0.7.23-20220506182631
12
- - @firebase/component@0.5.14-20220506182631
10
+ - @firebase/util@1.6.0
11
+ - @firebase/component@0.5.14
13
12
 
14
13
  ## 0.5.8
15
14
 
@@ -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.9-20220506182631";
8
+ var version = "0.5.9";
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.9-20220506182631";
7
+ const version = "0.5.9";
8
8
 
9
9
  /**
10
10
  * @license
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.9-20220506182631";
12
+ var version = "0.5.9";
13
13
 
14
14
  /**
15
15
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/installations",
3
- "version": "0.5.9-20220506182631",
3
+ "version": "0.5.9",
4
4
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/esm/index.esm2017.js",
@@ -49,7 +49,7 @@
49
49
  "url": "https://github.com/firebase/firebase-js-sdk/issues"
50
50
  },
51
51
  "devDependencies": {
52
- "@firebase/app": "0.7.23-20220506182631",
52
+ "@firebase/app": "0.7.23",
53
53
  "rollup": "2.57.0",
54
54
  "@rollup/plugin-commonjs": "21.0.0",
55
55
  "@rollup/plugin-json": "4.1.0",
@@ -59,11 +59,11 @@
59
59
  "typescript": "4.2.2"
60
60
  },
61
61
  "peerDependencies": {
62
- "@firebase/app": "0.7.23-20220506182631"
62
+ "@firebase/app": "0.x"
63
63
  },
64
64
  "dependencies": {
65
- "@firebase/util": "1.6.0-20220506182631",
66
- "@firebase/component": "0.5.14-20220506182631",
65
+ "@firebase/util": "1.6.0",
66
+ "@firebase/component": "0.5.14",
67
67
  "idb": "7.0.1",
68
68
  "tslib": "^2.1.0"
69
69
  }