fix(core): update

This commit is contained in:
2024-04-27 08:12:29 +02:00
parent ff920f89f0
commit 92e251b8d4
4 changed files with 83 additions and 51 deletions

View File

@@ -5,19 +5,20 @@
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "smartarray",
"description": "A library providing asynchronous operations like filter, map, and deduplication for arrays in TypeScript.",
"description": "A TypeScript library for enhancing array manipulation with asynchronous operations such as mapping, filtering, and deduplication.",
"npmPackagename": "@push.rocks/smartarray",
"license": "MIT",
"projectDomain": "push.rocks",
"keywords": [
"asynchronous array operations",
"typescript library",
"array filtering",
"TypeScript",
"asynchronous programming",
"array manipulation",
"array mapping",
"array deduplication",
"array filtering",
"deduplication",
"async/await",
"software development",
"npm package",
"modern JavaScript development",
"open source"
]
}