@stacksjs/env 0.58.73 → 0.59.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/env",
3
3
  "type": "module",
4
- "version": "0.58.73",
4
+ "version": "0.59.1",
5
5
  "description": "Stacks env helper methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
package/src/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  __commonJS,
4
4
  __toESM
5
- } from "../../core/buddy/chunk-0455e53fab4244b1.js";
5
+ } from "../../core/buddy/chunk-970e033f764e29fc.js";
6
6
 
7
7
  // ../../../../node_modules/universalify/index.js
8
8
  var require_universalify = __commonJS((exports) => {
package/src/index.ts CHANGED
@@ -45,7 +45,7 @@ const handler = {
45
45
 
46
46
  export function process() {
47
47
  return typeof Bun !== 'undefined'
48
- ? Bun.env
48
+ ? Bun.env as Env
49
49
  : p.env as unknown as Env
50
50
  }
51
51