@stacksjs/env 0.70.172 → 0.70.173

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 -1
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -22,7 +22,7 @@ declare interface EnumEnvConfig {
22
22
  }
23
23
  export declare interface StacksEnv {
24
24
  APP_NAME: string | undefined
25
- APP_ENV: 'local' | 'dev' | 'stage' | 'prod' | undefined
25
+ APP_ENV: 'local' | 'dev' | 'development' | 'stage' | 'staging' | 'prod' | 'production' | undefined
26
26
  APP_KEY: string | undefined
27
27
  APP_URL: string | undefined
28
28
  APP_DOMAIN: string | 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.70.172",
5
+ "version": "0.70.173",
6
6
  "description": "Stacks env helper methods.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "better-dx": "^0.2.17",
54
- "@stacksjs/path": "0.70.172",
55
- "@stacksjs/validation": "0.70.172"
54
+ "@stacksjs/path": "0.70.173",
55
+ "@stacksjs/validation": "0.70.173"
56
56
  }
57
57
  }