@arkstack/console 0.2.2 → 0.2.4

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.js +2 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -391,6 +391,8 @@ const runConsoleKernel = async (options = {}) => {
391
391
  join(process.cwd(), "src", "app", "console", "commands/*.js"),
392
392
  join(process.cwd(), "src", "app/console/commands/*.js"),
393
393
  join(process.cwd(), "src", "app/console/commands/*.mjs"),
394
+ join(process.cwd(), "dist", "app/console/commands/*.js"),
395
+ join(process.cwd(), "dist", "app/console/commands/*.mjs"),
394
396
  join(process.cwd(), "node_modules", "@arkstack/*", "dist", "commands", "*.js")
395
397
  ],
396
398
  exceptionHandler(exception) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkstack/console",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "type": "module",
5
5
  "description": "Console package for Arkstack providing console-specific implementations of core Arkstack features such as routing, middleware, and database integration.",
6
6
  "homepage": "https://arkstack.toneflix.net",
@@ -43,14 +43,14 @@
43
43
  },
44
44
  "peerDependencies": {
45
45
  "clear-router": "^2.3.3",
46
- "arkormx": "^1.0.0"
46
+ "arkormx": "^1.3.0"
47
47
  },
48
48
  "dependencies": {
49
49
  "@h3ravel/musket": "^0.10.1",
50
50
  "chalk": "^5.6.2",
51
51
  "resora": "^0.2.14",
52
- "@arkstack/contract": "^0.2.2",
53
- "@arkstack/common": "^0.2.2"
52
+ "@arkstack/common": "^0.2.4",
53
+ "@arkstack/contract": "^0.2.4"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "tsdown",