ly-utils-lib 2.8.0 → 2.8.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 (1) hide show
  1. package/package.json +11 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ly-utils-lib",
3
- "version": "2.8.0",
3
+ "version": "2.8.2",
4
4
  "description": "一个功能强大的 JavaScript/TypeScript 工具函数库,提供日期、数组、字符串、对象、Excel、PDF、地图、存储、加密解密、颜色转换、图片处理等常用功能的封装",
5
5
  "keywords": [
6
6
  "utils",
@@ -88,6 +88,16 @@
88
88
  "types": "./dist/crypto.d.ts",
89
89
  "import": "./dist/crypto.js",
90
90
  "require": "./dist/crypto.cjs"
91
+ },
92
+ "./websocket": {
93
+ "types": "./dist/websocket.d.ts",
94
+ "import": "./dist/websocket.js",
95
+ "require": "./dist/websocket.cjs"
96
+ },
97
+ "./event": {
98
+ "types": "./dist/event.d.ts",
99
+ "import": "./dist/event.js",
100
+ "require": "./dist/event.cjs"
91
101
  }
92
102
  },
93
103
  "sideEffects": false,