@jcoder-stack/registry 0.3.0 → 0.3.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.
Files changed (1) hide show
  1. package/package.json +2 -2
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.3.0",
4
+ "version": "0.3.1",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "auth",
@@ -14,7 +14,7 @@
14
14
  "postpack": "node ../scripts/restore-publish-config.mjs"
15
15
  },
16
16
  "dependencies": {
17
- "@jcoder-stack/abp-react": "^0.3.0",
17
+ "@jcoder-stack/abp-react": "^0.3.1",
18
18
  "@tanstack/react-router": "^1.0.0",
19
19
  "@tanstack/react-start": "^1.0.0",
20
20
  "zod": "^4.0.0"