@amazon-sp-api-release/amazon-sp-api-sdk-js 1.0.0-rc5 → 1.0.0-rc6

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,7 +60,7 @@ import { LwaAuthClient } from '@amazon-sp-api-release/amazon-sp-api-sdk-js';
60
60
 
61
61
  import {
62
62
  SellersSpApi
63
- } from '@amazon-sp-api-release/amazon-sp-api-sdk-js/sdk/sellers_v1/src/index.js';
63
+ } from '@amazon-sp-api-release/amazon-sp-api-sdk-js';
64
64
 
65
65
  (async () => {
66
66
  const lwaClient = new LwaAuthClient(
@@ -92,7 +92,7 @@ This Amazon Selling Partner API JavaScript SDK is fully compatible with ECMAScri
92
92
  ```javascript
93
93
  import {
94
94
  SellersSpApi,
95
- } from '@amazon-sp-api-release/amazon-sp-api-sdk-js/sdk/sellers_v1/src/index.js';
95
+ } from '@amazon-sp-api-release/amazon-sp-api-sdk-js';
96
96
  ```
97
97
 
98
98
  ### Giving Feedback
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "engines": {
57
57
  "node": ">=14.18.0"
58
58
  },
59
- "version": "1.0.0-rc5"
59
+ "version": "1.0.0-rc6"
60
60
  }