rerobe-js-orm 4.7.9 → 4.8.0

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.
@@ -145,6 +145,7 @@ class Merchant extends Base_1.default {
145
145
  senderEmail: this.senderEmail,
146
146
  industry: this.industry,
147
147
  legalName: this.legalName,
148
+ organizationNumber: this.organizationNumber,
148
149
  phone: this.phone,
149
150
  address: this.address,
150
151
  currency: this.currency,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "4.7.9",
3
+ "version": "4.8.0",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  "type": "git",
22
22
  "url": "git+https://github.com/ReRobe/rerobe-object-factories.git"
23
23
  },
24
- "keywords": [],
24
+ "keywords": ["ribbn"],
25
25
  "license": "ISC",
26
26
  "bugs": {
27
27
  "url": "https://github.com/ReRobe/rerobe-product/issues"