@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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. 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
  **🎯 初始化日志增强**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seaverse/data-sdk",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "SeaVerse Data SDK - PostgreSQL/AlloyDB data operations with RLS-based permissions",
5
5
  "keywords": [
6
6
  "seaverse",