@seaverse/data-sdk 0.1.11 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -619,6 +619,13 @@ psql -h <host> -U postgres -d <database> -f init/init-schema.sql
|
|
|
619
619
|
|
|
620
620
|
## 版本历史
|
|
621
621
|
|
|
622
|
+
### v0.1.11 (2026-01-15)
|
|
623
|
+
|
|
624
|
+
**🐛 Bug 修复**
|
|
625
|
+
|
|
626
|
+
- ✅ **导出 getAppId 函数**:修复 `getAppId` 函数未导出的问题
|
|
627
|
+
- ✅ **完善 API 导出**:确保所有公开 API 都正确导出
|
|
628
|
+
|
|
622
629
|
### v0.1.10 (2026-01-15)
|
|
623
630
|
|
|
624
631
|
**🎯 初始化日志增强**
|