dt-toolbox 7.4.7 → 7.4.8

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 +5 -0
  2. package/package.json +3 -3
package/Changelog.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ### 7.4.8 ( 2026-07-20)
6
+ - Dependency update. @peter.naydenov/walk to version 5.0.7;
7
+
8
+
9
+
5
10
  ### 7.4.7 ( 2026-07-15)
6
11
  - [x] Fix: circular reference in data no longer crashes Node with OOM — `init` now throws a clear error;
7
12
  - [x] Fix: Date and RegExp instances are now preserved when round-tripping through `init`/`model` (they were silently collapsed to `{}` by the walk library);
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.7",
4
+ "version": "7.4.8",
5
5
  "license": "MIT",
6
6
  "author": "Peter Naydenov",
7
7
  "main": "./dist/dtbox.umd.js",
@@ -31,13 +31,13 @@
31
31
  },
32
32
  "homepage": "https://github.com/PeterNaydenov/dt-toolbox#readme",
33
33
  "dependencies": {
34
- "@peter.naydenov/walk": "5.0.6"
34
+ "@peter.naydenov/walk": "5.0.7"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@rollup/plugin-commonjs": "^29.0.3",
38
38
  "@rollup/plugin-node-resolve": "^16.0.3",
39
39
  "@rollup/plugin-terser": "^1.0.0",
40
- "c8": "^11.0.0",
40
+ "c8": "^12.0.0",
41
41
  "chai": "^6.2.2",
42
42
  "mocha": "^11.7.6",
43
43
  "rollup": "^4.62.2"