homegraph-ohos-api-db-5.0.13 1.5.3 → 1.5.4

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 CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  Prebuilt HomeGraph OHOS / HarmonyOS API symbol database for DevEco SDK **5.0.13**.
4
4
 
5
- Install alongside HomeGraph so agents can query SDK APIs without indexing the full SDK locally. Built with HomeGraph **1.5.3**. After install, `postinstall` copies the db into `~/.homegraph/api/`.
5
+ Install alongside HomeGraph so agents can query SDK APIs without indexing the full SDK locally. Built with HomeGraph **1.5.4**. After install, `postinstall` copies the db into `~/.homegraph/api/`.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homegraph-ohos-api-db-5.0.13",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "Prebuilt HomeGraph OHOS API database for SDK 5.0.13",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -14,6 +14,6 @@
14
14
  "homegraph": {
15
15
  "ohosApiVersion": "5.0.13",
16
16
  "dbFile": "ohos-api-5.0.13.db",
17
- "builtWith": "1.5.3"
17
+ "builtWith": "1.5.4"
18
18
  }
19
19
  }