@medipass/utils 11.73.3 → 11.73.4-feature-migrate-react-core-to-ts.0
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/get-env.js +0 -2
- package/package.json +2 -2
package/get-env.js
CHANGED
|
@@ -182,7 +182,6 @@ var Env = /*#__PURE__*/function () {
|
|
|
182
182
|
|
|
183
183
|
for (var key in newEnv) {
|
|
184
184
|
if (Object.prototype.hasOwnProperty.call(newEnv, key)) {
|
|
185
|
-
// $FlowFixMe
|
|
186
185
|
this[key] = newEnv[key];
|
|
187
186
|
}
|
|
188
187
|
}
|
|
@@ -191,7 +190,6 @@ var Env = /*#__PURE__*/function () {
|
|
|
191
190
|
_proto.clear = function clear() {
|
|
192
191
|
for (var key in this) {
|
|
193
192
|
if (Object.prototype.hasOwnProperty.call(this, key)) {
|
|
194
|
-
// $FlowFixMe
|
|
195
193
|
delete this[key];
|
|
196
194
|
}
|
|
197
195
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/utils",
|
|
3
|
-
"version": "11.73.
|
|
3
|
+
"version": "11.73.4-feature-migrate-react-core-to-ts.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"rimraf": "^2.6.2",
|
|
52
52
|
"typescript": "4.8.4"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "70d783c497a1ca76acc1f18bf46ad5962238a43f"
|
|
55
55
|
}
|