@palbase/backend 33.0.1 → 33.0.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.
package/dist/index.js CHANGED
@@ -100,7 +100,7 @@ import {
100
100
  recordRoute,
101
101
  recordThrows,
102
102
  resolveEffectiveAuth
103
- } from "./chunk-BRLJOXWS.js";
103
+ } from "./chunk-AAT5G7KY.js";
104
104
  import {
105
105
  BadRequest,
106
106
  Conflict,
@@ -6738,7 +6738,7 @@ function resolveController(ctor) {
6738
6738
  }
6739
6739
  const meta = ctor[CONTROLLER_META];
6740
6740
  if (!meta) {
6741
- throw new TypeError("resolveController: class is not a @Controller \u2014 every controller file must `export default` a @Controller-decorated class");
6741
+ throw new TypeError("resolveController: class is not a @Controller \u2014 decorate it with `@Controller(path)` and list it in a module's `controllers`");
6742
6742
  }
6743
6743
  return meta;
6744
6744
  }