@sectester/core 0.29.1 → 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.
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +3 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -203,6 +203,6 @@ To adjust its behavior you can use next options:
|
|
|
203
203
|
|
|
204
204
|
## License
|
|
205
205
|
|
|
206
|
-
Copyright ©
|
|
206
|
+
Copyright © 2024 [Bright Security](https://brightsec.com/).
|
|
207
207
|
|
|
208
208
|
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/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.30.0",
|
|
4
4
|
"description": "The core package can be used to obtain a config including credentials from different sources, and provide a simplified abstraction to handle events and commands.",
|
|
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": ">=
|
|
11
|
-
"npm": ">=
|
|
10
|
+
"node": ">=18",
|
|
11
|
+
"npm": ">=10"
|
|
12
12
|
},
|
|
13
13
|
"author": {
|
|
14
14
|
"name": "Artem Derevnjuk",
|