init component

This commit is contained in:
Robin COuret
2026-02-16 17:28:37 +01:00
parent 460c7a25e0
commit e0e50af706
4557 changed files with 666911 additions and 8 deletions

38
node_modules/fp-ts-local-storage/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,38 @@
# Changelog
> **Tags:**
>
> - [New Feature]
> - [Bug Fix]
> - [Breaking Change]
> - [Documentation]
> - [Internal]
> - [Polish]
> - [Experimental]
**Note**: Gaps between patch versions are faulty/broken releases.
**Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.
# 1.0.3
- **Bug Fix**
- don't set `target: es6` in `tsconfig.build-es6.json` (@gcanti)
# 1.0.2
- **New Feature**
- add build in ES6 format, #3 (@StefanoMagrassi)
# 0.2.0
- **Breaking Change**
- upgrade to `fp-ts@2.x` (@gcanti)
# 0.1.1
- **Polish**
- move `fp-ts` to peerDependencies (@gcanti)
# 0.1.0
Initial release