fix(core): update

This commit is contained in:
2024-04-26 15:36:25 +02:00
parent 2a9f1622a5
commit 795c7231eb
4 changed files with 57 additions and 52 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartarray',
version: '1.0.6',
description: 'a package exposing async manipulation for arrays'
version: '1.0.7',
description: 'A library providing asynchronous operations like filter, map, and deduplication for arrays in TypeScript.'
}