fix(core): update
This commit is contained in:
15
package.json
15
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartarray",
|
||||
"version": "1.0.7",
|
||||
"private": false,
|
||||
"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.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -37,14 +37,15 @@
|
||||
],
|
||||
"type": "module",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user