@primate/core 0.3.1 → 0.3.2

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.
@@ -280,7 +280,7 @@ export default class ServeApp extends App {
280
280
  const verbs = router.get(v);
281
281
  const routeHandler = verbs[verb];
282
282
  return routeHandler?.handler;
283
- }).filter(Boolean)])
283
+ }).filter(Boolean).toReversed()])
284
284
  .get();
285
285
  const verbs = router.get(route.path);
286
286
  const routePath = verbs[verb];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primate/core",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "The universal web framework",
5
5
  "homepage": "https://primate.run",
6
6
  "bugs": "https://github.com/primate-run/primate/issues",