@monkeyplus/flow 4.0.0-beta.3 → 4.0.0-beta.5
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.
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -33,7 +33,7 @@ const chalk__default = /*#__PURE__*/_interopDefaultLegacy(chalk);
|
|
|
33
33
|
const fs__default = /*#__PURE__*/_interopDefaultLegacy(fs);
|
|
34
34
|
|
|
35
35
|
const name = "@monkeyplus/flow";
|
|
36
|
-
const version = "4.0.0-beta.
|
|
36
|
+
const version = "4.0.0-beta.5";
|
|
37
37
|
const description = "Utils hapi";
|
|
38
38
|
const author = "Andres Navarrete";
|
|
39
39
|
const license = "MIT";
|
package/dist/index.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import chalk from 'chalk';
|
|
|
8
8
|
import fs from 'fs-extra';
|
|
9
9
|
|
|
10
10
|
const name = "@monkeyplus/flow";
|
|
11
|
-
const version = "4.0.0-beta.
|
|
11
|
+
const version = "4.0.0-beta.5";
|
|
12
12
|
const description = "Utils hapi";
|
|
13
13
|
const author = "Andres Navarrete";
|
|
14
14
|
const license = "MIT";
|