@w57124/exs-monitor-sdk 0.1.4 → 0.1.5
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w57124/exs-monitor-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "前端监控 SDK:错误上报、性能指标、网络拦截",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"monitoring",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"unpkg": "dist/index.global.js",
|
|
30
30
|
"jsdelivr": "dist/index.global.js",
|
|
31
31
|
"files": [
|
|
32
|
-
"dist"
|
|
32
|
+
"dist",
|
|
33
|
+
"README.md"
|
|
33
34
|
],
|
|
34
35
|
"publishConfig": {
|
|
35
36
|
"access": "public"
|