xgplayer-streaming-shared
Advanced tools
Comparing version 3.0.0-next.26 to 3.0.0-next.27
@@ -24,4 +24,5 @@ export namespace LogCacheLevel { | ||
getLogCache(): string; | ||
reset(): void; | ||
table(...args: any[]): void; | ||
setLogLevel(val: any): void; | ||
} |
@@ -111,2 +111,8 @@ import { defineProperty as _defineProperty, createClass as _createClass, classCallCheck as _classCallCheck, typeof as _typeof } from "./_virtual/_rollupPluginBabelHelpers.js"; | ||
}, { | ||
key: "reset", | ||
value: function reset() { | ||
this.logTextArray = []; | ||
this.logSize = 0; | ||
} | ||
}, { | ||
key: "table", | ||
@@ -113,0 +119,0 @@ value: function table() { |
{ | ||
"name": "xgplayer-streaming-shared", | ||
"version": "3.0.0-next.26", | ||
"version": "3.0.0-next.27", | ||
"main": "dist/index.min.js", | ||
@@ -5,0 +5,0 @@ "module": "es/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
151119
48
4204