diff --git a/.changeset/chilly-books-hunt.md b/.changeset/chilly-books-hunt.md new file mode 100644 index 0000000..802f20e --- /dev/null +++ b/.changeset/chilly-books-hunt.md @@ -0,0 +1,7 @@ +--- +"@webiny/stdlib": patch +--- + +Initial release of @webiny/stdlib — platform-agnostic, Node.js, and browser utilities built on @webiny/di dependency injection. + +Includes Result/ResultAsync types, BaseError, Logger (Console + Pino), Cache (Memory + AsyncMemory + LocalStorage), FileTool, DirectoryTool, JsonFileTool, PathTool, NdJsonReaderTool, ReadStreamFactory, and PackageJsonFileTool. diff --git a/package.json b/package.json index b66e32f..fb78ba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webiny/stdlib", - "version": "0.0.1", + "version": "0.0.0", "type": "module", "description": "Standard library for Webiny — platform-agnostic, Node.js, and browser utilities", "license": "MIT",