@skaldapp/flat-json-tree 2.2.29 → 2.2.30

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/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -105,7 +105,7 @@ export default (tree, { branch: keyBranch = "branch", children: keyChildren = "c
105
105
  break;
106
106
  }
107
107
  }
108
- return;
108
+ return undefined;
109
109
  };
110
110
  return {
111
111
  add: (pId) => run(pId, "add"),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package",
3
3
  "name": "@skaldapp/flat-json-tree",
4
- "version": "2.2.29",
4
+ "version": "2.2.30",
5
5
  "description": "A Vue 3 composable that transforms JSON tree objects into flat arrays for easy manipulation with standard array operations while maintaining tree structure through computed properties",
6
6
  "keywords": [
7
7
  "vue",
@@ -41,10 +41,10 @@
41
41
  "prettier": "@skaldapp/configs/prettierrc",
42
42
  "dependencies": {
43
43
  "random-word-slugs": "^0.1.7",
44
- "vue": "^3.5.27"
44
+ "vue": "^3.5.28"
45
45
  },
46
46
  "devDependencies": {
47
- "@skaldapp/configs": "^1.2.54",
47
+ "@skaldapp/configs": "^1.2.57",
48
48
  "@types/node": "^25.2.2",
49
49
  "eslint": "^9.39.2"
50
50
  }