Skip to content

Commit 4baee5b

Browse files
authored
chore: add changeset for initial 0.0.1 release (#11)
1 parent 780c395 commit 4baee5b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/chilly-books-hunt.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@webiny/stdlib": patch
3+
---
4+
5+
Initial release of @webiny/stdlib — platform-agnostic, Node.js, and browser utilities built on @webiny/di dependency injection.
6+
7+
Includes Result/ResultAsync types, BaseError, Logger (Console + Pino), Cache (Memory + AsyncMemory + LocalStorage), FileTool, DirectoryTool, JsonFileTool, PathTool, NdJsonReaderTool, ReadStreamFactory, and PackageJsonFileTool.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webiny/stdlib",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"type": "module",
55
"description": "Standard library for Webiny — platform-agnostic, Node.js, and browser utilities",
66
"license": "MIT",

0 commit comments

Comments
 (0)