release: v0.1.14 生产加固 — IDB事务原子性/多标签页感知/幂等init
CI / test (18.x) (push) Successful in 9m54s
CI / test (20.x) (push) Successful in 9m52s
CI / test (22.x) (push) Successful in 9m52s
CI / test (24.x) (push) Successful in 9m48s

This commit is contained in:
thzxx
2026-07-26 17:20:31 +08:00
parent 71e238a5cc
commit 014e92884c
16 changed files with 165 additions and 52 deletions
+2 -2
View File
@@ -110,7 +110,7 @@ interface MetonaPlugin {
/** 销毁 */
destroy(): void;
}
declare const VERSION = "0.1.13";
declare const VERSION = "0.1.14";
/**
* metona-sqlark Plugin — 插件系统
@@ -567,7 +567,7 @@ declare class IndexedDBEngine implements IStorageEngine {
private idbUpdate;
private idbDelete;
private idbClear;
/** 将内存缓存中的所有表数据刷新到 IndexedDB */
/** 将内存缓存中的所有表数据原子性刷新到 IndexedDB */
private flushToIDB;
private ensureDB;
}