@firebase/remote-config 0.2.0-202172505352 → 0.2.0-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.
- package/CHANGELOG.md +2 -3
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm2017.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @firebase/remote-config
|
|
2
2
|
|
|
3
|
-
## 0.2.0
|
|
3
|
+
## 0.2.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
11
|
- Updated dependencies [[`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6)]:
|
|
12
|
-
- @firebase/
|
|
13
|
-
- @firebase/installations@0.5.0-202172505352
|
|
12
|
+
- @firebase/installations@0.5.0
|
|
14
13
|
|
|
15
14
|
## 0.1.43
|
|
16
15
|
|
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/index.esm2017.js
CHANGED
|
@@ -5,7 +5,7 @@ import { ErrorFactory, FirebaseError, getModularInstance, calculateBackoffMillis
|
|
|
5
5
|
import '@firebase/installations';
|
|
6
6
|
|
|
7
7
|
const name = "@firebase/remote-config";
|
|
8
|
-
const version = "0.2.0-
|
|
8
|
+
const version = "0.2.0-canary.07b88e6e8";
|
|
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.2.0-
|
|
3
|
+
"version": "0.2.0-canary.07b88e6e8",
|
|
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",
|
|
@@ -24,23 +24,23 @@
|
|
|
24
24
|
"api-report": "api-extractor run --local --verbose",
|
|
25
25
|
"doc": "api-documenter markdown --input temp --output docs",
|
|
26
26
|
"build:doc": "yarn build && yarn doc",
|
|
27
|
-
"typings:public": "node ../../scripts/
|
|
28
|
-
"typings:internal": "node ../../scripts/
|
|
27
|
+
"typings:public": "node ../../scripts/build/use_typings.js ./dist/remote-config-public.d.ts",
|
|
28
|
+
"typings:internal": "node ../../scripts/build/use_typings.js ./dist/src/index.d.ts"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@firebase/app": "0.7.0-
|
|
31
|
+
"@firebase/app": "0.7.0-canary.07b88e6e8"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@firebase/installations": "0.5.0-
|
|
35
|
-
"@firebase/logger": "0.2.6",
|
|
36
|
-
"@firebase/util": "1.3.0",
|
|
37
|
-
"@firebase/component": "0.5.6",
|
|
34
|
+
"@firebase/installations": "0.5.0-canary.07b88e6e8",
|
|
35
|
+
"@firebase/logger": "0.2.6-canary.07b88e6e8",
|
|
36
|
+
"@firebase/util": "1.3.0-canary.07b88e6e8",
|
|
37
|
+
"@firebase/component": "0.5.6-canary.07b88e6e8",
|
|
38
38
|
"tslib": "^2.1.0"
|
|
39
39
|
},
|
|
40
40
|
"license": "Apache-2.0",
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@firebase/app": "0.7.0-
|
|
43
|
-
"rollup": "2.
|
|
42
|
+
"@firebase/app": "0.7.0-canary.07b88e6e8",
|
|
43
|
+
"rollup": "2.56.3",
|
|
44
44
|
"rollup-plugin-typescript2": "0.30.0",
|
|
45
45
|
"typescript": "4.2.2"
|
|
46
46
|
},
|