rerobe-js-orm 3.7.5 → 3.7.6

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.
@@ -107,7 +107,6 @@ const measurementCategoryOptions = [
107
107
  value: 'Suits',
108
108
  measurementFields: [
109
109
  'chestCircumference',
110
- 'waistCircumference',
111
110
  'length',
112
111
  'shoulderWidth',
113
112
  'sleeveLength',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "3.7.5",
3
+ "version": "3.7.6",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",