fix(core): update

This commit is contained in:
2024-04-14 04:00:56 +02:00
parent b4cd6b0fe1
commit 06776d74c8
5 changed files with 104 additions and 123 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartdata",
"version": "5.1.0",
"private": false,
"description": "do more with data",
"description": "An advanced library for NoSQL data organization and manipulation using TypeScript with support for MongoDB, data validation, collections, and custom data types.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -57,5 +57,15 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"data manipulation",
"NoSQL",
"MongoDB",
"TypeScript",
"data validation",
"collections",
"custom data types",
"ODM"
]
}
}