@justair/justair-library 4.7.16-alpha → 4.7.16

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": "@justair/justair-library",
3
- "version": "4.7.16-alpha",
3
+ "version": "4.7.16",
4
4
  "description": "JustAir Internal Library",
5
5
 
6
6
  "main": "src/index.js",
@@ -109,7 +109,7 @@ const correctionHistorySchema = mongoose.Schema(
109
109
  }
110
110
  },
111
111
  message: 'Pollutant contains invalid UTF-8 characters'
112
- }
112
+ },
113
113
  },
114
114
  oldValue: {
115
115
  type: correctionSchema,