@grabjs/superapp-sdk 2.0.0-beta.31 → 2.0.0-beta.32
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 -0
- package/api-reference/api.json +3089 -3089
- package/dist/index.d.ts +7 -7
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -2
- package/skills/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -51,3 +51,4 @@ Each module encapsulates a specific domain of functionality, offering strongly-t
|
|
|
51
51
|
- [Setup Guide](https://grab.github.io/superapp-sdk/documents/Setup.html) — installation, importing, environment requirements
|
|
52
52
|
- [Core Concepts](https://grab.github.io/superapp-sdk/documents/Core_Concepts.html) — response pattern, status codes, type guards
|
|
53
53
|
- [Integration Guide](https://grab.github.io/superapp-sdk/documents/Integration_Guide.html) — initialization sequence, permission handling, navigation
|
|
54
|
+
- [AI-Assisted Development](https://grab.github.io/superapp-sdk/documents/AI-Assisted_Development.html) — using AI skills for faster development
|