node-karin 1.3.15 → 1.3.18
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.
- package/CHANGELOG.md +16 -0
- package/dist/index.d.ts +1857 -1752
- package/dist/index.js +1061 -650
- package/dist/web/assets/{index-rfe-HAu1.js → index-DF8S_xgW.js} +127 -127
- package/dist/web/assets/index-DScKP-_C.js +1 -0
- package/dist/web/assets/index-Qf-xPnsA.css +7 -0
- package/dist/web/assets/index-tPsyyr3e.js +1 -0
- package/dist/web/index.html +2 -2
- package/package.json +2 -2
- package/dist/web/assets/index-BfgPXZy4.css +0 -7
- package/dist/web/assets/index-BmnBcE97.js +0 -1
- package/dist/web/assets/index-DV7QXb5W.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# 更新日志
|
|
2
2
|
|
|
3
|
+
## [1.3.18](https://github.com/KarinJS/Karin/compare/core-v1.3.17...core-v1.3.18) (2025-02-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 🐛 Bug Fixes
|
|
7
|
+
|
|
8
|
+
* 兼容性提升 ([d22b68a](https://github.com/KarinJS/Karin/commit/d22b68a7600d419c4c2571e21893d2d36011df25))
|
|
9
|
+
|
|
10
|
+
## [1.3.17](https://github.com/KarinJS/Karin/compare/core-v1.3.16...core-v1.3.17) (2025-02-24)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### 🐛 Bug Fixes
|
|
14
|
+
|
|
15
|
+
* 完善未匹配到插件的hook ([ba1869c](https://github.com/KarinJS/Karin/commit/ba1869c25d072be5832b26a7e0e0cd6602cabb8f))
|
|
16
|
+
* 完善消息hooks ([0896237](https://github.com/KarinJS/Karin/commit/089623798bc508eca0753cd6cac108f3585c9654))
|
|
17
|
+
* 完善消息发送hook ([cb65ebe](https://github.com/KarinJS/Karin/commit/cb65ebeff4242b8d320d5bac4f9e3977cda2732c))
|
|
18
|
+
|
|
3
19
|
## [1.3.16](https://github.com/KarinJS/Karin/compare/core-v1.3.15...core-v1.3.16) (2025-02-23)
|
|
4
20
|
|
|
5
21
|
|