@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.
- package/dist/index.js +1 -1
- 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(
|
|
20886
|
+
container3.bind(propertyKey).toConstantValue(value);
|
|
20887
20887
|
}
|
|
20888
20888
|
Object.defineProperty(target, propertyKey, {
|
|
20889
20889
|
value,
|