@laboratoria/sdk-js 2.6.0 → 2.6.1

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": "@laboratoria/sdk-js",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "Laboratoria JavaScript (browser) SDK",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -11,14 +11,14 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "blueimp-md5": "^2.19.0",
14
- "firebase": "^9.9.4"
14
+ "firebase": "^9.10.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@babel/core": "^7.19.0",
17
+ "@babel/core": "^7.19.1",
18
18
  "@babel/plugin-transform-modules-commonjs": "^7.18.6",
19
- "babel-jest": "^29.0.2",
20
- "jest": "^29.0.2",
21
- "jest-environment-jsdom": "^29.0.2",
19
+ "babel-jest": "^29.0.3",
20
+ "jest": "^29.0.3",
21
+ "jest-environment-jsdom": "^29.0.3",
22
22
  "webpack": "^5.74.0",
23
23
  "webpack-cli": "^4.10.0"
24
24
  },
package/schemas/core.json CHANGED
@@ -656,8 +656,9 @@
656
656
  "type": "string",
657
657
  "enum": [
658
658
  "typeform",
659
- "quiz",
660
- "codeChallenge"
659
+ "quiz_start",
660
+ "quiz_end",
661
+ "code_js"
661
662
  ]
662
663
  },
663
664
  "data": {