From 9d4c4e82442e4a41f14eb945f002f8748f2a6c94 Mon Sep 17 00:00:00 2001 From: Tiago <70700766+tiagorangel1@users.noreply.github.com> Date: Sat, 10 May 2025 10:27:00 +0100 Subject: [PATCH] standalone: js libs storage --- standalone/package.json | 4 +- standalone/public/test.html | 3 +- standalone/src/index.js | 81 ++++++++++++++++++++++++++++++------- widget/src/src/cap.js | 2 - 4 files changed, 70 insertions(+), 20 deletions(-) diff --git a/standalone/package.json b/standalone/package.json index e52fe40..38d0036 100644 --- a/standalone/package.json +++ b/standalone/package.json @@ -1,6 +1,6 @@ { - "name": "app", - "version": "1.0.8", + "name": "cap-standalone", + "version": "1.0.9", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "bun run --watch src/index.js", diff --git a/standalone/public/test.html b/standalone/public/test.html index 19bbb6f..3d4f057 100644 --- a/standalone/public/test.html +++ b/standalone/public/test.html @@ -99,7 +99,8 @@ - + +