rerobe-js-orm 3.4.4 → 3.4.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.
@@ -1951,7 +1951,7 @@ const clothingMaterials = [
1951
1951
  {
1952
1952
  label: 'Elasthane',
1953
1953
  value: 'Elasthane',
1954
- key: 'cottonElasthane',
1954
+ key: 'elasthane',
1955
1955
  },
1956
1956
  {
1957
1957
  label: 'Feather',
@@ -119,7 +119,7 @@ declare type TranslatableAttributes = {
119
119
  declare type MaterialComposition = {
120
120
  acrylic?: number;
121
121
  cotton?: number;
122
- cottonElasthane?: number;
122
+ elasthane?: number;
123
123
  fur?: number;
124
124
  leather?: number;
125
125
  linen?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "3.4.4",
3
+ "version": "3.4.5",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",