Compare commits

..

2 Commits

Author SHA1 Message Date
915ad00801 11.0.7 2024-04-02 20:58:34 +02:00
910671bfc6 fix(core): update 2024-04-02 20:58:33 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartfile",
"private": false,
"version": "11.0.6",
"version": "11.0.7",
"description": "offers smart ways to work with files in nodejs",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",

View File

@ -1,6 +1,6 @@
# @push.rocks/smartfile
[@push.rocks/smartfile offers smart ways to work with files in nodejs](https://gitlab.com/push.rocks/smartfile#readme)
> offers smart ways to work with files in nodejs
## Install

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfile',
version: '11.0.6',
version: '11.0.7',
description: 'offers smart ways to work with files in nodejs'
}