@firebase/component 0.5.6-2021719182840 → 0.5.6-canary.07b88e6e8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @firebase/component
2
2
 
3
- ## 0.5.6-2021719182840
3
+ ## 0.5.6
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [`bb6b5abff`](https://github.com/firebase/firebase-js-sdk/commit/bb6b5abff6f89ce9ec1bd66ff4e795a059a98eec) [#5272](https://github.com/firebase/firebase-js-sdk/pull/5272) - Store instance initialization options on the Provider.
8
8
 
9
9
  - Updated dependencies [[`3c6a11c8d`](https://github.com/firebase/firebase-js-sdk/commit/3c6a11c8d0b35afddb50e9c3e0c4d2e30f642131)]:
10
- - @firebase/util@1.3.0-2021719182840
10
+ - @firebase/util@1.3.0
11
11
 
12
12
  ## 0.5.5
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/component",
3
- "version": "0.5.6-2021719182840",
3
+ "version": "0.5.6-canary.07b88e6e8",
4
4
  "description": "Firebase Component Platform",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -23,12 +23,12 @@
23
23
  "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --config ../../config/mocharc.node.js"
24
24
  },
25
25
  "dependencies": {
26
- "@firebase/util": "1.3.0-2021719182840",
26
+ "@firebase/util": "1.3.0-canary.07b88e6e8",
27
27
  "tslib": "^2.1.0"
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "devDependencies": {
31
- "rollup": "2.52.2",
31
+ "rollup": "2.56.3",
32
32
  "rollup-plugin-typescript2": "0.30.0",
33
33
  "typescript": "4.2.2"
34
34
  },