@vizydrop/tracer 2.4.1 → 2.5.0

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/.gitlab-ci.yml CHANGED
@@ -18,7 +18,7 @@ prepare:version:
18
18
 
19
19
  tests:
20
20
  stage: tests
21
- image: node:12-alpine
21
+ image: node:16-alpine
22
22
  needs: []
23
23
  before_script:
24
24
  - yarn install
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@vizydrop/tracer",
3
3
  "license": "MIT",
4
- "version": "2.4.1",
4
+ "version": "2.5.0",
5
5
  "scripts": {
6
6
  "test": "jest",
7
7
  "lint": "eslint --quiet ."
8
8
  },
9
9
  "dependencies": {
10
- "elastic-apm-node": "3.3.0",
10
+ "elastic-apm-node": "3.24.0",
11
11
  "lodash": "^4.17.21"
12
12
  },
13
13
  "devDependencies": {
package/version.txt CHANGED
@@ -1 +1 @@
1
- 2.4.1
1
+ 2.5.0