From a66db74fa51bd84a3e10dd35de339d28b6c42e33 Mon Sep 17 00:00:00 2001 From: Tim Fish Date: Fri, 19 Sep 2025 14:56:47 +0200 Subject: [PATCH] feat: Update wasm * Inline wasm binary (https://github.com/apm-js-collab/orchestrion-js/issues/46) * Load wasm lazily (https://github.com/apm-js-collab/orchestrion-js/issues/45) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 19cf8b5..020907f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "lib" ], "dependencies": { - "@apm-js-collab/code-transformer": "^0.7.0", + "@apm-js-collab/code-transformer": "^0.8.0", "debug": "^4.4.1", "module-details-from-path": "^1.0.4" }, @@ -27,4 +27,4 @@ "borp": "^0.20.1", "c8": "^10.1.3" } -} +} \ No newline at end of file