@stacksjs/config 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
@@ -651,10 +651,6 @@ var defaults_default = {
651
651
  appId: "",
652
652
  apiKey: ""
653
653
  },
654
- planetscale: {
655
- appId: "",
656
- apiKey: ""
657
- },
658
654
  supabase: {
659
655
  appId: "",
660
656
  apiKey: ""
@@ -842,7 +838,6 @@ var database_default = {
842
838
  database: env8.DB_DATABASE || "stacks",
843
839
  prefix: ""
844
840
  },
845
- planetscale: {},
846
841
  postgres: {}
847
842
  },
848
843
  migrations: "migrations"
@@ -1524,10 +1519,6 @@ var services_default = {
1524
1519
  appId: "",
1525
1520
  apiKey: ""
1526
1521
  },
1527
- planetscale: {
1528
- appId: "",
1529
- apiKey: ""
1530
- },
1531
1522
  stripe: {
1532
1523
  appId: "",
1533
1524
  apiKey: ""
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/config",
3
3
  "type": "module",
4
- "version": "0.59.7",
4
+ "version": "0.59.9",
5
5
  "description": "The Stacks config helper methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
package/src/defaults.ts CHANGED
@@ -423,11 +423,6 @@ export default {
423
423
  apiKey: '',
424
424
  },
425
425
 
426
- planetscale: {
427
- appId: '',
428
- apiKey: '',
429
- },
430
-
431
426
  supabase: {
432
427
  appId: '',
433
428
  apiKey: '',