Compare commits

..

2 Commits

Author SHA1 Message Date
7a257ea925 5.0.33 2023-08-21 12:39:49 +02:00
2fa1e89f34 fix(core): update 2023-08-21 12:39:48 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartdata",
"version": "5.0.32",
"version": "5.0.33",
"private": false,
"description": "do more with data",
"main": "dist_ts/index.js",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartdata',
version: '5.0.32',
version: '5.0.33',
description: 'do more with data'
}