mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00

* feat: add kv store API for extensions * feat: add kv api to @kksh/api package * bump: @kksh/api to 0.0.47 * feat: add IKV type export to UI module * feat: add delete api for KV API
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "restricted",
|
|
"baseBranch": "develop",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [
|
|
"jarvis",
|
|
"@kksh/desktop",
|
|
"@kksh/supabase",
|
|
"@kksh/utils",
|
|
"@kksh/extension",
|
|
"@kksh/schema",
|
|
"@kksh/supabase"
|
|
]
|
|
}
|