rerobe-js-orm 3.4.4 → 3.4.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.
@@ -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',
@@ -185,6 +185,14 @@ class Utilities {
185
185
  'Suit Jacket': '',
186
186
  'Shirts & Blouses': '',
187
187
  Outerwear: '',
188
+ Klänningar: 'Klänning',
189
+ Kavajer: 'Kavaj',
190
+ Ytterplagg: '',
191
+ Klockor: 'Klocka',
192
+ Träning: '',
193
+ 'Skjortor & Blusar': '',
194
+ Kjolar: 'Kjol',
195
+ Toppar: 'Topp',
188
196
  // ... potentially more irregulars
189
197
  };
190
198
  if (irregulars.hasOwnProperty(word)) {
@@ -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.6",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",