Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "knex-tree", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Query hierarchical data structures in sql with knex", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -83,3 +83,2 @@ <h1 align="center">knex-tree 👋</h1> | ||
```js | ||
// data is null if no children | ||
const data = await node.getChildrenData(); | ||
@@ -86,0 +85,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26954
155