@wutiange/log-listener-plugin 1.3.0-alpha.6 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wutiange/log-listener-plugin",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.1",
|
4
4
|
"description": "log-record 客户端对应的的插件\r\nLog-record client corresponding plugin",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -39,8 +39,7 @@
|
|
39
39
|
"jest": "^29.7.0",
|
40
40
|
"ts-jest": "^29.1.2",
|
41
41
|
"ts-node": "^10.9.2",
|
42
|
-
"typescript": "^5.3.3"
|
43
|
-
"react-native": "0.73.5"
|
42
|
+
"typescript": "^5.3.3"
|
44
43
|
},
|
45
44
|
"peerDependencies": {
|
46
45
|
"react-native": "*"
|