From d46de28db9c97d6c02ded01412d2e262bea28810 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Thu, 15 Jan 2026 12:56:04 +0800 Subject: [PATCH] fix: fix contextkey error --- package.json | 2 +- src/index.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a08205c..e728f1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/use-config", - "version": "1.0.27", + "version": "1.0.28", "types": "dist/config.d.ts", "scripts": { "build": "npm run clean && code-builder build --dts", diff --git a/src/index.ts b/src/index.ts index d8725fa..5108718 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,3 @@ -export * from './env.ts' \ No newline at end of file +export * from './env.ts' + +export * from './context.ts' \ No newline at end of file