@firtoz/router-toolkit 3.0.1 → 3.0.3
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/README.md +4 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @firtoz/router-toolkit
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@firtoz/router-toolkit)
|
|
4
|
+
[](https://www.npmjs.com/package/@firtoz/router-toolkit)
|
|
5
|
+
[](https://github.com/firtoz/fullstack-toolkit/blob/main/LICENSE)
|
|
6
|
+
|
|
3
7
|
Type-safe React Router 7 framework mode helpers with enhanced fetching, form submission, and state management for React Router 7 framework mode.
|
|
4
8
|
|
|
5
9
|
## Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firtoz/router-toolkit",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "Type-safe React Router 7 framework mode helpers with enhanced fetching, form submission, and state management",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"module": "./src/index.ts",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"README.md"
|
|
27
27
|
],
|
|
28
28
|
"scripts": {
|
|
29
|
-
"build": "echo 'No build step - using TypeScript source directly'",
|
|
30
29
|
"typecheck": "tsc --noEmit",
|
|
31
|
-
"lint": "biome
|
|
30
|
+
"lint": "biome check --write src",
|
|
31
|
+
"lint:ci": "biome ci src",
|
|
32
32
|
"format": "biome format src --write",
|
|
33
33
|
"test": "bun test",
|
|
34
34
|
"test:watch": "bun test --watch"
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"url": "https://github.com/firtoz/fullstack-toolkit/issues"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@firtoz/maybe-error": "^1.3.
|
|
58
|
+
"@firtoz/maybe-error": "^1.3.3",
|
|
59
59
|
"react": "^19.2.0",
|
|
60
|
-
"react-router": "^7.9.
|
|
61
|
-
"zod": "^4.1.
|
|
60
|
+
"react-router": "^7.9.4",
|
|
61
|
+
"zod": "^4.1.12"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|
|
64
64
|
"node": ">=18.0.0"
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@testing-library/react": "^16.3.0",
|
|
74
74
|
"@types/jsdom": "^27.0.0",
|
|
75
|
-
"@types/react": "^19.2.
|
|
76
|
-
"bun-types": "^1.
|
|
75
|
+
"@types/react": "^19.2.2",
|
|
76
|
+
"bun-types": "^1.3.0",
|
|
77
77
|
"jsdom": "^27.0.0"
|
|
78
78
|
}
|
|
79
79
|
}
|