@onyx-p/imlib-web 2.6.8 → 2.6.9
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/index.esm.js +0 -1
- package/index.umd.js +0 -1
- package/package.json +4 -9
package/index.esm.js
CHANGED
@@ -23586,7 +23586,6 @@ class Logger {
|
|
23586
23586
|
};
|
23587
23587
|
try {
|
23588
23588
|
if (level === LogLevel.ERROR) {
|
23589
|
-
debugger;
|
23590
23589
|
analyticsManager.trackEvent('error_log', {
|
23591
23590
|
timestamp: logEntry.timestamp,
|
23592
23591
|
content: logEntry.content
|
package/index.umd.js
CHANGED
@@ -23592,7 +23592,6 @@
|
|
23592
23592
|
};
|
23593
23593
|
try {
|
23594
23594
|
if (level === exports.LogLevel.ERROR) {
|
23595
|
-
debugger;
|
23596
23595
|
analyticsManager.trackEvent('error_log', {
|
23597
23596
|
timestamp: logEntry.timestamp,
|
23598
23597
|
content: logEntry.content
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@onyx-p/imlib-web",
|
3
|
-
"version": "2.6.
|
3
|
+
"version": "2.6.9",
|
4
4
|
"main": "index.umd.js",
|
5
5
|
"module": "index.esm.js",
|
6
6
|
"types": "types/index.d.ts",
|
@@ -13,12 +13,7 @@
|
|
13
13
|
"types/constants",
|
14
14
|
"README.md"
|
15
15
|
],
|
16
|
-
"keywords": [
|
17
|
-
"im"
|
18
|
-
],
|
16
|
+
"keywords": ["im"],
|
19
17
|
"author": "zimu",
|
20
|
-
"license": "MIT"
|
21
|
-
|
22
|
-
"@onyx-p/imlib-web": "^2.6.7"
|
23
|
-
}
|
24
|
-
}
|
18
|
+
"license": "MIT"
|
19
|
+
}
|