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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laboratoria/sdk-js",
3
- "version": "4.0.0-beta.0",
3
+ "version": "4.0.0-beta.1",
4
4
  "description": "Laboratoria JavaScript (browser) SDK",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "firebase": "^9.17.1"
15
15
  },
16
16
  "devDependencies": {
17
- "@babel/core": "^7.20.12",
17
+ "@babel/core": "^7.21.0",
18
18
  "@babel/plugin-transform-modules-commonjs": "^7.20.11",
19
19
  "babel-jest": "^29.4.3",
20
20
  "jest": "^29.4.3",
@@ -33,4 +33,4 @@
33
33
  }
34
34
  }
35
35
  }
36
- }
36
+ }