miolo 3.0.0-beta.185 → 3.0.0-beta.186

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.
@@ -1,4 +1,4 @@
1
- import { cleanFolder } from "../util.mjs"
1
+ // import { cleanFolder } from "../util.mjs"
2
2
  import { miolo_build_server } from "./server/index.mjs"
3
3
 
4
4
  export default async function (appName, binEntry, binDest, binName, binExt) {
@@ -7,7 +7,7 @@ export default async function (appName, binEntry, binDest, binName, binExt) {
7
7
  const pkgPath = process.cwd()
8
8
 
9
9
  // 1. Clean destination folder
10
- cleanFolder(binDest)
10
+ // cleanFolder(binDest)
11
11
 
12
12
  // 2. Build Backend script
13
13
  await miolo_build_server(appName, pkgPath, {}, binEntry, binDest, binName, binExt)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miolo",
3
- "version": "3.0.0-beta.185",
3
+ "version": "3.0.0-beta.186",
4
4
  "description": "all-in-one koa-based server",
5
5
  "author": "Donato Lorenzo <donato@afialapis.com>",
6
6
  "contributors": [
@@ -45,9 +45,9 @@
45
45
  "intre": "^3.0.0-beta.4",
46
46
  "joi": "^18.1.2",
47
47
  "lucide-react": "^1.14.0",
48
- "miolo-cli": "^3.0.0-beta.185",
48
+ "miolo-cli": "^3.0.0-beta.186",
49
49
  "miolo-model": "file:../miolo-model",
50
- "miolo-react": "^3.0.0-beta.185",
50
+ "miolo-react": "^3.0.0-beta.186",
51
51
  "next-themes": "^0.4.6",
52
52
  "radix-ui": "^1.4.3",
53
53
  "react": "^19.2.5",
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "devDependencies": {
64
64
  "@biomejs/biome": "2.4.14",
65
- "miolo": "^3.0.0-beta.185",
65
+ "miolo": "^3.0.0-beta.186",
66
66
  "sass-embedded": "^1.99.0"
67
67
  },
68
68
  "overrides": {