rerobe-js-orm 3.0.8 → 3.0.9

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.
@@ -92,7 +92,7 @@ class MerchantFormState extends FormState_1.default {
92
92
  instagram: '',
93
93
  linkedIn: '',
94
94
  twitter: '',
95
- pintrest: '',
95
+ pinterest: '',
96
96
  tiktok: '',
97
97
  };
98
98
  valid =
@@ -43,7 +43,7 @@ class Merchant extends Base_1.default {
43
43
  instagram: '',
44
44
  linkedIn: '',
45
45
  twitter: '',
46
- pintrest: '',
46
+ pinterest: '',
47
47
  tiktok: '',
48
48
  };
49
49
  }
@@ -3,7 +3,7 @@ declare type SocialLinksType = {
3
3
  instagram: string;
4
4
  linkedIn: string;
5
5
  twitter: string;
6
- pintrest: string;
6
+ pinterest: string;
7
7
  tiktok: string;
8
8
  };
9
9
  declare type MerchantMutableData = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",