@dereekb/util 10.1.26 → 10.1.27

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.
@@ -2,6 +2,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [10.1.27](https://github.com/dereekb/dbx-components/compare/v10.1.26-dev...v10.1.27) (2024-09-26)
6
+
7
+
8
+
5
9
  ## [10.1.26](https://github.com/dereekb/dbx-components/compare/v10.1.25-dev...v10.1.26) (2024-09-12)
6
10
 
7
11
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/util/fetch",
3
- "version": "10.1.26",
3
+ "version": "10.1.27",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@dereekb/util": "*"
package/index.cjs.js CHANGED
@@ -7406,8 +7406,8 @@ function assignValuesToPOJOFunction(input = exports.KeyValueTypleValueFilter.UND
7406
7406
  target[key] = value;
7407
7407
  }
7408
7408
  });
7409
- const fn = (inputTarget, obj, inputCopy = copy) => {
7410
- const target = inputCopy ? Object.assign({}, inputTarget) : inputTarget;
7409
+ const fn = (inputTarget, obj, returnCopy = copy) => {
7410
+ const target = returnCopy ? Object.assign({}, inputTarget) : inputTarget;
7411
7411
  assignEachValueToTarget(obj, target);
7412
7412
  return target;
7413
7413
  };
package/index.esm.js CHANGED
@@ -8496,8 +8496,8 @@ function assignValuesToPOJOFunction(input = KeyValueTypleValueFilter.UNDEFINED)
8496
8496
  target[key] = value;
8497
8497
  }
8498
8498
  });
8499
- const fn = (inputTarget, obj, inputCopy = copy) => {
8500
- const target = inputCopy ? Object.assign({}, inputTarget) : inputTarget;
8499
+ const fn = (inputTarget, obj, returnCopy = copy) => {
8500
+ const target = returnCopy ? Object.assign({}, inputTarget) : inputTarget;
8501
8501
  assignEachValueToTarget(obj, target);
8502
8502
  return target;
8503
8503
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/util",
3
- "version": "10.1.26",
3
+ "version": "10.1.27",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./src/index.d.ts",
package/test/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [10.1.27](https://github.com/dereekb/dbx-components/compare/v10.1.26-dev...v10.1.27) (2024-09-26)
6
+
7
+
8
+
5
9
  ## [10.1.26](https://github.com/dereekb/dbx-components/compare/v10.1.25-dev...v10.1.26) (2024-09-12)
6
10
 
7
11
 
package/test/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/util/test",
3
- "version": "10.1.26",
3
+ "version": "10.1.27",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@dereekb/util": "*"