@laboratoria/sdk-js 4.0.0-beta.1 → 4.0.0-beta.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laboratoria/sdk-js",
3
- "version": "4.0.0-beta.1",
3
+ "version": "4.0.0-beta.3",
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.17.1"
14
+ "firebase": "^9.17.2"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@babel/core": "^7.21.0",
18
- "@babel/plugin-transform-modules-commonjs": "^7.20.11",
19
- "babel-jest": "^29.4.3",
20
- "jest": "^29.4.3",
21
- "jest-environment-jsdom": "^29.4.3",
18
+ "@babel/plugin-transform-modules-commonjs": "^7.21.2",
19
+ "babel-jest": "^29.5.0",
20
+ "jest": "^29.5.0",
21
+ "jest-environment-jsdom": "^29.5.0",
22
22
  "webpack": "^5.75.0",
23
23
  "webpack-cli": "^5.0.1"
24
24
  },
package/schemas/core.json CHANGED
@@ -988,7 +988,8 @@
988
988
  "type": "string",
989
989
  "enum": [
990
990
  "challenge",
991
- "application_filter"
991
+ "application_filter",
992
+ "application_filter_bypass"
992
993
  ]
993
994
  },
994
995
  "data": {