@platform-modules/foreign-ministry 1.0.99 → 1.0.101

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platform-modules/foreign-ministry",
3
- "version": "1.0.99",
3
+ "version": "1.0.101",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
@@ -119,6 +119,7 @@ export class User extends BaseModel {
119
119
  @Column({ nullable: true })
120
120
  children2_name?: string;
121
121
 
122
+
122
123
  @Column({ nullable: true })
123
124
  language_preferences?: string;
124
125