mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
feat: expose helper API in headless and UI modules
- Add helper API to headless module exports - Update UI custom module to include helper API - Bump package version to 0.1.3
This commit is contained in:
parent
7b6c0934ab
commit
27fdff03d9
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
||||
"name": "@kunkun/api",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.3",
|
||||
"license": "MIT",
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kksh/api",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -110,6 +110,7 @@ export const {
|
||||
notification,
|
||||
sysInfo,
|
||||
network,
|
||||
helper,
|
||||
system,
|
||||
open,
|
||||
utils,
|
||||
|
@ -101,6 +101,7 @@ export const {
|
||||
toast,
|
||||
utils,
|
||||
open,
|
||||
app
|
||||
app,
|
||||
helper
|
||||
} = api
|
||||
export { Child, RPCChannel, Command, DenoCommand } from "../../api/shell"
|
||||
|
Loading…
x
Reference in New Issue
Block a user