@rebilly/revel 8.3.4 → 8.3.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/CHANGELOG.md +1 -6
- package/dist/revel.mjs +1 -1
- package/dist/revel.umd.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
## [8.3.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* **revel:** couldn't open `r-popper` ([#9086](https://github.com/Rebilly/rebilly/issues/9086)) ([44175d6](https://github.com/Rebilly/rebilly/commit/44175d6954bad9049a8dcc5c314955295f112101))
|
|
1
|
+
## [8.3.5](https://github.com/Rebilly/rebilly/compare/revel-v8.3.4...revel-v8.3.5) (2024-12-09)
|
package/dist/revel.mjs
CHANGED
|
@@ -9240,7 +9240,7 @@ const GO = l(() => window.innerWidth < 600 || document.documentElement.clientWid
|
|
|
9240
9240
|
}
|
|
9241
9241
|
});
|
|
9242
9242
|
let aN = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", g1 = (M = 21) => {
|
|
9243
|
-
let b = "", z = M;
|
|
9243
|
+
let b = "", z = M | 0;
|
|
9244
9244
|
for (; z--; )
|
|
9245
9245
|
b += aN[Math.random() * 64 | 0];
|
|
9246
9246
|
return b;
|