@laboratoria/sdk-js 5.2.0-beta.0 → 5.2.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
package/lib/core.js CHANGED
@@ -248,6 +248,7 @@ const extended = {
248
248
  'householdSize',
249
249
  'children',
250
250
  'householdIncome',
251
+ 'racialIdentity',
251
252
  'educationLevel',
252
253
  'schoolType',
253
254
  'educationSubject',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laboratoria/sdk-js",
3
- "version": "5.2.0-beta.0",
3
+ "version": "5.2.0-beta.2",
4
4
  "description": "Laboratoria JavaScript (browser) SDK",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -33,4 +33,4 @@
33
33
  }
34
34
  }
35
35
  }
36
- }
36
+ }