Compare commits

..

No commits in common. "b55a3eb83f8a5a6dd8ca2587f302e3ecb8bf07ea" and "f1daec6f4486b6318e7525510d5c150f3c3b6788" have entirely different histories.

3 changed files with 3 additions and 9 deletions

View File

@ -1,12 +1,5 @@
# Changelog # Changelog
## 2024-06-23 - 11.0.22 - fix(core)
Update dependencies and changelog
- Updated @push.rocks/smartstream to ^3.0.44
- Updated glob to ^10.4.2
- Updated @types/node to ^20.14.8
## 2024-06-23 - 11.0.21 - fix(dependencies) ## 2024-06-23 - 11.0.21 - fix(dependencies)
Update dependencies to latest versions Update dependencies to latest versions
@ -15,6 +8,7 @@ Update dependencies to latest versions
- Updated glob to ^10.4.2 - Updated glob to ^10.4.2
- Updated @types/node to ^20.14.8 - Updated @types/node to ^20.14.8
## 2024-06-07 - 11.0.20 - Changelog ## 2024-06-07 - 11.0.20 - Changelog
11.0.20 11.0.20

View File

@ -1,7 +1,7 @@
{ {
"name": "@push.rocks/smartfile", "name": "@push.rocks/smartfile",
"private": false, "private": false,
"version": "11.0.22", "version": "11.0.21",
"description": "Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.", "description": "Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartfile', name: '@push.rocks/smartfile',
version: '11.0.22', version: '11.0.21',
description: 'Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.' description: 'Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.'
} }