rerobe-js-orm 3.4.5 → 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.
@@ -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)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "3.4.5",
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",