@rangojs/router 0.0.0-experimental.95 → 0.0.0-experimental.96
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/dist/vite/index.js +2 -2
- package/package.json +2 -2
package/dist/vite/index.js
CHANGED
|
@@ -2040,7 +2040,7 @@ import { resolve } from "node:path";
|
|
|
2040
2040
|
// package.json
|
|
2041
2041
|
var package_default = {
|
|
2042
2042
|
name: "@rangojs/router",
|
|
2043
|
-
version: "0.0.0-experimental.
|
|
2043
|
+
version: "0.0.0-experimental.96",
|
|
2044
2044
|
description: "Django-inspired RSC router with composable URL patterns",
|
|
2045
2045
|
keywords: [
|
|
2046
2046
|
"react",
|
|
@@ -2182,6 +2182,7 @@ var package_default = {
|
|
|
2182
2182
|
"test:unit:watch": "vitest"
|
|
2183
2183
|
},
|
|
2184
2184
|
dependencies: {
|
|
2185
|
+
"@types/debug": "^4.1.12",
|
|
2185
2186
|
"@vitejs/plugin-rsc": "^0.5.23",
|
|
2186
2187
|
debug: "^4.4.1",
|
|
2187
2188
|
"magic-string": "^0.30.17",
|
|
@@ -2190,7 +2191,6 @@ var package_default = {
|
|
|
2190
2191
|
},
|
|
2191
2192
|
devDependencies: {
|
|
2192
2193
|
"@playwright/test": "^1.49.1",
|
|
2193
|
-
"@types/debug": "^4.1.12",
|
|
2194
2194
|
"@types/node": "^24.10.1",
|
|
2195
2195
|
"@types/react": "catalog:",
|
|
2196
2196
|
"@types/react-dom": "catalog:",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rangojs/router",
|
|
3
|
-
"version": "0.0.0-experimental.
|
|
3
|
+
"version": "0.0.0-experimental.96",
|
|
4
4
|
"description": "Django-inspired RSC router with composable URL patterns",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -142,6 +142,7 @@
|
|
|
142
142
|
"test:unit:watch": "vitest"
|
|
143
143
|
},
|
|
144
144
|
"dependencies": {
|
|
145
|
+
"@types/debug": "^4.1.12",
|
|
145
146
|
"@vitejs/plugin-rsc": "^0.5.23",
|
|
146
147
|
"debug": "^4.4.1",
|
|
147
148
|
"magic-string": "^0.30.17",
|
|
@@ -150,7 +151,6 @@
|
|
|
150
151
|
},
|
|
151
152
|
"devDependencies": {
|
|
152
153
|
"@playwright/test": "^1.49.1",
|
|
153
|
-
"@types/debug": "^4.1.12",
|
|
154
154
|
"@types/node": "^24.10.1",
|
|
155
155
|
"@types/react": "catalog:",
|
|
156
156
|
"@types/react-dom": "catalog:",
|