@sqlrooms/data-table 0.0.0 → 0.0.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 CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.0.1](https://github.com/ilyabo/sqlrooms/compare/v0.0.1-alpha.0...v0.0.1) (2025-01-30)
6
7
 
8
+ **Note:** Version bump only for package @sqlrooms/data-table
9
+
10
+ ## 0.0.1-alpha.0 (2025-01-30)
11
+
12
+ **Note:** Version bump only for package @sqlrooms/data-table
7
13
 
8
14
  **Note:** Version bump only for package @sqlrooms/data-table
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@sqlrooms/data-table",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "main": "dist/index.js",
5
- "types": "src/index.ts",
5
+ "types": "dist/index.d.ts",
6
6
  "module": "dist/index.js",
7
7
  "type": "module",
8
8
  "private": false,
@@ -11,9 +11,9 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@heroicons/react": "*",
14
- "@sqlrooms/duckdb": "0.0.0",
15
- "@sqlrooms/ui": "0.0.0",
16
- "@sqlrooms/utils": "0.0.0",
14
+ "@sqlrooms/duckdb": "0.0.1",
15
+ "@sqlrooms/ui": "0.0.1",
16
+ "@sqlrooms/utils": "0.0.1",
17
17
  "@tanstack/react-table": "^8.10.7",
18
18
  "@tanstack/table-core": "^8.10.7",
19
19
  "react-virtual": "2.10.4"
@@ -28,5 +28,5 @@
28
28
  "build": "tsc",
29
29
  "lint": "eslint ."
30
30
  },
31
- "gitHead": "4b0c709542475e4f95db0b2a8405ecadcf2ec186"
31
+ "gitHead": "5d8893a604a91d109dc5b5f80b4a3e937b4cf520"
32
32
  }
@@ -1,4 +0,0 @@
1
-
2
- > @sqlrooms/data-table@0.0.0 build /Users/ilya/Workspace/sqlrooms/packages/data-table
3
- > tsc
4
-
@@ -1,7 +0,0 @@
1
-
2
- 
3
- > @sqlrooms/data-table@1.0.0 dev /Users/ilya/Workspace/sqlrooms/packages/data-table
4
- > tsc -w
5
-
6
- [7:31:02 PM] Starting compilation in watch mode...
7
-
@@ -1,31 +0,0 @@
1
-
2
- > @sqlrooms/data-table@0.0.0 lint /Users/ilya/Workspace/sqlrooms/packages/data-table
3
- > eslint .
4
-
5
-
6
- /Users/ilya/Workspace/sqlrooms/packages/data-table/src/DataTablePaginated.tsx
7
- 41:29 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
8
- 68:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
9
-
10
- /Users/ilya/Workspace/sqlrooms/packages/data-table/src/DataTableVirtualized.tsx
11
- 26:29 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
12
- 28:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
13
- 34:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
14
- 83:66 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
15
- 139:66 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
16
- 186:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
17
-
18
- /Users/ilya/Workspace/sqlrooms/packages/data-table/src/QueryDataTable.tsx
19
- 16:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
20
- 28:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
21
-
22
- /Users/ilya/Workspace/sqlrooms/packages/data-table/src/useArrowDataTable.tsx
23
- 14:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
24
- 15:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
25
- 15:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
26
- 25:53 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
27
- 61:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
28
- 61:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
29
-
30
- ✖ 16 problems (0 errors, 16 warnings)
31
-