@laboratoria/sdk-js 1.6.0 → 1.7.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/schemas/core.json +11 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laboratoria/sdk-js",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Laboratoria JavaScript (browser) SDK",
5
5
  "scripts": {
6
6
  "test": "jest --verbose --coverage",
@@ -16,7 +16,7 @@
16
16
  "@babel/plugin-transform-modules-commonjs": "^7.17.7",
17
17
  "babel-jest": "^27.5.1",
18
18
  "jest": "^27.5.1",
19
- "webpack": "^5.70.0",
19
+ "webpack": "^5.71.0",
20
20
  "webpack-cli": "^4.9.2"
21
21
  },
22
22
  "jest": {
package/schemas/core.json CHANGED
@@ -335,6 +335,17 @@
335
335
  "null"
336
336
  ]
337
337
  },
338
+ "lang": {
339
+ "type": [
340
+ "string",
341
+ "null"
342
+ ],
343
+ "enum": [
344
+ "en",
345
+ "es",
346
+ "pt"
347
+ ]
348
+ },
338
349
  "name": {
339
350
  "type": "string"
340
351
  },