@waline/admin 0.28.2 → 0.28.3
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/admin.js +1 -1
- package/package.json +1 -1
package/dist/admin.js
CHANGED
|
@@ -18291,7 +18291,7 @@ async function p3() {
|
|
|
18291
18291
|
);
|
|
18292
18292
|
}
|
|
18293
18293
|
console.log(
|
|
18294
|
-
"%c @waline/admin %c v0.28.
|
|
18294
|
+
"%c @waline/admin %c v0.28.3 ",
|
|
18295
18295
|
"color: white; background: #0078E7; padding:5px 0;",
|
|
18296
18296
|
"padding:4px;border:1px solid #0078E7;"
|
|
18297
18297
|
);
|