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.
- package/bin/run.mjs +11 -11
- 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.
|
|
109
|
-
"@arkstack/common": "^0.5.
|
|
110
|
-
"@arkstack/console": "^0.5.
|
|
111
|
-
"@arkstack/contract": "^0.5.
|
|
112
|
-
"@arkstack/database": "^0.5.
|
|
113
|
-
"@arkstack/driver-express": "^0.5.
|
|
114
|
-
"@arkstack/driver-h3": "^0.5.
|
|
115
|
-
"@arkstack/filesystem": "^0.5.
|
|
116
|
-
"@arkstack/http": "^0.5.
|
|
117
|
-
"@arkstack/view": "^0.5.
|
|
118
|
-
"@arkstack/notifications": "^0.5.
|
|
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