Closed sobrinho closed 7 months ago
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch decamelize-keys@2.0.1 for the project I'm working on.
decamelize-keys@2.0.1
Here is the diff that solved my problem:
diff --git a/node_modules/decamelize-keys/index.js b/node_modules/decamelize-keys/index.js index 026b161..43ffdc3 100644 --- a/node_modules/decamelize-keys/index.js +++ b/node_modules/decamelize-keys/index.js @@ -12,7 +12,7 @@ const has = (array, key) => array.some(element => { return element.test(key); }); -const cache = new QuickLru({maxSize: 100_000}); +const cache = new QuickLru({maxSize: 100000}); // Reproduces behavior from `map-obj`. const isObject = value =>
This issue body was partially generated by patch-package.
No plans for that.
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch
decamelize-keys@2.0.1
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.