diff --git a/README.md b/README.md index fbe8bf7..c459e12 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ You might also be interested in these projects: * [has-value](https://www.npmjs.com/package/has-value): Returns true if a value exists, false if empty. Works with deeply nested values using… [more](https://github.com/jonschlinkert/has-value) | [homepage](https://github.com/jonschlinkert/has-value "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.") * [merge-value](https://www.npmjs.com/package/merge-value): Similar to assign-value but deeply merges object values or nested values using object path/dot notation. | [homepage](https://github.com/jonschlinkert/merge-value "Similar to assign-value but deeply merges object values or nested values using object path/dot notation.") * [omit-value](https://www.npmjs.com/package/omit-value): Omit properties from an object or deeply nested property of an object using object path… [more](https://github.com/jonschlinkert/omit-value) | [homepage](https://github.com/jonschlinkert/omit-value "Omit properties from an object or deeply nested property of an object using object path notation.") -* [set-value](https://www.npmjs.com/package/set-value): Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | [homepage](https://github.com/jonschlinkert/set-value "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.") +* [set-value](https://www.npmjs.com/package/set-value): Set nested properties on an object using dot notation. | [homepage](https://github.com/jonschlinkert/set-value "Set nested properties on an object using dot notation.") * [union-value](https://www.npmjs.com/package/union-value): Set an array of unique values as the property of an object. Supports setting deeply… [more](https://github.com/jonschlinkert/union-value) | [homepage](https://github.com/jonschlinkert/union-value "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.") * [unset-value](https://www.npmjs.com/package/unset-value): Delete nested properties from an object using dot notation. | [homepage](https://github.com/jonschlinkert/unset-value "Delete nested properties from an object using dot notation.") @@ -216,11 +216,15 @@ You might also be interested in these projects: | **Commits** | **Contributor** | | --- | --- | -| 73 | [jonschlinkert](https://github.com/jonschlinkert) | +| 90 | [jonschlinkert](https://github.com/jonschlinkert) | +| 4 | [doowb](https://github.com/doowb) | | 2 | [mbelsky](https://github.com/mbelsky) | -| 1 | [doowb](https://github.com/doowb) | +| 1 | [dkebler](https://github.com/dkebler) | | 1 | [GlennKintscher](https://github.com/GlennKintscher) | -| 1 | [vadimdemedes](https://github.com/vadimdemedes) | +| 1 | [petermorlion](https://github.com/petermorlion) | +| 1 | [abetomo](https://github.com/abetomo) | +| 1 | [zeidoo](https://github.com/zeidoo) | +| 1 | [ready-research](https://github.com/ready-research) | | 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | ### Author @@ -233,9 +237,9 @@ You might also be interested in these projects: ### License -Copyright © 2020, [Jon Schlinkert](https://github.com/jonschlinkert). +Copyright © 2022, [Jon Schlinkert](https://github.com/jonschlinkert). Released under the [MIT License](LICENSE). *** -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 01, 2020._ \ No newline at end of file +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on August 16, 2022._ \ No newline at end of file diff --git a/package.json b/package.json index e62b6f2..e1b6381 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "set-value", "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.", - "version": "3.0.2", + "version": "3.0.3", "homepage": "https://github.com/jonschlinkert/set-value", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [