@eik/sink-file-system
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
## [1.0.1](https://github.com/eik-lib/sink-file-system/compare/v1.0.0...v1.0.1) (2024-07-29) | ||
### Bug Fixes | ||
* publish types ([917c262](https://github.com/eik-lib/sink-file-system/commit/917c262010855c689ec762fe76cd1cabfa4dcf7f)) | ||
# 1.0.0 (2024-07-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@eik/sink-file-system", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Sink implementation that persists files on the local file system.", | ||
"main": "lib/main.js", | ||
"types": "types/main.d.ts", | ||
"type": "module", | ||
@@ -7,0 +8,0 @@ "files": [ |
15947