@monkeyplus/flow 5.0.0-rc.136 → 5.0.0-rc.138

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.mjs +2 -1
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -24,7 +24,7 @@ import replace from '@rollup/plugin-replace';
24
24
  import { resolveTSConfig } from 'pkg-types';
25
25
  import fse from 'fs-extra';
26
26
 
27
- const version = "5.0.0-rc.136";
27
+ const version = "5.0.0-rc.138";
28
28
 
29
29
  let _distDir = dirname(fileURLToPath(import.meta.url));
30
30
  if (_distDir.match(/(chunks|shared)$/))
@@ -516,6 +516,7 @@ async function initNitro(flow) {
516
516
  if (flow.options.dev) {
517
517
  await build$1(nitro);
518
518
  } else {
519
+ console.log("build", flow.options._generate);
519
520
  await prepare(nitro);
520
521
  await copyPublicAssets(nitro);
521
522
  await prerender(nitro);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monkeyplus/flow",
3
- "version": "5.0.0-rc.136",
3
+ "version": "5.0.0-rc.138",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",
@@ -25,9 +25,9 @@
25
25
  "dist"
26
26
  ],
27
27
  "dependencies": {
28
- "@monkeyplus/flow-cli": "5.0.0-rc.136",
29
- "@monkeyplus/flow-kit": "5.0.0-rc.136",
30
- "@monkeyplus/flow-schema": "5.0.0-rc.136",
28
+ "@monkeyplus/flow-cli": "5.0.0-rc.138",
29
+ "@monkeyplus/flow-kit": "5.0.0-rc.138",
30
+ "@monkeyplus/flow-schema": "5.0.0-rc.138",
31
31
  "@rollup/plugin-replace": "^4.0.0",
32
32
  "@vueuse/head": "^1.0.16",
33
33
  "c12": "^1.0.1",