@laboratoria/sdk-js 5.1.0-beta.5 → 5.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@laboratoria/sdk-js",
3
- "version": "5.1.0-beta.5",
3
+ "version": "5.1.1",
4
4
  "description": "Laboratoria JavaScript (browser) SDK",
5
5
  "license": "MIT",
6
6
  "scripts": {
7
7
  "test": "jest --verbose --coverage",
8
8
  "build": "rm -rf dist && webpack --mode production",
9
9
  "watch": "webpack --mode development --watch",
10
- "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"* %h %s (%an)\""
10
+ "changelog": "git log $(git tag | grep -v -E \"alpha|beta|rc\" | sort | tail -1)..HEAD --oneline --format=\"* %h %s (%an)\""
11
11
  },
12
12
  "dependencies": {
13
13
  "blueimp-md5": "^2.19.0",
14
- "firebase": "^9.22.1"
14
+ "firebase": "^9.22.2"
15
15
  },
16
16
  "devDependencies": {
17
- "@babel/core": "^7.22.1",
18
- "@babel/plugin-transform-modules-commonjs": "^7.21.5",
17
+ "@babel/core": "^7.22.5",
18
+ "@babel/plugin-transform-modules-commonjs": "^7.22.5",
19
19
  "babel-jest": "^29.5.0",
20
20
  "jest": "^29.5.0",
21
21
  "jest-environment-jsdom": "^29.5.0",
22
- "webpack": "^5.84.1",
23
- "webpack-cli": "^5.1.1"
22
+ "webpack": "^5.86.0",
23
+ "webpack-cli": "^5.1.4"
24
24
  },
25
25
  "jest": {
26
26
  "testEnvironment": "jsdom",