driftjs-router 0.0.10 → 0.0.11

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "driftjs-router",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Client-side SPA router for DriftJS with history, hash, and memory drivers, dynamic route parameters, nested routes/outlets, scroll restoration, and navigation guards.",
5
5
  "keywords": [
6
6
  "driftjs",
@@ -30,15 +30,15 @@
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
32
  "path-to-regexp": "^6.3.0",
33
- "driftjs-dom": "0.0.10",
34
- "driftjs-shared": "0.0.10"
33
+ "driftjs-dom": "0.0.11",
34
+ "driftjs-shared": "0.0.11"
35
35
  },
36
36
  "devDependencies": {
37
37
  "typescript": "^7.0.2",
38
38
  "vite": "^8.1.5",
39
39
  "vitest": "^4.1.10",
40
- "driftjs-compiler": "0.0.10",
41
- "driftjs-vite-plugin": "0.0.10"
40
+ "driftjs-compiler": "0.0.11",
41
+ "driftjs-vite-plugin": "0.0.11"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "vite build",