util-helpers 4.13.0 → 4.13.1
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/dist/util-helpers.js
CHANGED
|
@@ -526,9 +526,6 @@
|
|
|
526
526
|
return lastCode === checkCode;
|
|
527
527
|
}
|
|
528
528
|
|
|
529
|
-
const version = "4.13.0";
|
|
530
|
-
|
|
531
|
-
// @ts-ignore
|
|
532
529
|
var config = {
|
|
533
530
|
// 禁用warning提示
|
|
534
531
|
disableWarning: true
|
|
@@ -543,7 +540,10 @@
|
|
|
543
540
|
|
|
544
541
|
function setDisableWarning(bool) {
|
|
545
542
|
config.disableWarning = !!bool;
|
|
546
|
-
}
|
|
543
|
+
} // eslint-disable-next-line no-undef
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
var version = "4.13.1";
|
|
547
547
|
|
|
548
548
|
/**
|
|
549
549
|
* 打印警告信息
|