@jeffchi/logger 4.3.1-beta.0 → 4.3.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/README.md +0 -8
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -37,14 +37,6 @@ 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
-
48
40
  如果你的网络环境不佳,推荐使用 [cnpm](https://github.com/cnpm/cnpm)。
49
41
 
50
42
  ## 用法
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeffchi/logger",
3
- "version": "4.3.1-beta.0",
3
+ "version": "4.3.2",
4
4
  "main": "lib/index.cjs",
5
5
  "module": "lib/index.mjs",
6
6
  "browser": "lib/index.cjs",
@@ -121,6 +121,8 @@
121
121
  },
122
122
  "devDependencies": {
123
123
  "@babel/core": "^7.20.12",
124
+ "@commitlint/cli": "^19.0.0",
125
+ "@commitlint/config-conventional": "^19.0.0",
124
126
  "@rollup/plugin-alias": "^4.0.2",
125
127
  "@rollup/plugin-babel": "^6.0.3",
126
128
  "@rollup/plugin-commonjs": "^24.0.0",
@@ -136,6 +138,7 @@
136
138
  "cross-env": "^7.0.3",
137
139
  "cz-conventional-changelog": "^3.3.0",
138
140
  "esbuild": "^0.17.0",
141
+ "husky": "^9.0.0",
139
142
  "jest": "^29.3.1",
140
143
  "prettier": "^3.1.1",
141
144
  "rollup": "^3.10.0",
@@ -151,10 +154,7 @@
151
154
  "tslint": "^6.1.3",
152
155
  "tslint-config-prettier": "^1.18.0",
153
156
  "typedoc": "^0.23.24",
154
- "typescript": "^4.9.4",
155
- "husky": "^9.0.0",
156
- "@commitlint/cli": "^19.0.0",
157
- "@commitlint/config-conventional": "^19.0.0"
157
+ "typescript": "^4.9.4"
158
158
  },
159
159
  "dependencies": {
160
160
  "date-fns": "^2.30.0"