feat: implement Layer 2 per-file transit, RAM session, mock buffer, and tests (v0.2.0)

This commit is contained in:
“Naeel”
2026-09-06 12:01:56 +03:00
parent 0ea7ba058c
commit 112c84f11a
34 changed files with 2200 additions and 162 deletions
+4 -2
View File
@@ -1,10 +1,11 @@
{
"name": "upload-platform-file-picker",
"private": true,
"version": "0.1.13",
"version": "0.2.0",
"type": "module",
"scripts": {
"build": "node build.mjs"
"build": "node build.mjs",
"test": "node --test tests/*.test.mjs"
},
"dependencies": {
"fflate": "^0.8.3"
@@ -13,3 +14,4 @@
"esbuild": "^0.25.0"
}
}