@firebase/installations-compat 0.1.10-20220609194004 → 0.1.10

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,6 +1,6 @@
1
1
  # @firebase/installations-compat
2
2
 
3
- ## 0.1.10-20220609194004
3
+ ## 0.1.10
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,10 +9,9 @@
9
9
  * [`d4b52b612`](https://github.com/firebase/firebase-js-sdk/commit/d4b52b612cf73610c57a3c08a0415ab7b622a70a) [#6321](https://github.com/firebase/firebase-js-sdk/pull/6321) - Fix incorrect paths in package.json
10
10
 
11
11
  * Updated dependencies [[`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5)]:
12
- - @firebase/app-compat@0.1.27-20220609194004
13
- - @firebase/component@0.5.15-20220609194004
14
- - @firebase/installations@0.5.10-20220609194004
15
- - @firebase/util@1.6.1-20220609194004
12
+ - @firebase/component@0.5.15
13
+ - @firebase/installations@0.5.10
14
+ - @firebase/util@1.6.1
16
15
 
17
16
  ## 0.1.9
18
17
 
@@ -3,7 +3,7 @@ import { Component } from '@firebase/component';
3
3
  import { getId, getToken, deleteInstallations, onIdChange } from '@firebase/installations';
4
4
 
5
5
  var name = "@firebase/installations-compat";
6
- var version = "0.1.10-20220609194004";
6
+ var version = "0.1.10";
7
7
 
8
8
  /**
9
9
  * @license
@@ -3,7 +3,7 @@ import { Component } from '@firebase/component';
3
3
  import { getId, getToken, deleteInstallations, onIdChange } from '@firebase/installations';
4
4
 
5
5
  const name = "@firebase/installations-compat";
6
- const version = "0.1.10-20220609194004";
6
+ const version = "0.1.10";
7
7
 
8
8
  /**
9
9
  * @license
package/dist/index.cjs.js CHANGED
@@ -9,7 +9,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
9
9
  var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
10
10
 
11
11
  var name = "@firebase/installations-compat";
12
- var version = "0.1.10-20220609194004";
12
+ var version = "0.1.10";
13
13
 
14
14
  /**
15
15
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/installations-compat",
3
- "version": "0.1.10-20220609194004",
3
+ "version": "0.1.10",
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",
@@ -45,7 +45,7 @@
45
45
  "url": "https://github.com/firebase/firebase-js-sdk/issues"
46
46
  },
47
47
  "devDependencies": {
48
- "@firebase/app-compat": "0.1.27-20220609194004",
48
+ "@firebase/app-compat": "0.1.27",
49
49
  "rollup": "2.72.1",
50
50
  "@rollup/plugin-commonjs": "21.1.0",
51
51
  "@rollup/plugin-json": "4.1.0",
@@ -55,13 +55,13 @@
55
55
  "typescript": "4.2.2"
56
56
  },
57
57
  "peerDependencies": {
58
- "@firebase/app-compat": "0.1.27-20220609194004"
58
+ "@firebase/app-compat": "0.x"
59
59
  },
60
60
  "dependencies": {
61
- "@firebase/installations": "0.5.10-20220609194004",
61
+ "@firebase/installations": "0.5.10",
62
62
  "@firebase/installations-types": "0.4.0",
63
- "@firebase/util": "1.6.1-20220609194004",
64
- "@firebase/component": "0.5.15-20220609194004",
63
+ "@firebase/util": "1.6.1",
64
+ "@firebase/component": "0.5.15",
65
65
  "tslib": "^2.1.0"
66
66
  }
67
67
  }