@dword-design/base 8.6.4 → 8.6.8
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.
|
@@ -17,7 +17,7 @@ var _default = (0, _endent.default)`
|
|
|
17
17
|
RUN sudo apt-get install git-lfs
|
|
18
18
|
RUN git lfs install
|
|
19
19
|
RUN echo "\\nexport PATH=$(yarn global bin):\\$PATH" >> /home/gitpod/.bashrc
|
|
20
|
-
RUN yarn global add gitpod-env-per-project @babel/node
|
|
20
|
+
RUN yarn global add gitpod-env-per-project @babel/node @babel/core
|
|
21
21
|
RUN sudo apt-get install -y graphviz
|
|
22
22
|
RUN brew install gh
|
|
23
23
|
|
|
@@ -50,6 +50,51 @@ exports[`index badges 1`] = `
|
|
|
50
50
|
"
|
|
51
51
|
`;
|
|
52
52
|
|
|
53
|
+
exports[`index badges private 1`] = `
|
|
54
|
+
"<!-- BADGES/ -->
|
|
55
|
+
<p>
|
|
56
|
+
<img src=\\"https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue\\" alt=\\"Linux macOS Windows compatible\\"><a href=\\"https://github.com/dword-design/bar/actions\\">
|
|
57
|
+
<img
|
|
58
|
+
src=\\"https://github.com/dword-design/bar/workflows/build/badge.svg\\"
|
|
59
|
+
alt=\\"Build status\\"
|
|
60
|
+
>
|
|
61
|
+
</a><a href=\\"https://codecov.io/gh/dword-design/bar\\">
|
|
62
|
+
<img
|
|
63
|
+
src=\\"https://codecov.io/gh/dword-design/bar/branch/master/graph/badge.svg\\"
|
|
64
|
+
alt=\\"Coverage status\\"
|
|
65
|
+
>
|
|
66
|
+
</a><a href=\\"https://david-dm.org/dword-design/bar\\">
|
|
67
|
+
<img src=\\"https://img.shields.io/david/dword-design/bar\\" alt=\\"Dependency status\\">
|
|
68
|
+
</a><img src=\\"https://img.shields.io/badge/renovate-enabled-brightgreen\\" alt=\\"Renovate enabled\\"><br/><a href=\\"https://gitpod.io/#https://github.com/dword-design/bar\\">
|
|
69
|
+
<img
|
|
70
|
+
src=\\"https://gitpod.io/button/open-in-gitpod.svg\\"
|
|
71
|
+
alt=\\"Open in Gitpod\\"
|
|
72
|
+
width=\\"114\\"
|
|
73
|
+
>
|
|
74
|
+
</a><a href=\\"https://www.buymeacoffee.com/dword\\">
|
|
75
|
+
<img
|
|
76
|
+
src=\\"https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg\\"
|
|
77
|
+
alt=\\"Buy Me a Coffee\\"
|
|
78
|
+
width=\\"114\\"
|
|
79
|
+
>
|
|
80
|
+
</a><a href=\\"https://paypal.me/SebastianLandwehr\\">
|
|
81
|
+
<img
|
|
82
|
+
src=\\"https://sebastianlandwehr.com/images/paypal.svg\\"
|
|
83
|
+
alt=\\"PayPal\\"
|
|
84
|
+
width=\\"163\\"
|
|
85
|
+
>
|
|
86
|
+
</a><a href=\\"https://www.patreon.com/dworddesign\\">
|
|
87
|
+
<img
|
|
88
|
+
src=\\"https://sebastianlandwehr.com/images/patreon.svg\\"
|
|
89
|
+
alt=\\"Patreon\\"
|
|
90
|
+
width=\\"163\\"
|
|
91
|
+
>
|
|
92
|
+
</a>
|
|
93
|
+
</p>
|
|
94
|
+
<!-- /BADGES -->
|
|
95
|
+
"
|
|
96
|
+
`;
|
|
97
|
+
|
|
53
98
|
exports[`index existing content 1`] = `
|
|
54
99
|
"<!-- DESCRIPTION/ -->
|
|
55
100
|
foo bar baz
|
|
@@ -31,7 +31,7 @@ var _default = {
|
|
|
31
31
|
|
|
32
32
|
return (0, _endent.default)`
|
|
33
33
|
<p>
|
|
34
|
-
${(_ref = [...(_config.default.npmPublish ? [(0, _endent.default)`
|
|
34
|
+
${(_ref = [...(_config.default.npmPublish && !_packageConfig.default.private ? [(0, _endent.default)`
|
|
35
35
|
<a href="https://npmjs.org/package/${_packageConfig.default.name}">
|
|
36
36
|
<img
|
|
37
37
|
src="https://img.shields.io/npm/v/${_packageConfig.default.name}.svg"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dword-design/base",
|
|
3
|
-
"version": "8.6.
|
|
3
|
+
"version": "8.6.8",
|
|
4
4
|
"description": "Base package for projects.",
|
|
5
5
|
"repository": "dword-design/base",
|
|
6
6
|
"funding": "https://github.com/sponsors/dword-design",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"execa": "^5.0.0",
|
|
50
50
|
"expect": "^27.0.0",
|
|
51
51
|
"expect-mocha-image-snapshot": "^2.0.0",
|
|
52
|
-
"expect-mocha-snapshot": "2.1.
|
|
52
|
+
"expect-mocha-snapshot": "^2.1.5",
|
|
53
53
|
"find-up": "^5.0.0",
|
|
54
54
|
"fs-extra": "^10.0.0",
|
|
55
55
|
"get-projectz-readme-section-regex": "^3.0.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"safe-readfile": "^1.0.2",
|
|
72
72
|
"semantic-release": "^17.0.3",
|
|
73
73
|
"sort-keys": "^4.2.0",
|
|
74
|
-
"sort-package-json": "~1.
|
|
74
|
+
"sort-package-json": "~1.53.0",
|
|
75
75
|
"spdx-expression-parse": "^3.0.0",
|
|
76
76
|
"spdx-license-list": "^6.1.0",
|
|
77
77
|
"std-env": "^2.3.0",
|