@dword-design/base 8.6.6 → 8.6.7

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.
@@ -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.6",
3
+ "version": "8.6.7",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",