@medipass/utils 11.73.4 → 11.73.5-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.
Files changed (2) hide show
  1. package/get-env.js +0 -2
  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.4",
3
+ "version": "11.73.5-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": "630106f320ab607d326bd13a3390de6a041de835"
54
+ "gitHead": "663dcd16c7281aa4a285c01d35749a2571e33e50"
55
55
  }