You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(core): bump version to 0.1.53 and update @intentjs/hyper-express dependency
- Updated package version to 0.1.53.
- Bumped @intentjs/hyper-express dependency version to 0.0.11.
- Enhanced delay calculation in PayloadBuilder to return both delay and net delay in seconds.
- Updated SqsQueueDriver to use net delay in seconds for message pushing.
- Added netDelayInSeconds property to InternalMessage interface.
Copy file name to clipboardExpand all lines: packages/hyper-express/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@intentjs/hyper-express",
3
-
"version": "0.0.10",
3
+
"version": "0.0.11",
4
4
"description": "A fork of hyper-express to suit IntentJS requirements. High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.",
0 commit comments