@weclapp/sdk 2.0.0-dev.12 → 2.0.0-dev.13
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/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -844,7 +844,7 @@ const generateUpdateEndpoint = ({ target, path, endpoint }) => {
|
|
|
844
844
|
|
|
845
845
|
const isMultiPartUploadPath = (path) => {
|
|
846
846
|
const [, entity, ...rest] = path.split('/');
|
|
847
|
-
return entity && rest.length === 2 && rest[1] === '
|
|
847
|
+
return entity && rest.length === 2 && rest[1] === 'multipartUpload';
|
|
848
848
|
};
|
|
849
849
|
const groupEndpointsByEntity = (paths) => {
|
|
850
850
|
const endpoints = new Map();
|