create-arkstack 0.5.4 → 0.5.5

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/bin/run.mjs +11 -11
  2. package/package.json +1 -1
package/bin/run.mjs CHANGED
@@ -105,17 +105,17 @@ const fullDependencies = [
105
105
  ];
106
106
  const leanDependencies = [];
107
107
  const depsList = {
108
- "@arkstack/auth": "^0.5.4",
109
- "@arkstack/common": "^0.5.4",
110
- "@arkstack/console": "^0.5.4",
111
- "@arkstack/contract": "^0.5.4",
112
- "@arkstack/database": "^0.5.4",
113
- "@arkstack/driver-express": "^0.5.4",
114
- "@arkstack/driver-h3": "^0.5.4",
115
- "@arkstack/filesystem": "^0.5.4",
116
- "@arkstack/http": "^0.5.4",
117
- "@arkstack/view": "^0.5.4",
118
- "@arkstack/notifications": "^0.5.4"
108
+ "@arkstack/auth": "^0.5.5",
109
+ "@arkstack/common": "^0.5.5",
110
+ "@arkstack/console": "^0.5.5",
111
+ "@arkstack/contract": "^0.5.5",
112
+ "@arkstack/database": "^0.5.5",
113
+ "@arkstack/driver-express": "^0.5.5",
114
+ "@arkstack/driver-h3": "^0.5.5",
115
+ "@arkstack/filesystem": "^0.5.5",
116
+ "@arkstack/http": "^0.5.5",
117
+ "@arkstack/view": "^0.5.5",
118
+ "@arkstack/notifications": "^0.5.5"
119
119
  };
120
120
  const environment = {
121
121
  min: ["APP_URL", "APP_PORT"],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-arkstack",
3
3
  "type": "module",
4
- "version": "0.5.4",
4
+ "version": "0.5.5",
5
5
  "description": "Create new Arkstack framework applications on Express or H3 runtime drivers",
6
6
  "homepage": "https://arkstack.toneflix.net",
7
7
  "repository": {