@bash-app/bash-common 29.19.26 → 29.19.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash-app/bash-common",
3
- "version": "29.19.26",
3
+ "version": "29.19.27",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -295,8 +295,8 @@ export interface ServiceRatesAssociationExt extends ServiceRatesAssociation {
295
295
  serviceDailyRates?: ServiceDailyRates;
296
296
  serviceSpecialRates?: ServiceSpecialRates;
297
297
 
298
- packages?: ServicePackageExt;
299
298
  addons: ServiceAddon[];
299
+ packages: ServicePackageExt[];
300
300
  }
301
301
 
302
302