@monkeyplus/flow 5.0.0-rc.121 → 5.0.0-rc.123

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 +6 -6
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.121";
27
+ const version = "5.0.0-rc.123";
28
28
 
29
29
  let _distDir = dirname(fileURLToPath(import.meta.url));
30
30
  if (_distDir.match(/(chunks|shared)$/))
@@ -584,6 +584,7 @@ async function initFlow(flow) {
584
584
  ...flow.options.modules,
585
585
  ...flow.options._modules
586
586
  ];
587
+ console.log(modulesToInstall);
587
588
  for (const m of modulesToInstall) {
588
589
  if (Array.isArray(m))
589
590
  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.121",
3
+ "version": "5.0.0-rc.123",
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.121",
29
- "@monkeyplus/flow-kit": "5.0.0-rc.121",
30
- "@monkeyplus/flow-schema": "5.0.0-rc.121",
28
+ "@monkeyplus/flow-cli": "5.0.0-rc.123",
29
+ "@monkeyplus/flow-kit": "5.0.0-rc.123",
30
+ "@monkeyplus/flow-schema": "5.0.0-rc.123",
31
31
  "@rollup/plugin-replace": "^4.0.0",
32
32
  "@vueuse/head": "^1.0.16",
33
33
  "c12": "^1.0.1",
@@ -57,7 +57,7 @@
57
57
  "unenv": "^1.0.0",
58
58
  "ohmyfetch": "^0.4.21",
59
59
  "node-fetch-native": "^1.0.1",
60
- "rollup": "^2.79.1",
60
+ "rollup": "^3.10.1",
61
61
  "rollup-plugin-visualizer": "^5.8.3",
62
62
  "scule": "^1.0.0",
63
63
  "ufo": "^1.0.0",
@@ -66,7 +66,7 @@
66
66
  "unplugin": "^1.0.0",
67
67
  "untyped": "^1.0.0",
68
68
  "pkg-types": "^1.0.1",
69
- "vite": "~3.2.2",
69
+ "vite": "~4.0.4",
70
70
  "vite-node": "^0.24.5",
71
71
  "vite-plugin-checker": "^0.5.1",
72
72
  "vue-bundle-renderer": "^1.0.0",