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

14
node_modules/fastq/package.json generated vendored Executable file → Normal file
View File

@@ -1,10 +1,11 @@
{
"name": "fastq",
"version": "1.19.1",
"version": "1.20.1",
"description": "Fast, in memory work queue",
"main": "queue.js",
"type": "commonjs",
"scripts": {
"lint": "standard --verbose | snazzy",
"lint": "eslint .",
"unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test/test.js test/promise.js",
"coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js test/promise.js",
"test:report": "npm run lint && npm run unit:report",
@@ -34,20 +35,15 @@
"homepage": "https://github.com/mcollina/fastq#readme",
"devDependencies": {
"async": "^3.1.0",
"eslint": "^9.36.0",
"neo-async": "^2.6.1",
"neostandard": "^0.12.2",
"nyc": "^17.0.0",
"pre-commit": "^1.2.2",
"snazzy": "^9.0.0",
"standard": "^16.0.0",
"tape": "^5.0.0",
"typescript": "^5.0.4"
},
"dependencies": {
"reusify": "^1.0.4"
},
"standard": {
"ignore": [
"example.mjs"
]
}
}