@jeffchi/logger 4.2.3-beta.0 → 4.2.3-beta.1

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,6 +37,14 @@ yarn add @jeffchi/logger
37
37
  pnpm add @jeffchi/logger --save
38
38
  ```
39
39
 
40
+ ```bash
41
+ pnpm add @jeffchi/logger --save
42
+ ```
43
+
44
+ ```bash
45
+ pnpm add @jeffchi/logger --save
46
+ ```
47
+
40
48
  如果你的网络环境不佳,推荐使用 [cnpm](https://github.com/cnpm/cnpm)。
41
49
 
42
50
  ## 用法
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeffchi/logger",
3
- "version": "4.2.3-beta.0",
3
+ "version": "4.2.3-beta.1",
4
4
  "main": "lib/index.cjs",
5
5
  "module": "lib/index.mjs",
6
6
  "browser": "lib/index.cjs",