@razvan11/paladin 1.0.5 → 1.0.6

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -20883,7 +20883,7 @@ function env2() {
20883
20883
  const value = Bun.env[envVar];
20884
20884
  if (value) {
20885
20885
  const container3 = getContainer7();
20886
- container3.bind(value).toConstantValue(value);
20886
+ container3.bind(propertyKey).toConstantValue(value);
20887
20887
  }
20888
20888
  Object.defineProperty(target, propertyKey, {
20889
20889
  value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@razvan11/paladin",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A Bun-based backend framework with decorators, dependency injection, and controller registration",
5
5
  "keywords": [
6
6
  "bun",