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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. 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**: For v1.15.0, 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.
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 (v1.15.0, depends on this SDK)
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 version 1.15.0 depends on SDK version 1.15.0 exactly
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sharetribe-flex-build-sdk",
3
- "version": "1.15.2",
3
+ "version": "1.16.1",
4
4
  "description": "SDK for building and managing Sharetribe Flex transaction processes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",