@jcoder-stack/registry 0.2.0 → 0.2.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jcoder-stack/registry",
|
|
3
3
|
"description": "Copy-in sources for the auth shell and shadcn blocks: login/callback/logout handlers, the callAbp proxy, route guards, and TanStack wiring",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"auth",
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"postpack": "node ../scripts/restore-publish-config.mjs"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@jcoder-stack/abp-react": "^0.2.
|
|
17
|
+
"@jcoder-stack/abp-react": "^0.2.1",
|
|
18
18
|
"@tanstack/react-router": "^1.0.0",
|
|
19
19
|
"@tanstack/react-start": "^1.0.0",
|
|
20
20
|
"zod": "^4.0.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@tanstack/react-form": "^1.33.
|
|
24
|
-
"@tanstack/react-table": "9.
|
|
23
|
+
"@tanstack/react-form": "^1.33.5",
|
|
24
|
+
"@tanstack/react-table": "9.2.4",
|
|
25
25
|
"date-fns": "^4.4.0",
|
|
26
26
|
"lucide-react": "^0.525.0",
|
|
27
27
|
"radix-ui": "^1.6.4",
|
package/public/r/abp-table.json
CHANGED
package/public/r/data-table.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"title": "Server-side Data Table",
|
|
5
5
|
"description": "Generic paginated/sortable/searchable data table with debounced search, driven by @tanstack/react-table state.",
|
|
6
6
|
"dependencies": [
|
|
7
|
-
"@tanstack/react-table@9.
|
|
7
|
+
"@tanstack/react-table@9.2.4",
|
|
8
8
|
"@jcoder-stack/abp-react",
|
|
9
9
|
"lucide-react"
|
|
10
10
|
],
|
package/public/r/registry.json
CHANGED
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"separator"
|
|
250
250
|
],
|
|
251
251
|
"dependencies": [
|
|
252
|
-
"@tanstack/react-table@9.
|
|
252
|
+
"@tanstack/react-table@9.2.4",
|
|
253
253
|
"@jcoder-stack/abp-react",
|
|
254
254
|
"lucide-react"
|
|
255
255
|
],
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"dependencies": [
|
|
445
445
|
"@jcoder-stack/abp-react",
|
|
446
446
|
"@tanstack/react-query",
|
|
447
|
-
"@tanstack/react-table@9.
|
|
447
|
+
"@tanstack/react-table@9.2.4",
|
|
448
448
|
"@tanstack/react-form",
|
|
449
449
|
"sonner",
|
|
450
450
|
"lucide-react"
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
"@jcoder-stack/abp-react",
|
|
703
703
|
"@tanstack/react-form",
|
|
704
704
|
"@tanstack/react-query",
|
|
705
|
-
"@tanstack/react-table@9.
|
|
705
|
+
"@tanstack/react-table@9.2.4",
|
|
706
706
|
"sonner",
|
|
707
707
|
"lucide-react",
|
|
708
708
|
"zod"
|