Added resolvers, unified package versioning and author section to fit with mono repo style

This commit is contained in:
2026-04-07 23:21:03 +02:00
parent 93bf577d8f
commit b5a487fcba
7 changed files with 123 additions and 112 deletions

View File

@@ -3,6 +3,10 @@
> [!NOTE]
> This document is written by Claude by Anthropic using Sonnet 4.6 and has yet to be vetted by Mikael Lövqvist
> [!NOTE]
> Insertion order of Set and Map are guaranteed. See https://tc39.es/ecma262/multipage/keyed-collections.html#sec-set.prototype.foreach and https://tc39.es/ecma262/multipage/keyed-collections.html#sec-map.prototype.foreach
> This document should be updated with this information.
## Overview
A reusable, minimum-footprint storage component written in Node.js, intended as a foundation across multiple projects. Backends for other languages are viable as long as they can serialize to JSON. The design aims to address [ACID](https://en.wikipedia.org/wiki/ACID) guarantees while keeping the implementation surface manageable.