i forgor 💀

This commit is contained in:
yigid balaban 2024-10-07 20:53:53 +03:00
parent 3609a154a9
commit 6cf25dbf21
Signed by: fyb
GPG Key ID: CF1BBD1336C0A3D6
2 changed files with 3 additions and 1 deletions

2
index.js Normal file
View File

@ -0,0 +1,2 @@
export * from "./key.js";
export * from "./key-derivation.js";

View File

@ -1,6 +1,6 @@
{
"name": "@zklx/kds",
"version": "1.0.1",
"version": "1.0.2",
"description": "zk-Lokomotive key derivation service",
"main": "index.js",
"type": "module",