This commit is contained in:
2025-11-17 04:16:39 +00:00
parent 7344ae2db3
commit c979b60945
2 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,11 @@
{ {
"compilerOptions": { "compilerOptions": {
"experimentalDecorators": true, "experimentalDecorators": true,
"lib": ["ES2022", "DOM"] "lib": [
"ES2022",
"DOM"
]
}, },
"nodeModulesDir": "auto" "nodeModulesDir": "auto",
"version": "5.16.6"
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartdata", "name": "@push.rocks/smartdata",
"version": "5.16.5", "version": "5.16.6",
"private": false, "private": false,
"description": "An advanced library for NoSQL data organization and manipulation using TypeScript with support for MongoDB, data validation, collections, and custom data types.", "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", "main": "dist_ts/index.js",