@laboratoria/sdk-js 3.1.0 → 3.2.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/lib/core.js CHANGED
@@ -188,6 +188,7 @@ const extended = {
188
188
  'freelance',
189
189
  'workFormal',
190
190
  'workIncome',
191
+ 'isReady',
191
192
  // 'isReturningApplicant',
192
193
  // 'legacyAdmissionCohortSlug',
193
194
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laboratoria/sdk-js",
3
- "version": "3.1.0",
3
+ "version": "3.2.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.15.0"
14
+ "firebase": "^9.16.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@babel/core": "^7.20.12",
18
18
  "@babel/plugin-transform-modules-commonjs": "^7.20.11",
19
- "babel-jest": "^29.3.1",
20
- "jest": "^29.3.1",
21
- "jest-environment-jsdom": "^29.3.1",
19
+ "babel-jest": "^29.4.0",
20
+ "jest": "^29.4.0",
21
+ "jest-environment-jsdom": "^29.4.0",
22
22
  "webpack": "^5.75.0",
23
23
  "webpack-cli": "^5.0.1"
24
24
  },
package/schemas/core.json CHANGED
@@ -781,6 +781,10 @@
781
781
  "null"
782
782
  ]
783
783
  },
784
+ "isReady": {
785
+ "type": "boolean",
786
+ "default": false
787
+ },
784
788
  "isReturningApplicant": {
785
789
  "type": [
786
790
  "boolean",
@@ -907,8 +911,6 @@
907
911
  "type": {
908
912
  "type": "string",
909
913
  "enum": [
910
- "quiz_start",
911
- "quiz_end",
912
914
  "challenge"
913
915
  ]
914
916
  },