@stacksjs/env 0.74.26 → 0.74.28

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/types.d.ts +1 -0
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -87,6 +87,7 @@ export declare interface FrameworkEnv {
87
87
  DB_READ_HOSTS: string | undefined
88
88
  DB_READ_AUTO_ROUTE: boolean | undefined
89
89
  DB_QUERY_LOGGING_ENABLED: boolean | undefined
90
+ DB_QUERY_LOGGING_CAPTURE_ALL_TRACES: boolean | undefined
90
91
  DB_QUERY_LOGGING_SLOW_THRESHOLD: number | undefined
91
92
  DB_QUERY_LOGGING_RETENTION_DAYS: number | undefined
92
93
  DB_QUERY_LOGGING_PRUNE_FREQUENCY: number | undefined
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/env",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.74.26",
5
+ "version": "0.74.28",
6
6
  "description": "Stacks env helper methods.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
@@ -56,10 +56,10 @@
56
56
  "prepublishOnly": "bun run build"
57
57
  },
58
58
  "dependencies": {
59
- "@stacksjs/path": "0.74.26"
59
+ "@stacksjs/path": "0.74.28"
60
60
  },
61
61
  "devDependencies": {
62
62
  "better-dx": "^0.2.24",
63
- "@stacksjs/validation": "0.74.26"
63
+ "@stacksjs/validation": "0.74.28"
64
64
  }
65
65
  }