@stacksjs/config 0.58.28 → 0.58.44

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/package.json +1 -1
  2. package/src/overrides.ts +0 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/config",
3
3
  "type": "module",
4
- "version": "0.58.28",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks config helper methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
package/src/overrides.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import type { StacksConfig } from '@stacksjs/types'
2
2
  import ai from '../../../../../config/ai'
3
- import api from '../../../../../config/api'
4
3
  import app from '../../../../../config/app'
5
4
  import cache from '../../../../../config/cache'
6
5
  import binary from '../../../../../config/cli'
@@ -25,7 +24,6 @@ import ui from '../../../../../config/ui'
25
24
  // this "user config" will override the default config options
26
25
  export default {
27
26
  ai,
28
- api,
29
27
  app,
30
28
  binary,
31
29
  cache,