@octanejs/tanstack-router 0.1.48 → 0.1.49

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 +7 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  [TanStack Router](https://tanstack.com/router) for the [octane](https://github.com/octanejs/octane) UI framework.
4
4
 
5
+ ## Installation
6
+
7
+ ```sh
8
+ npm install @octanejs/tanstack-router
9
+ pnpm add @octanejs/tanstack-router
10
+ ```
11
+
5
12
  TanStack Router splits a framework-agnostic core (`@tanstack/router-core` — the
6
13
  router, route tree, matching, history, and the reactive store) from a thin React
7
14
  binding (`@tanstack/react-router`). Mirroring `@octanejs/tanstack-query`, this package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octanejs/tanstack-router",
3
- "version": "0.1.48",
3
+ "version": "0.1.49",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "engines": {
@@ -58,7 +58,7 @@
58
58
  "isbot": "^5.1.22"
59
59
  },
60
60
  "peerDependencies": {
61
- "octane": "0.1.49"
61
+ "octane": "0.1.50"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@tanstack/react-router": "1.170.18",
@@ -67,7 +67,7 @@
67
67
  "react": "^19.2.7",
68
68
  "react-dom": "^19.2.7",
69
69
  "vitest": "^4.1.10",
70
- "octane": "0.1.49"
70
+ "octane": "0.1.50"
71
71
  },
72
72
  "scripts": {
73
73
  "test": "vitest run"