@awsless/cli 0.1.27 → 0.1.29

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.
@@ -501,6 +501,6 @@ var createBundle = (handlers) => {
501
501
  };
502
502
  };
503
503
  export {
504
- getCurrentRoute2 as getCurrentRoute,
505
- createBundle
504
+ createBundle,
505
+ getCurrentRoute2 as getCurrentRoute
506
506
  };