fix(plugins): Use explicit node: imports for native path and stream modules in ts/plugins.ts

This commit is contained in:
2025-11-20 13:38:53 +00:00
parent e147a077f3
commit 429375a643
4 changed files with 8129 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartbucket',
version: '4.0.0',
version: '4.0.1',
description: 'A TypeScript library providing a cloud-agnostic interface for managing object storage with functionalities like bucket management, file and directory operations, and advanced features such as metadata handling and file locking.'
}