@zkwq/business 0.1.96 → 0.1.97
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/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.min.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25677,7 +25677,7 @@ const HD = /* @__PURE__ */ function() {
|
|
|
25677
25677
|
VOTE_TYPE_NEUTRAL: LS,
|
|
25678
25678
|
VOTE_TYPE_UP: RS
|
|
25679
25679
|
}, Symbol.toStringTag, { value: "Module" })), zS = function(e) {
|
|
25680
|
-
return Z.MD5(
|
|
25680
|
+
return Z.MD5(e).toString(Z.enc.Hex);
|
|
25681
25681
|
}, dh = function() {
|
|
25682
25682
|
return Math.floor(Math.random() * 1e4);
|
|
25683
25683
|
}, jS = function(e) {
|