@laboratoria/sdk-js 5.1.0-beta.4 → 5.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/lib/core.js CHANGED
@@ -269,6 +269,9 @@ const extended = {
269
269
  locality: {
270
270
  isRequired: true,
271
271
  },
272
+ englishLevel: {
273
+ isRequired: true,
274
+ },
272
275
  isReady: {
273
276
  isRequired: false,
274
277
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laboratoria/sdk-js",
3
- "version": "5.1.0-beta.4",
3
+ "version": "5.1.0",
4
4
  "description": "Laboratoria JavaScript (browser) SDK",
5
5
  "license": "MIT",
6
6
  "scripts": {