From 17676d26918bc819031d1e6c5303bcd13fcf6c11 Mon Sep 17 00:00:00 2001 From: Roman Date: Sun, 12 Apr 2026 12:08:49 +0100 Subject: [PATCH] feat: add `atob-lite` to native manifest --- manifests/native.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/native.json b/manifests/native.json index 866c5fa..e4e4f10 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -1879,6 +1879,11 @@ "moduleName": "atob", "replacements": ["atob"] }, + "atob-lite": { + "type": "module", + "moduleName": "atob-lite", + "replacements": ["atob"] + }, "btoa": { "type": "module", "moduleName": "btoa",