@firebase/remote-config 0.1.18-canary.fc3d5396 → 0.1.18

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/index.cjs.js CHANGED
@@ -1168,7 +1168,7 @@ var RetryingClient = /** @class */ (function () {
1168
1168
  }());
1169
1169
 
1170
1170
  var name = "@firebase/remote-config";
1171
- var version = "0.1.18-canary.fc3d5396";
1171
+ var version = "0.1.18";
1172
1172
 
1173
1173
  /**
1174
1174
  * @license
package/dist/index.esm.js CHANGED
@@ -1162,7 +1162,7 @@ var RetryingClient = /** @class */ (function () {
1162
1162
  }());
1163
1163
 
1164
1164
  var name = "@firebase/remote-config";
1165
- var version = "0.1.18-canary.fc3d5396";
1165
+ var version = "0.1.18";
1166
1166
 
1167
1167
  /**
1168
1168
  * @license
@@ -1011,7 +1011,7 @@ class RetryingClient {
1011
1011
  }
1012
1012
 
1013
1013
  const name = "@firebase/remote-config";
1014
- const version = "0.1.18-canary.fc3d5396";
1014
+ const version = "0.1.18";
1015
1015
 
1016
1016
  /**
1017
1017
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/remote-config",
3
- "version": "0.1.18-canary.fc3d5396",
3
+ "version": "0.1.18",
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",
@@ -23,21 +23,21 @@
23
23
  "prepare": "yarn build"
24
24
  },
25
25
  "peerDependencies": {
26
- "@firebase/app": "0.6.1-canary.fc3d5396",
27
- "@firebase/app-types": "0.6.0-canary.fc3d5396"
26
+ "@firebase/app": "0.x",
27
+ "@firebase/app-types": "0.x"
28
28
  },
29
29
  "dependencies": {
30
- "@firebase/installations": "0.4.7-canary.fc3d5396",
31
- "@firebase/logger": "0.2.1-canary.fc3d5396",
32
- "@firebase/remote-config-types": "0.1.8-canary.fc3d5396",
33
- "@firebase/util": "0.2.44-canary.fc3d5396",
34
- "@firebase/component": "0.1.9-canary.fc3d5396",
30
+ "@firebase/installations": "0.4.7",
31
+ "@firebase/logger": "0.2.1",
32
+ "@firebase/remote-config-types": "0.1.8",
33
+ "@firebase/util": "0.2.44",
34
+ "@firebase/component": "0.1.9",
35
35
  "tslib": "1.11.1"
36
36
  },
37
37
  "license": "Apache-2.0",
38
38
  "devDependencies": {
39
- "rollup": "2.6.1",
40
- "rollup-plugin-typescript2": "0.27.0",
39
+ "rollup": "2.0.6",
40
+ "rollup-plugin-typescript2": "0.26.0",
41
41
  "typescript": "3.8.3"
42
42
  },
43
43
  "repository": {