expensify-common 2.0.136 → 2.0.137

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/fastMerge.js CHANGED
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
- /* eslint-disable @typescript-eslint/prefer-for-of */
2
+ 'worklet';
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
+ /* eslint-disable @typescript-eslint/prefer-for-of */
4
5
  // Mostly copied from https://medium.com/@lubaka.a/how-to-remove-lodash-performance-improvement-b306669ad0e1
5
6
  /**
6
7
  * Checks whether the given value can be merged. It has to be an object, but not an array, RegExp or Date.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expensify-common",
3
- "version": "2.0.136",
3
+ "version": "2.0.137",
4
4
  "author": "Expensify, Inc.",
5
5
  "description": "Expensify libraries and components shared across different repos",
6
6
  "homepage": "https://expensify.com",