@firebase/remote-config-types 0.2.0 → 0.2.1-canary.9e9ee7ba3

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,8 +1,13 @@
1
1
  # @firebase/remote-config-types
2
2
 
3
- ## 0.2.0
4
- ### Minor Changes
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
5
6
 
7
+ - [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.
6
8
 
9
+ ## 0.2.0
10
+
11
+ ### Minor Changes
7
12
 
8
13
  - [`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6) [#5345](https://github.com/firebase/firebase-js-sdk/pull/5345) (fixes [#5015](https://github.com/firebase/firebase-js-sdk/issues/5015)) - Release modularized SDKs
package/index.d.ts CHANGED
@@ -22,7 +22,7 @@ export interface RemoteConfig {
22
22
  settings: Settings;
23
23
 
24
24
  /**
25
- * Object containing default values for conigs.
25
+ * Object containing default values for configs.
26
26
  */
27
27
  defaultConfig: { [key: string]: string | number | boolean };
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/remote-config-types",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-canary.9e9ee7ba3",
4
4
  "description": "@firebase/remote-config Types",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",