1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-23 19:32:14 +00:00

bump version

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-09-21 21:43:26 +02:00
parent 4efb33c0cb
commit ffaf544d10
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6
2 changed files with 25023 additions and 3 deletions

25020
packages/object-util/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/object-util",
"version": "1.2.0",
"version": "1.3.0",
"description": "some Function to make work on objects easier",
"repository": {
"type": "git",
@ -15,12 +15,12 @@
"@types/chai": "^4.2.12",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"parcel": "^1.12.4",
"parcel": "1.12.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"scripts": {
"prepublishOnly": "yarn build",
"prepublishOnly": "npm run build",
"build": "parcel build src/index.ts --out-file browser.js --experimental-scope-hoisting && tsc",
"test": "jest --coverage"
}