@skaldapp/flat-json-tree 2.2.18 → 2.2.19

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 (1) hide show
  1. package/package.json +3 -3
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.18",
4
+ "version": "2.2.19",
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",
@@ -44,8 +44,8 @@
44
44
  "vue": "^3.5.26"
45
45
  },
46
46
  "devDependencies": {
47
- "@skaldapp/configs": "^1.2.43",
48
- "@types/node": "^25.0.8",
47
+ "@skaldapp/configs": "^1.2.44",
48
+ "@types/node": "^25.0.9",
49
49
  "eslint": "^9.39.2"
50
50
  }
51
51
  }