@firebase/remote-config-compat 0.1.15 → 0.1.16
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 +13 -0
- package/dist/esm/index.esm2017.js +1 -1
- package/dist/esm/index.esm5.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/src/index.d.ts +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @firebase/remote-config-compat
|
|
2
2
|
|
|
3
|
+
## 0.1.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
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.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5)]:
|
|
10
|
+
- @firebase/component@0.5.21
|
|
11
|
+
- @firebase/logger@0.3.4
|
|
12
|
+
- @firebase/remote-config@0.3.15
|
|
13
|
+
- @firebase/remote-config-types@0.2.1
|
|
14
|
+
- @firebase/util@1.7.3
|
|
15
|
+
|
|
3
16
|
## 0.1.15
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/esm/index.esm5.js
CHANGED
package/dist/index.cjs.js
CHANGED
package/dist/src/index.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ declare module '@firebase/app-compat' {
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
import { FirebaseApp as FirebaseAppCompat } from "@firebase/app-compat";
|
|
30
|
-
import { Value, RemoteConfig, LogLevel } from "@firebase/remote-config";
|
|
30
|
+
import { type Value, type RemoteConfig, type LogLevel } from "@firebase/remote-config";
|
|
31
31
|
declare module "@firebase/remote-config" {
|
|
32
32
|
function activate(remoteConfig: RemoteConfigCompat): Promise<boolean>;
|
|
33
33
|
function ensureInitialized(remoteConfig: RemoteConfigCompat): Promise<void>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/remote-config-compat",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"description": "The compatibility package of Remote Config",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -38,20 +38,20 @@
|
|
|
38
38
|
"@firebase/app-compat": "0.x"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@firebase/remote-config": "0.3.
|
|
42
|
-
"@firebase/remote-config-types": "0.2.
|
|
43
|
-
"@firebase/util": "1.7.
|
|
44
|
-
"@firebase/logger": "0.3.
|
|
45
|
-
"@firebase/component": "0.5.
|
|
41
|
+
"@firebase/remote-config": "0.3.15",
|
|
42
|
+
"@firebase/remote-config-types": "0.2.1",
|
|
43
|
+
"@firebase/util": "1.7.3",
|
|
44
|
+
"@firebase/logger": "0.3.4",
|
|
45
|
+
"@firebase/component": "0.5.21",
|
|
46
46
|
"tslib": "^2.1.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"rollup": "2.
|
|
49
|
+
"rollup": "2.79.1",
|
|
50
50
|
"@rollup/plugin-json": "4.1.0",
|
|
51
51
|
"rollup-plugin-replace": "2.2.0",
|
|
52
52
|
"rollup-plugin-typescript2": "0.31.2",
|
|
53
53
|
"typescript": "4.2.2",
|
|
54
|
-
"@firebase/app-compat": "0.1.
|
|
54
|
+
"@firebase/app-compat": "0.1.38"
|
|
55
55
|
},
|
|
56
56
|
"repository": {
|
|
57
57
|
"directory": "packages/remote-config-compat",
|