@firtoz/router-toolkit 3.0.0 → 3.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1335,7 +1335,7 @@ useEffect(() => {
1335
1335
 
1336
1336
  - Check the [React Router 7 documentation](https://reactrouter.com) for framework mode setup
1337
1337
  - Look at the test application in the `tests/` directory for working examples
1338
- - Open an issue on [GitHub](https://github.com/firtoz/router-toolkit) if you find a bug
1338
+ - Open an issue on [GitHub](https://github.com/firtoz/fullstack-toolkit) if you find a bug
1339
1339
 
1340
1340
  ## Contributing
1341
1341
 
@@ -1347,6 +1347,6 @@ MIT © [Firtina Ozbalikchi](https://github.com/firtoz)
1347
1347
 
1348
1348
  ## Links
1349
1349
 
1350
- - [GitHub Repository](https://github.com/firtoz/router-toolkit)
1350
+ - [GitHub Repository](https://github.com/firtoz/fullstack-toolkit)
1351
1351
  - [NPM Package](https://npmjs.com/package/@firtoz/router-toolkit)
1352
1352
  - [React Router Documentation](https://reactrouter.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firtoz/router-toolkit",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
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",
@@ -45,17 +45,17 @@
45
45
  ],
46
46
  "author": "Firtina Ozbalikchi <firtoz@github.com>",
47
47
  "license": "MIT",
48
- "homepage": "https://github.com/firtoz/router-toolkit#readme",
48
+ "homepage": "https://github.com/firtoz/fullstack-toolkit#readme",
49
49
  "repository": {
50
50
  "type": "git",
51
- "url": "https://github.com/firtoz/router-toolkit.git",
51
+ "url": "https://github.com/firtoz/fullstack-toolkit.git",
52
52
  "directory": "packages/router-toolkit"
53
53
  },
54
54
  "bugs": {
55
- "url": "https://github.com/firtoz/router-toolkit/issues"
55
+ "url": "https://github.com/firtoz/fullstack-toolkit/issues"
56
56
  },
57
57
  "peerDependencies": {
58
- "@firtoz/maybe-error": "^1.3.0",
58
+ "@firtoz/maybe-error": "^1.3.1",
59
59
  "react": "^19.2.0",
60
60
  "react-router": "^7.9.3",
61
61
  "zod": "^4.1.11"