expressed-example-app 2.1.0 → 2.1.1

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expressed-example-app",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Advanced Express.js application featuring high-performance routing with custom hooks, declarative route definitions, and integrated queue system for background task processing. Perfect for scalable web applications requiring sophisticated routing and async job handling.",
5
5
  "main": "app.js",
6
6
  "scripts": {
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "express": "^4.22.1",
40
40
  "express-hooked": "^1.0.2",
41
- "express-queued": "^1.0.0",
41
+ "express-queued": "^1.0.1",
42
42
  "express-router-bds": "^1.1.1"
43
43
  }
44
44
  }