@docusaurus/logger 0.0.0-5287 → 0.0.0-5296

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -57,4 +57,4 @@ An embedded expression is optionally preceded by a flag in the form `[a-z]+=` (a
57
57
 
58
58
  If the expression is an array, it's formatted by `` `\n- ${array.join('\n- ')}\n` `` (note it automatically gets a leading line end). Each member is formatted by itself and the bullet is not formatted. So you would see the above message printed as:
59
59
 
60
- ![demo](./demo.png)
60
+ ![Some text output in the terminal, containing array, code, name, and number formatting](./demo.png)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/logger",
3
- "version": "0.0.0-5287",
3
+ "version": "0.0.0-5296",
4
4
  "description": "An encapsulated logger for semantically formatting console messages.",
5
5
  "main": "./lib/index.js",
6
6
  "repository": {
@@ -29,5 +29,5 @@
29
29
  "devDependencies": {
30
30
  "@types/supports-color": "^8.1.1"
31
31
  },
32
- "gitHead": "b9f8470692eac0939a0da86ba75c9a315961ec3a"
32
+ "gitHead": "39e8f0c1e6ee189ff21fe344982ffc433ffc2766"
33
33
  }