lyb-js 1.3.0 → 1.3.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -141,6 +141,8 @@ console.log(t); //"string"
141
141
 
142
142
  \- [LibJsNumberStepper-数字步进器](#LibJsNumberStepper-数字步进器)
143
143
 
144
+ \- [LibJsEmitter-事件管理器](#LibJsEmitter-事件管理器)
145
+
144
146
 
145
147
  ### Random-随机
146
148
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lyb-js",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "自用JS方法库",
5
5
  "license": "ISC",
6
6
  "type": "module",