@canopycanopycanopy/b-ber-cli 3.0.8-next.97 → 3.0.8-next.99
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.js +1 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -44,7 +44,7 @@ fs_extra = __toESM(fs_extra);
|
|
|
44
44
|
let _canopycanopycanopy_b_ber_lib_Theme = require("@canopycanopycanopy/b-ber-lib/Theme");
|
|
45
45
|
_canopycanopycanopy_b_ber_lib_Theme = __toESM(_canopycanopycanopy_b_ber_lib_Theme);
|
|
46
46
|
//#region package.json
|
|
47
|
-
var version = "3.0.8-next.
|
|
47
|
+
var version = "3.0.8-next.99+adf7f715";
|
|
48
48
|
//#endregion
|
|
49
49
|
//#region src/lib/config-options.ts
|
|
50
50
|
function withConfigOptions(yargs) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-cli",
|
|
3
|
-
"version": "3.0.8-next.
|
|
3
|
+
"version": "3.0.8-next.99+adf7f715",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@canopycanopycanopy/b-ber-lib": "3.0.8-next.
|
|
23
|
-
"@canopycanopycanopy/b-ber-logger": "3.0.8-next.
|
|
24
|
-
"@canopycanopycanopy/b-ber-shapes-sequences": "3.0.8-next.
|
|
25
|
-
"@canopycanopycanopy/b-ber-tasks": "3.0.8-next.
|
|
26
|
-
"@canopycanopycanopy/b-ber-templates": "3.0.8-next.
|
|
22
|
+
"@canopycanopycanopy/b-ber-lib": "3.0.8-next.99+adf7f715",
|
|
23
|
+
"@canopycanopycanopy/b-ber-logger": "3.0.8-next.99+adf7f715",
|
|
24
|
+
"@canopycanopycanopy/b-ber-shapes-sequences": "3.0.8-next.99+adf7f715",
|
|
25
|
+
"@canopycanopycanopy/b-ber-tasks": "3.0.8-next.99+adf7f715",
|
|
26
|
+
"@canopycanopycanopy/b-ber-templates": "3.0.8-next.99+adf7f715",
|
|
27
27
|
"fs-extra": "^8.1.0",
|
|
28
28
|
"lodash": "^4.17.21",
|
|
29
29
|
"lodash.has": "latest",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"url": "https://maxwellsimmer.com"
|
|
57
57
|
}
|
|
58
58
|
],
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "adf7f71513eb62a3cb5ae7af7136ba7d1967a3ac"
|
|
60
60
|
}
|