@monkeyplus/flow 5.0.0-rc.124 → 5.0.0-rc.125
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.
|
@@ -5,7 +5,6 @@ import consola from 'consola';
|
|
|
5
5
|
import { getViteNodeOptions } from './vite-node-shared.mjs';
|
|
6
6
|
|
|
7
7
|
const viteNodeOptions = getViteNodeOptions();
|
|
8
|
-
console.log(viteNodeOptions);
|
|
9
8
|
const runner = new ViteNodeRunner({
|
|
10
9
|
root: viteNodeOptions.root, // Equals to Nuxt `srcDir`
|
|
11
10
|
base: viteNodeOptions.base,
|
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.
|
|
27
|
+
const version = "5.0.0-rc.125";
|
|
28
28
|
|
|
29
29
|
let _distDir = dirname(fileURLToPath(import.meta.url));
|
|
30
30
|
if (_distDir.match(/(chunks|shared)$/))
|
|
@@ -584,7 +584,6 @@ async function initFlow(flow) {
|
|
|
584
584
|
...flow.options.modules,
|
|
585
585
|
...flow.options._modules
|
|
586
586
|
];
|
|
587
|
-
console.log(modulesToInstall);
|
|
588
587
|
for (const m of modulesToInstall) {
|
|
589
588
|
if (Array.isArray(m))
|
|
590
589
|
await installModule(m[0], m[1]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@monkeyplus/flow",
|
|
3
|
-
"version": "5.0.0-rc.
|
|
3
|
+
"version": "5.0.0-rc.125",
|
|
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.
|
|
29
|
-
"@monkeyplus/flow-kit": "5.0.0-rc.
|
|
30
|
-
"@monkeyplus/flow-schema": "5.0.0-rc.
|
|
28
|
+
"@monkeyplus/flow-cli": "5.0.0-rc.125",
|
|
29
|
+
"@monkeyplus/flow-kit": "5.0.0-rc.125",
|
|
30
|
+
"@monkeyplus/flow-schema": "5.0.0-rc.125",
|
|
31
31
|
"@rollup/plugin-replace": "^4.0.0",
|
|
32
32
|
"@vueuse/head": "^1.0.16",
|
|
33
33
|
"c12": "^1.0.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"externality": "^1.0.0",
|
|
42
42
|
"fs-extra": "^10.1.0",
|
|
43
43
|
"globby": "^13.1.2",
|
|
44
|
-
"h3": "^1.0
|
|
44
|
+
"h3": "^1.5.0",
|
|
45
45
|
"hookable": "^5.4.2",
|
|
46
46
|
"jiti": "^1.16.0",
|
|
47
47
|
"ohash": "^1.0.0",
|