@stacksjs/env 0.59.7 → 0.59.9

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 CHANGED
@@ -43,7 +43,7 @@ var env_default = {
43
43
  DEBUG: validate.boolean(),
44
44
  API_PREFIX: validate.string(),
45
45
  DOCS_PREFIX: validate.string(),
46
- DB_CONNECTION: validate.enum(["mysql", "sqlite", "postgres", "planetscale"]),
46
+ DB_CONNECTION: validate.enum(["mysql", "sqlite", "postgres"]),
47
47
  DB_HOST: validate.string(),
48
48
  DB_PORT: validate.number(),
49
49
  DB_DATABASE: validate.string(),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/env",
3
3
  "type": "module",
4
- "version": "0.59.7",
4
+ "version": "0.59.9",
5
5
  "description": "Stacks env helper methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
package/src/index.js CHANGED
@@ -2113,7 +2113,7 @@ var env_default = {
2113
2113
  DEBUG: validate.boolean(),
2114
2114
  API_PREFIX: validate.string(),
2115
2115
  DOCS_PREFIX: validate.string(),
2116
- DB_CONNECTION: validate.enum(["mysql", "sqlite", "postgres", "planetscale"]),
2116
+ DB_CONNECTION: validate.enum(["mysql", "sqlite", "postgres"]),
2117
2117
  DB_HOST: validate.string(),
2118
2118
  DB_PORT: validate.number(),
2119
2119
  DB_DATABASE: validate.string(),