chalk 4.1.1 → 4.1.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +7 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chalk",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "Terminal string styling done right",
5
5
  "license": "MIT",
6
6
  "repository": "chalk/chalk",
package/readme.md CHANGED
@@ -33,7 +33,7 @@
33
33
  <br>
34
34
  <br>
35
35
  <a href="https://retool.com/?utm_campaign=sindresorhus">
36
- <img src="https://sindresorhus.com/assets/thanks/retool-logo.svg" width="210"/>
36
+ <img src="https://sindresorhus.com/assets/thanks/retool-logo.svg" width="230"/>
37
37
  </a>
38
38
  <br>
39
39
  <br>
@@ -48,6 +48,12 @@
48
48
  <span>and avoiding access controls. Keep your team and servers in sync with Doppler.</span>
49
49
  </div>
50
50
  </a>
51
+ <br>
52
+ <a href="https://uibakery.io/?utm_source=chalk&utm_medium=sponsor&utm_campaign=github">
53
+ <div>
54
+ <img src="https://sindresorhus.com/assets/thanks/uibakery-logo.jpg" width="270" alt="UI Bakery">
55
+ </div>
56
+ </a>
51
57
  </p>
52
58
  </div>
53
59