diff --git a/deno.json b/deno.json index 99d3006..dc2ee66 100644 --- a/deno.json +++ b/deno.json @@ -1,7 +1,11 @@ { "compilerOptions": { "experimentalDecorators": true, - "lib": ["ES2022", "DOM"] + "lib": [ + "ES2022", + "DOM" + ] }, - "nodeModulesDir": "auto" + "nodeModulesDir": "auto", + "version": "5.16.6" } diff --git a/package.json b/package.json index a98aabc..c7d0cbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartdata", - "version": "5.16.5", + "version": "5.16.6", "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.", "main": "dist_ts/index.js",