Allow Rsx.Route() to accept string integers as params

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-23 09:18:10 +00:00
parent 2899ae826b
commit c7a2ec94ab
104 changed files with 293 additions and 144 deletions

30
package-lock.json generated
View File

@@ -2659,9 +2659,9 @@
}
},
"node_modules/@jqhtml/core": {
"version": "2.3.27",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/core/-/core-2.3.27.tgz",
"integrity": "sha512-7qXDoDGtk8gAI7xcn8nbYDbH4pn0vkyafjKRE34ukcxQ3ZozzTX3UNqqsTRlvqlcjiSJ5XLFeQbwWuon+FDwhw==",
"version": "2.3.28",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/core/-/core-2.3.28.tgz",
"integrity": "sha512-jnm3GFudWzudwhlClcBNM2p1W74lSpnyqHp27riht+i25o5vHXEXC5/MC0RG/J7H1zcXIB67XTucC5mgfKt3TA==",
"license": "MIT",
"dependencies": {
"@rollup/plugin-node-resolve": "^16.0.1",
@@ -2685,9 +2685,9 @@
}
},
"node_modules/@jqhtml/parser": {
"version": "2.3.27",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/parser/-/parser-2.3.27.tgz",
"integrity": "sha512-jPE6xLOcE33mTTuELZiCw9bWAQ8o81yGw/lExV8B+38nGoGwq4kDiC4LlAEirGr0gx90kh0vvycFtIgVWGdaEw==",
"version": "2.3.28",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/parser/-/parser-2.3.28.tgz",
"integrity": "sha512-Y9HyrCNJXkg3h3ILzSoWeHB53Fl8Q5hBrjdGeyg3eq4j7MFrD8iHBKChoaywzC1CuU00Ir6jsNlofXz9sOVuZQ==",
"license": "MIT",
"dependencies": {
"@types/jest": "^29.5.11",
@@ -2725,9 +2725,9 @@
}
},
"node_modules/@jqhtml/ssr": {
"version": "2.3.27",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/ssr/-/ssr-2.3.27.tgz",
"integrity": "sha512-LdSdBZ+CGm2O63Wv5g4+G/4Iwr3SSw69NQBvI+9LKZFLkRvzLhXxUoYyU5OIaOnkYdzvYbef3ACV840/INwRLA==",
"version": "2.3.28",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/ssr/-/ssr-2.3.28.tgz",
"integrity": "sha512-MN98llN00aEgAizgMPVdCKlK964kxVig1kt5F2NTIjXH2FnsWxHQJJJyfbEAedRrvlLO1W9ciPD7mjP2iP2/og==",
"license": "MIT",
"dependencies": {
"jquery": "^3.7.1",
@@ -2821,9 +2821,9 @@
}
},
"node_modules/@jqhtml/vscode-extension": {
"version": "2.3.27",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/vscode-extension/-/vscode-extension-2.3.27.tgz",
"integrity": "sha512-q+3BIOpgxnnRQPDORicfOjAHJ7QNK1Pm4bvvLVwfSh/eykAZCj6PeXnLxi5BmZNXVaOA7P7ajoJZekFLFlLClw==",
"version": "2.3.28",
"resolved": "http://privatenpm.hanson.xyz/@jqhtml/vscode-extension/-/vscode-extension-2.3.28.tgz",
"integrity": "sha512-fY85EHAJclDkUX68hHd3q9hAC0Y/MwMYZgJnKOd2Js08tYD3OW7QD3zoOPR/dVhDKwEWfvXOKPDG5UO2ifTg5g==",
"license": "MIT",
"engines": {
"vscode": "^1.74.0"
@@ -7206,9 +7206,9 @@
}
},
"node_modules/fastq": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
"integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
"version": "1.20.1",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
"integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
"license": "ISC",
"dependencies": {
"reusify": "^1.0.4"