Compare commits

..

2 Commits

Author SHA1 Message Date
9ae26177b8 5.0.20 2023-06-25 02:01:20 +02:00
26ac52d6c5 fix(core): update 2023-06-25 02:01:19 +02:00
3 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartdata",
"version": "5.0.19",
"version": "5.0.20",
"private": false,
"description": "do more with data",
"main": "dist_ts/index.js",

View File

@ -1,4 +1 @@
required:
- MONGO_URL
- MONGO_DBNAME
- MONGO_PASS

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartdata',
version: '5.0.19',
version: '5.0.20',
description: 'do more with data'
}