migrating cjs -> esm

This commit is contained in:
2024-10-07 20:48:28 +03:00
parent b91c95bde3
commit 3609a154a9
8 changed files with 27 additions and 18 deletions

View File

@@ -1,8 +1,9 @@
{
"name": "@zklx/kds",
"version": "1.0.0",
"version": "1.0.1",
"description": "zk-Lokomotive key derivation service",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},