dt-toolbox 7.4.0 → 7.4.1

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 (2) hide show
  1. package/Changelog.md +7 -0
  2. package/package.json +4 -4
package/Changelog.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
 
4
4
 
5
+ ### 7.4.1 ( 2024-01-10)
6
+ - [x] Dependencies updates. @peter.naydenov/walk to version 4.2.1;
7
+ - [x] Dev dependencies updates. Chai to version 5.0.0;
8
+ - [x] Dev dependencies updates. C8 to version 9.0.0;
9
+
10
+
11
+
5
12
  ### 7.4.0 ( 2023-11-3)
6
13
  - [x] Types were added to the project;
7
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dt-toolbox",
3
3
  "description": "Data manipulation tool",
4
- "version": "7.4.0",
4
+ "version": "7.4.1",
5
5
  "license": "MIT",
6
6
  "author": "Peter Naydenov",
7
7
  "keywords": [
@@ -28,11 +28,11 @@
28
28
  },
29
29
  "homepage": "https://github.com/PeterNaydenov/dt-toolbox#readme",
30
30
  "dependencies": {
31
- "@peter.naydenov/walk": "4.2.0"
31
+ "@peter.naydenov/walk": "4.2.1"
32
32
  },
33
33
  "devDependencies": {
34
- "c8": "^8.0.1",
35
- "chai": "^4.3.10",
34
+ "c8": "^9.0.0",
35
+ "chai": "^5.0.0",
36
36
  "mocha": "^10.2.0"
37
37
  },
38
38
  "c8": {