create-fiyuu-app 0.2.0 → 0.4.1
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/create-fiyuu-app.mjs +5 -5
- package/package.json +1 -1
package/bin/create-fiyuu-app.mjs
CHANGED
|
@@ -280,11 +280,11 @@ function resolveDependencyStrategy(frameworkRoot, useLocalFlag) {
|
|
|
280
280
|
};
|
|
281
281
|
}
|
|
282
282
|
return {
|
|
283
|
-
cliDependency: "^0.
|
|
284
|
-
coreDependency: "^0.
|
|
285
|
-
runtimeDependency: "^0.
|
|
286
|
-
dbDependency: "^0.4.
|
|
287
|
-
realtimeDependency: "^0.4.
|
|
283
|
+
cliDependency: "^0.4.1",
|
|
284
|
+
coreDependency: "^0.4.1",
|
|
285
|
+
runtimeDependency: "^0.4.1",
|
|
286
|
+
dbDependency: "^0.4.1",
|
|
287
|
+
realtimeDependency: "^0.4.1",
|
|
288
288
|
clientImportModule: "@fiyuu/core/client",
|
|
289
289
|
};
|
|
290
290
|
}
|