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": [