From a6abec9bf72a8e7fb7be67f8673cce706b5c71eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:36:47 +0000 Subject: [PATCH 1/3] build(deps): bump @microlink/mql from 0.14.2 to 0.15.1 Bumps [@microlink/mql](https://github.com/microlinkhq/mql) from 0.14.2 to 0.15.1. - [Release notes](https://github.com/microlinkhq/mql/releases) - [Changelog](https://github.com/microlinkhq/mql/blob/master/CHANGELOG.md) - [Commits](https://github.com/microlinkhq/mql/compare/v0.14.2...v0.15.1) --- updated-dependencies: - dependency-name: "@microlink/mql" dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66e8ba2..d28f644 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "serverless" ], "dependencies": { - "@microlink/mql": "~0.14.0", + "@microlink/mql": "~0.15.1", "base64-url": "~2.3.3" }, "devDependencies": { From 54b925aae888a971f6060b320b1a99c14ac4ac43 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 17 Mar 2026 10:54:25 +0100 Subject: [PATCH 2/3] chore: remove lightweight --- .gitignore | 4 +- {lightweight => dist}/index.d.ts | 0 dist/package.json | 3 ++ index.html | 2 +- lightweight/package.json | 5 --- package.json | 32 +++++++++------ rollup.config.js | 25 +++++------ src/index.js | 41 +++++++++++++++++++ src/lightweight.mjs | 22 ---------- src/main.mjs | 7 ++++ src/node.js | 39 ------------------ test/clients.mjs | 6 +-- test/compress.mjs | 34 +++++++++++++++ ...{lightweight.test-d.ts => index.test-d.ts} | 2 +- 14 files changed, 120 insertions(+), 102 deletions(-) rename {lightweight => dist}/index.d.ts (100%) create mode 100644 dist/package.json delete mode 100644 lightweight/package.json create mode 100644 src/index.js delete mode 100644 src/lightweight.mjs create mode 100644 src/main.mjs delete mode 100644 src/node.js create mode 100644 test/compress.mjs rename test/{lightweight.test-d.ts => index.test-d.ts} (91%) diff --git a/.gitignore b/.gitignore index d4b907e..de4b5b2 100755 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,4 @@ coverage .env .envrc stats.html -src/node.mjs -lightweight/index.js -lightweight/index-bundled.d.ts +dist/index.js diff --git a/lightweight/index.d.ts b/dist/index.d.ts similarity index 100% rename from lightweight/index.d.ts rename to dist/index.d.ts diff --git a/dist/package.json b/dist/package.json new file mode 100644 index 0000000..3dbc1ca --- /dev/null +++ b/dist/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} diff --git a/index.html b/index.html index f61bccc..6fb9caf 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,7 @@ }