1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-12 19:09:18 +00:00

Add objectOmit function

- also bump deps (not parcel because 2 is not the way I want to continue using it)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-09-28 11:47:33 +02:00
parent ffaf544d10
commit cb97ded195
5 changed files with 1467 additions and 2407 deletions

View File

@ -1,22 +1,23 @@
{
"name": "@dzeio/object-util",
"version": "1.3.0",
"description": "some Function to make work on objects easier",
"description": "Utility functions to manipulate an object",
"repository": {
"type": "git",
"url": "https://github.com/dzeiocom/libs.git",
"directory": "packages/object-util"
},
"homepage": "https://github.com/dzeiocom/libs/tree/master/packages/object-util",
"author": "Aviortheking",
"license": "MIT",
"main": "./dist/ObjectUtil.js",
"types": "./dist/ObjectUtil.d.ts",
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"@types/jest": "^27.0.0",
"jest": "^27.0.0",
"parcel": "1.12.3",
"ts-node": "^9.0.0",
"ts-jest": "^27.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.0.2"
},
"scripts": {