@canopycanopycanopy/b-ber-cli 3.0.10 → 3.1.0
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/app.js +1 -2
- package/package.json +7 -7
package/dist/app.js
CHANGED
|
@@ -11,8 +11,7 @@ exports.default = bber;
|
|
|
11
11
|
var _yargs = _interopRequireDefault(require("yargs"));
|
|
12
12
|
var _State = _interopRequireDefault(require("@canopycanopycanopy/b-ber-lib/State"));
|
|
13
13
|
var commands = _interopRequireWildcard(require("./commands"));
|
|
14
|
-
function
|
|
15
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = _Object$defineProperty && _Object$getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? _Object$getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? _Object$defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
14
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof _WeakMap) var r = new _WeakMap(), n = new _WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = _Object$defineProperty) && _Object$getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
16
15
|
const LINE_LENGTH = 70;
|
|
17
16
|
function bber() {
|
|
18
17
|
const showCustomHelp = () => console.log(`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-cli",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@babel/runtime-corejs3": "^7.10.5",
|
|
25
|
-
"@canopycanopycanopy/b-ber-lib": "3.0
|
|
26
|
-
"@canopycanopycanopy/b-ber-logger": "3.0
|
|
27
|
-
"@canopycanopycanopy/b-ber-shapes-sequences": "3.0
|
|
28
|
-
"@canopycanopycanopy/b-ber-tasks": "3.0
|
|
29
|
-
"@canopycanopycanopy/b-ber-templates": "3.0
|
|
25
|
+
"@canopycanopycanopy/b-ber-lib": "3.1.0",
|
|
26
|
+
"@canopycanopycanopy/b-ber-logger": "3.1.0",
|
|
27
|
+
"@canopycanopycanopy/b-ber-shapes-sequences": "3.1.0",
|
|
28
|
+
"@canopycanopycanopy/b-ber-tasks": "3.1.0",
|
|
29
|
+
"@canopycanopycanopy/b-ber-templates": "3.1.0",
|
|
30
30
|
"fs-extra": "^8.1.0",
|
|
31
31
|
"lodash": "^4.17.21",
|
|
32
32
|
"lodash.has": "latest",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"url": "https://maxwellsimmer.com"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "59963709eda1a8eb12dde95405f8f01086d12cc7"
|
|
63
63
|
}
|