dt-toolbox 7.5.0 → 7.5.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.
- package/Changelog.md +5 -0
- package/package.json +5 -5
package/Changelog.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
### 7.5.1 ( 2026-09-24)
|
|
6
|
+
- [x] Dependency update. @peter.naydenov/walk to version 6.1.0;
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
5
10
|
### 7.5.0 ( 2026-09-01)
|
|
6
11
|
- [x] Feature: Added a skill at `.agents/skills/git-dt-toolbox/SKILL.md`;
|
|
7
12
|
- [x] Chore: Added a `"files"` allow-list to `package.json` so the skill at `.agents/skills/git-dt-toolbox/SKILL.md` is **explicitly included** in the published npm package.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dt-toolbox",
|
|
3
3
|
"description": "Data manipulation tool",
|
|
4
|
-
"version": "7.5.
|
|
4
|
+
"version": "7.5.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Peter Naydenov",
|
|
7
7
|
"main": "./dist/dtbox.umd.js",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/PeterNaydenov/dt-toolbox#readme",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@peter.naydenov/walk": "6.
|
|
34
|
+
"@peter.naydenov/walk": "6.1.0"
|
|
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
|
-
"@vitest/coverage-v8": "^
|
|
41
|
-
"rollup": "^4.63.
|
|
42
|
-
"vitest": "^
|
|
40
|
+
"@vitest/coverage-v8": "^5.0.1",
|
|
41
|
+
"rollup": "^4.63.4",
|
|
42
|
+
"vitest": "^5.0.1"
|
|
43
43
|
},
|
|
44
44
|
"keywords": [
|
|
45
45
|
"flatten",
|