@arkstack/common 0.14.20 → 0.14.21

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/index.d.ts +1 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -251,6 +251,7 @@ interface EnvRegistry {
251
251
  * App Confifuration
252
252
  */
253
253
  interface AppConfig {
254
+ [key: string]: any;
254
255
  env: string;
255
256
  key: string;
256
257
  url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkstack/common",
3
- "version": "0.14.20",
3
+ "version": "0.14.21",
4
4
  "type": "module",
5
5
  "description": "Core utilities, primitives, and shared infrastructure for the Arkstack ecosystem.",
6
6
  "homepage": "https://arkstack.toneflix.net",
@@ -45,8 +45,8 @@
45
45
  "peerDependencies": {
46
46
  "@h3ravel/support": "^2.2.0",
47
47
  "arkormx": "^2.10.1",
48
- "@arkstack/contract": "^0.14.20",
49
- "@arkstack/foundry": "^0.14.20"
48
+ "@arkstack/contract": "^0.14.21",
49
+ "@arkstack/foundry": "^0.14.21"
50
50
  },
51
51
  "optionalDependencies": {
52
52
  "@faker-js/faker": "^10.4.0"