rerobe-js-orm 2.6.7 → 2.6.8

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.
@@ -1594,12 +1594,6 @@ const conditions = [
1594
1594
  value: 'Hardly ever worn',
1595
1595
  description: 'This item has been worn 1-2 times, it’s in a very good condition. No visible defects, no smell, no spots, no sweat marks.',
1596
1596
  },
1597
- {
1598
- label: 'Good condition',
1599
- value: 'Good condition',
1600
- description: 'This item has been worn over time, but is still well-preserved. Signs of wear is ok, but no defects like smaller stains or holes.',
1601
- key: 'goodCondition',
1602
- },
1603
1597
  {
1604
1598
  label: 'Worn',
1605
1599
  value: 'worn',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "2.6.7",
3
+ "version": "2.6.8",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",