@front10/theme-services-integration
v0.0.21
Published
Helpers for translate the EveryMundo Theme
Downloads
301
Readme
Theme Service Integration
Introduction
This library was created as part of the process of having a single source where to apply the changes, this library is used in:
- The registry-integration branch in the airModules library (https://gitlab.com/front10-devs/airmodules/-/tree/registry-integration)
- In the Cloudflare Worker that receives notifications from EveryMundo when a theme is edited to then transform it and save it already transformed in the CDN. (https://gitlab.com/front10-devs/figma-integration-eds)
- In the airModules Booking/Popup library developed from airModules as part of the strategy of having fewer dependencies in the Vangogh integration (https://gitlab.com/front10-devs/airmodules-vertical-booking-popup)
Deployment process
- Once the changes have been made, update the new version of the library as well. To do this, you can use the command
npm version <new version>
.
PS: If you use the command, you must make sure that you do not have any changes in the git tree.