From 5bbed1670cb7f025df43de4a399ed552d54262f2 Mon Sep 17 00:00:00 2001 From: ByteZhang Date: Thu, 25 Jul 2024 18:16:11 +0800 Subject: [PATCH] chore: chagne project name --- .github/{ => workflows}/package-publish.yml | 0 index.d.ts | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/{ => workflows}/package-publish.yml (100%) diff --git a/.github/package-publish.yml b/.github/workflows/package-publish.yml similarity index 100% rename from .github/package-publish.yml rename to .github/workflows/package-publish.yml diff --git a/index.d.ts b/index.d.ts index e5b154d..412a2fb 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,4 +1,4 @@ -declare module '@onekeyfe/core-lib' { +declare module '@onekeyfe/kaspacore-lib' { function initRuntime(): Promise; function setDebugLevel(level:number):void; diff --git a/package.json b/package.json index 2af87f7..0f0a0aa 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@onekeyfe/core-lib", + "name": "@onekeyfe/kaspacore-lib", "version": "1.0.0-alpha.1", "main": "index.js", "authors": [