@firebase/remote-config 0.3.1-2021912211028 → 0.3.1-canary.f0f6d74b5

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,13 @@
1
1
  # @firebase/remote-config
2
2
 
3
- ## 0.3.1-2021912211028
3
+ ## 0.3.1
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
9
  - Updated dependencies [[`93795c780`](https://github.com/firebase/firebase-js-sdk/commit/93795c7801d6b28ccbbe5855fd2f3fc377b1db5f)]:
10
- - @firebase/app@0.7.4-2021912211028
11
- - @firebase/installations@0.5.2-2021912211028
10
+ - @firebase/installations@0.5.2
12
11
 
13
12
  ## 0.3.0
14
13
 
package/dist/index.cjs.js CHANGED
@@ -10,7 +10,7 @@ var tslib = require('tslib');
10
10
  require('@firebase/installations');
11
11
 
12
12
  var name = "@firebase/remote-config";
13
- var version = "0.3.1-2021912211028";
13
+ var version = "0.3.1-canary.f0f6d74b5";
14
14
 
15
15
  /**
16
16
  * @license
package/dist/index.esm.js CHANGED
@@ -6,7 +6,7 @@ import { __awaiter, __generator, __assign } from 'tslib';
6
6
  import '@firebase/installations';
7
7
 
8
8
  var name = "@firebase/remote-config";
9
- var version = "0.3.1-2021912211028";
9
+ var version = "0.3.1-canary.f0f6d74b5";
10
10
 
11
11
  /**
12
12
  * @license
@@ -5,7 +5,7 @@ import { LogLevel, Logger } from '@firebase/logger';
5
5
  import '@firebase/installations';
6
6
 
7
7
  const name = "@firebase/remote-config";
8
- const version = "0.3.1-2021912211028";
8
+ const version = "0.3.1-canary.f0f6d74b5";
9
9
 
10
10
  /**
11
11
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/remote-config",
3
- "version": "0.3.1-2021912211028",
3
+ "version": "0.3.1-canary.f0f6d74b5",
4
4
  "description": "The Remote Config package of the Firebase JS SDK",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -28,18 +28,18 @@
28
28
  "typings:internal": "node ../../scripts/build/use_typings.js ./dist/src/index.d.ts"
29
29
  },
30
30
  "peerDependencies": {
31
- "@firebase/app": "0.7.4-2021912211028"
31
+ "@firebase/app": "0.7.4-canary.f0f6d74b5"
32
32
  },
33
33
  "dependencies": {
34
- "@firebase/installations": "0.5.2-2021912211028",
35
- "@firebase/logger": "0.3.0",
36
- "@firebase/util": "1.4.0",
37
- "@firebase/component": "0.5.7",
34
+ "@firebase/installations": "0.5.2-canary.f0f6d74b5",
35
+ "@firebase/logger": "0.3.0-canary.f0f6d74b5",
36
+ "@firebase/util": "1.4.0-canary.f0f6d74b5",
37
+ "@firebase/component": "0.5.7-canary.f0f6d74b5",
38
38
  "tslib": "^2.1.0"
39
39
  },
40
40
  "license": "Apache-2.0",
41
41
  "devDependencies": {
42
- "@firebase/app": "0.7.4-2021912211028",
42
+ "@firebase/app": "0.7.4-canary.f0f6d74b5",
43
43
  "rollup": "2.57.0",
44
44
  "rollup-plugin-typescript2": "0.30.0",
45
45
  "typescript": "4.2.2"