@sectester/reporter 0.29.0 → 0.30.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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Bright Security
3
+ Copyright (c) 2024 Bright Security
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -80,6 +80,6 @@ Extra Details:
80
80
 
81
81
  ## License
82
82
 
83
- Copyright © 2022 [Bright Security](https://brightsec.com/).
83
+ Copyright © 2024 [Bright Security](https://brightsec.com/).
84
84
 
85
85
  This project is licensed under the MIT License - see the [LICENSE file](LICENSE) for details.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@sectester/reporter",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "Provide an abstraction for generating test results as part of the particular test frameworks.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/NeuraLegion/sectester-js.git"
8
8
  },
9
9
  "engines": {
10
- "node": ">=16",
11
- "npm": ">=8"
10
+ "node": ">=18",
11
+ "npm": ">=10"
12
12
  },
13
13
  "author": {
14
14
  "name": "Artem Derevnjuk",
@@ -39,7 +39,7 @@
39
39
  "main": "./src/index.js",
40
40
  "typings": "./src/index.d.ts",
41
41
  "dependencies": {
42
- "@sectester/core": "0.29.0",
42
+ "@sectester/core": "0.30.0",
43
43
  "axios": "^0.26.1",
44
44
  "uuid": "^8.3.2",
45
45
  "reflect-metadata": "^0.1.13",