@monkeyplus/flow 5.0.0-rc.203 → 5.0.0-rc.205
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
1
|
import 'node-fetch-native/polyfill';
|
|
2
2
|
export declare const getFlowRenderer: () => Promise<any>;
|
|
3
|
-
declare const _default: import("h3").EventHandler<void
|
|
3
|
+
declare const _default: import("h3").EventHandler<import("h3").EventHandlerRequest, Promise<void>>;
|
|
4
4
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("h3").EventHandler<any
|
|
1
|
+
declare const _default: import("h3").EventHandler<import("h3").EventHandlerRequest, Promise<any>>;
|
|
2
2
|
export default _default;
|
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.205";
|
|
28
28
|
|
|
29
29
|
let _distDir = dirname(fileURLToPath(import.meta.url));
|
|
30
30
|
if (_distDir.match(/(chunks|shared)$/))
|
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.205",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.mjs",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"externality": "^1.0.0",
|
|
39
39
|
"fs-extra": "^10.1.0",
|
|
40
40
|
"globby": "^13.1.2",
|
|
41
|
-
"h3": "^1.
|
|
41
|
+
"h3": "^1.8.0",
|
|
42
42
|
"hookable": "^5.4.2",
|
|
43
|
-
"jiti": "^1.
|
|
43
|
+
"jiti": "^1.19.0",
|
|
44
44
|
"ohash": "^1.0.0",
|
|
45
45
|
"knitwork": "^1.0.0",
|
|
46
46
|
"listhen": "^1.0.0",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"vite-plugin-checker": "^0.5.1",
|
|
69
69
|
"vue-bundle-renderer": "^1.0.0",
|
|
70
70
|
"vue": "^3.2.41",
|
|
71
|
-
"@monkeyplus/flow-cli": "5.0.0-rc.
|
|
72
|
-
"@monkeyplus/flow-
|
|
73
|
-
"@monkeyplus/flow-
|
|
71
|
+
"@monkeyplus/flow-cli": "5.0.0-rc.205",
|
|
72
|
+
"@monkeyplus/flow-kit": "5.0.0-rc.205",
|
|
73
|
+
"@monkeyplus/flow-schema": "5.0.0-rc.205"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@types/fs-extra": "^9.0.13",
|