@firebase/remote-config-compat 0.2.2-20230201003102 → 0.2.2

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,14 +1,13 @@
1
1
  # @firebase/remote-config-compat
2
2
 
3
- ## 0.2.2-20230201003102
3
+ ## 0.2.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [[`0bab0b7a7`](https://github.com/firebase/firebase-js-sdk/commit/0bab0b7a786d1563bf665904c7097d1fe06efce5)]:
8
- - @firebase/util@1.9.1-20230201003102
9
- - @firebase/app-compat@0.2.2-20230201003102
10
- - @firebase/component@0.6.2-20230201003102
11
- - @firebase/remote-config@0.4.2-20230201003102
8
+ - @firebase/util@1.9.1
9
+ - @firebase/component@0.6.2
10
+ - @firebase/remote-config@0.4.2
12
11
 
13
12
  ## 0.2.1
14
13
 
@@ -81,7 +81,7 @@ class RemoteConfigCompatImpl {
81
81
  }
82
82
 
83
83
  const name = "@firebase/remote-config-compat";
84
- const version = "0.2.2-20230201003102";
84
+ const version = "0.2.2";
85
85
 
86
86
  /**
87
87
  * @license
@@ -98,7 +98,7 @@ var RemoteConfigCompatImpl = /** @class */ (function () {
98
98
  }());
99
99
 
100
100
  var name = "@firebase/remote-config-compat";
101
- var version = "0.2.2-20230201003102";
101
+ var version = "0.2.2";
102
102
 
103
103
  /**
104
104
  * @license
package/dist/index.cjs.js CHANGED
@@ -104,7 +104,7 @@ var RemoteConfigCompatImpl = /** @class */ (function () {
104
104
  }());
105
105
 
106
106
  var name = "@firebase/remote-config-compat";
107
- var version = "0.2.2-20230201003102";
107
+ var version = "0.2.2";
108
108
 
109
109
  /**
110
110
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/remote-config-compat",
3
- "version": "0.2.2-20230201003102",
3
+ "version": "0.2.2",
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",
@@ -35,14 +35,14 @@
35
35
  },
36
36
  "license": "Apache-2.0",
37
37
  "peerDependencies": {
38
- "@firebase/app-compat": "0.2.2-20230201003102"
38
+ "@firebase/app-compat": "0.x"
39
39
  },
40
40
  "dependencies": {
41
- "@firebase/remote-config": "0.4.2-20230201003102",
41
+ "@firebase/remote-config": "0.4.2",
42
42
  "@firebase/remote-config-types": "0.3.0",
43
- "@firebase/util": "1.9.1-20230201003102",
43
+ "@firebase/util": "1.9.1",
44
44
  "@firebase/logger": "0.4.0",
45
- "@firebase/component": "0.6.2-20230201003102",
45
+ "@firebase/component": "0.6.2",
46
46
  "tslib": "^2.1.0"
47
47
  },
48
48
  "devDependencies": {
@@ -51,7 +51,7 @@
51
51
  "rollup-plugin-replace": "2.2.0",
52
52
  "rollup-plugin-typescript2": "0.31.2",
53
53
  "typescript": "4.7.4",
54
- "@firebase/app-compat": "0.2.2-20230201003102"
54
+ "@firebase/app-compat": "0.2.2"
55
55
  },
56
56
  "repository": {
57
57
  "directory": "packages/remote-config-compat",