@firebase/remote-config-compat 0.2.20-canary.ccbf7ba36 → 0.2.20-canary.d1d898f55
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/dist/esm/index.esm.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/package.json +8 -8
package/dist/esm/index.esm.js
CHANGED
package/dist/index.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/remote-config-compat",
|
|
3
|
-
"version": "0.2.20-canary.
|
|
3
|
+
"version": "0.2.20-canary.d1d898f55",
|
|
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",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
},
|
|
35
35
|
"license": "Apache-2.0",
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@firebase/app-compat": "0.5.
|
|
37
|
+
"@firebase/app-compat": "0.5.6-canary.d1d898f55"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@firebase/remote-config": "0.7.0-canary.
|
|
41
|
-
"@firebase/remote-config-types": "0.5.0-canary.
|
|
42
|
-
"@firebase/util": "1.13.0-canary.
|
|
43
|
-
"@firebase/logger": "0.5.0-canary.
|
|
44
|
-
"@firebase/component": "0.7.0-canary.
|
|
40
|
+
"@firebase/remote-config": "0.7.0-canary.d1d898f55",
|
|
41
|
+
"@firebase/remote-config-types": "0.5.0-canary.d1d898f55",
|
|
42
|
+
"@firebase/util": "1.13.0-canary.d1d898f55",
|
|
43
|
+
"@firebase/logger": "0.5.0-canary.d1d898f55",
|
|
44
|
+
"@firebase/component": "0.7.0-canary.d1d898f55",
|
|
45
45
|
"tslib": "^2.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"rollup-plugin-replace": "2.2.0",
|
|
51
51
|
"rollup-plugin-typescript2": "0.36.0",
|
|
52
52
|
"typescript": "5.5.4",
|
|
53
|
-
"@firebase/app-compat": "0.5.
|
|
53
|
+
"@firebase/app-compat": "0.5.6-canary.d1d898f55"
|
|
54
54
|
},
|
|
55
55
|
"repository": {
|
|
56
56
|
"directory": "packages/remote-config-compat",
|