@sobree/core 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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10262,7 +10262,7 @@ function br(e, t, n) {
|
|
|
10262
10262
|
return Math.min(n, Math.max(t, e));
|
|
10263
10263
|
}
|
|
10264
10264
|
function yr(e) {
|
|
10265
|
-
return
|
|
10265
|
+
return 1;
|
|
10266
10266
|
}
|
|
10267
10267
|
function Di(e) {
|
|
10268
10268
|
const t = Qt();
|