Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Taylor authored and Mat Taylor committed Oct 11, 2022
1 parent f99667d commit c4e0ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Objix

A dangerously convienient, high performance, zero dependency, lightweight utility (2kb min) that injects usefull functions into the Object prototype to sugar many common use cases when working with native Javascript objects.
A dangerously convienient, high performance, zero dependency, lightweight utility (2.4kb min) that injects usefull functions into the Object prototype to sugar many common use cases when working with native Javascript objects.

The functions include copies of Object class methods and Array prototype methods that are applied to the values of the object as well others inspired by lodash and some extras to delete keys, clean entries, stringify, compare, split and join objects as well as logging, trapping and observing changes.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "objix",
"version": "1.4.5",
"version": "1.4.6",
"description": "A dangerously convienient, high performance, lightweight (2.1kb) utility that injects methods into the Object prototype to sugar for many common use cases working with Javascript objects.",
"main": "objix.js",
"scripts": {
Expand Down

0 comments on commit c4e0ffd

Please sign in to comment.