sharetribe-flex-build-sdk 1.15.2 → 1.16.1
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 +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -205,17 +205,16 @@ The SDK provides programmatic access to CLI capabilities:
|
|
|
205
205
|
| `process update-alias` | `updateAlias()` |
|
|
206
206
|
| `process delete-alias` | `deleteAlias()` |
|
|
207
207
|
|
|
208
|
-
**Note**:
|
|
208
|
+
**Note**: The SDK focuses on process management (the core functionality). The CLI includes additional commands (search, assets, notifications, listing-approval, stripe, events) which use the lower-level API client functions exported by this SDK. Future versions may add higher-level wrappers for these commands.
|
|
209
209
|
|
|
210
210
|
## Related Packages
|
|
211
211
|
|
|
212
|
-
- [sharetribe-cli](https://www.npmjs.com/package/sharetribe-cli) - Command-line interface
|
|
212
|
+
- [sharetribe-cli](https://www.npmjs.com/package/sharetribe-cli) - Command-line interface that depends on this SDK
|
|
213
213
|
|
|
214
214
|
## Version Relationship
|
|
215
215
|
|
|
216
|
-
- CLI
|
|
216
|
+
- The CLI and SDK versions are kept in sync (1-to-1 relationship)
|
|
217
217
|
- Both packages are maintained in the same [monorepo](https://github.com/jayenashar/sharetribe-cli)
|
|
218
|
-
- Versions are kept in sync (1-to-1 relationship)
|
|
219
218
|
|
|
220
219
|
## License
|
|
221
220
|
|