@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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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] === 'multiPartUpload';
847
+ return entity && rest.length === 2 && rest[1] === 'multipartUpload';
848
848
  };
849
849
  const groupEndpointsByEntity = (paths) => {
850
850
  const endpoints = new Map();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weclapp/sdk",
3
- "version": "2.0.0-dev.12",
3
+ "version": "2.0.0-dev.13",
4
4
  "description": "SDK generator based on a weclapp api swagger file",
5
5
  "author": "weclapp",
6
6
  "sideEffects": false,