payservedb 4.5.4 → 4.5.5

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/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -133,7 +133,8 @@ const models = {
133
133
  ServiceChargePayment: require('./src/models/service_charge_payments'),
134
134
  ServiceChargeInvoiceUpload: require('./src/models/service_charge_invoice_upload'),
135
135
  Campaign: require('./src/models/campaigns'),
136
- InspectionItem: require('./src/models/item_inspection')
136
+ InspectionItem: require('./src/models/item_inspection'),
137
+ Supplier: require('./src/models/suppliers')
137
138
 
138
139
  };
139
140
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payservedb",
3
- "version": "4.5.4",
3
+ "version": "4.5.5",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"