@grabjs/superapp-sdk 2.0.0-beta.34 → 2.0.0-beta.37
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 +1 -1
- package/api-reference/api.json +10067 -7433
- package/dist/index.d.ts +239 -18
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/skills/SKILL.md +14 -4
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Each module encapsulates a specific domain of functionality, offering strongly-t
|
|
|
20
20
|
|
|
21
21
|
- **[ContainerModule](https://grab.github.io/superapp-sdk/classes/ContainerModule.html)** — Control the WebView container UI and lifecycle (header, loading indicators, analytics, connection verification)
|
|
22
22
|
|
|
23
|
-
- **[
|
|
23
|
+
- **[DeviceModule](https://grab.github.io/superapp-sdk/classes/DeviceModule.html)** — Query device hardware capabilities
|
|
24
24
|
|
|
25
25
|
- **[FileModule](https://grab.github.io/superapp-sdk/classes/FileModule.html)** — Handle file operations including downloading from remote URLs
|
|
26
26
|
|