fix(sdk_signer): forcer CommonJS pour compat WASM (Node ESM error)

This commit is contained in:
Debian 2025-09-02 11:39:18 +00:00
parent c3df1e4a88
commit 88a0a09675

View File

@ -2,6 +2,7 @@
"name": "sdk_signer",
"version": "0.1.2",
"description": "",
"type": "commonjs",
"main": "dist/index.js",
"scripts": {
"test": "vitest run",