@1771technologies/lytenyte-pro 1.0.9 → 1.0.10

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.
@@ -1,2 +1,2 @@
1
- import type { TreeLeaf, TreeParent } from "../async-tree/+types.async-tree";
1
+ import type { TreeLeaf, TreeParent } from "../async-tree/+types.async-tree.js";
2
2
  export declare function getNodeDepth(node: TreeParent<any, any> | TreeLeaf<any, any>): number;
@@ -1,2 +1,2 @@
1
- import type { TreeParent, TreeRoot } from "../async-tree/+types.async-tree";
1
+ import type { TreeParent, TreeRoot } from "../async-tree/+types.async-tree.js";
2
2
  export declare function getNodePath<T, K>(c: TreeRoot<T, K> | TreeParent<T, K>): (string | null)[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@1771technologies/lytenyte-pro",
3
3
  "description": "Blazingly fast headless React data grid with 100s of features.",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "type": "module",
6
6
  "license": "COMMERCIAL",
7
7
  "files": [
@@ -49,12 +49,12 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@1771technologies/atom": "^1.0.2",
52
- "@1771technologies/lytenyte-core": "1.0.9",
53
- "@1771technologies/lytenyte-dom-utils": "1.0.9",
54
- "@1771technologies/lytenyte-react-hooks": "1.0.9",
55
- "@1771technologies/lytenyte-dragon": "1.0.9",
56
- "@1771technologies/lytenyte-js-utils": "1.0.9",
57
- "@1771technologies/lytenyte-shared": "1.0.9"
52
+ "@1771technologies/lytenyte-shared": "1.0.10",
53
+ "@1771technologies/lytenyte-core": "1.0.10",
54
+ "@1771technologies/lytenyte-js-utils": "1.0.10",
55
+ "@1771technologies/lytenyte-react-hooks": "1.0.10",
56
+ "@1771technologies/lytenyte-dom-utils": "1.0.10",
57
+ "@1771technologies/lytenyte-dragon": "1.0.10"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "^18.0.0 || ^19.0.0",