payservedb 4.7.4 → 4.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payservedb",
3
- "version": "4.7.4",
3
+ "version": "4.7.5",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -58,7 +58,7 @@ const deliverySchema = new mongoose.Schema({
58
58
  ref: 'Meter',
59
59
  required: true
60
60
  },
61
- serialNumber: {
61
+ meterNumber: {
62
62
  type: String,
63
63
  required: true
64
64
  }