@waline/admin 0.29.1 → 0.29.2
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 +2 -2
- package/package.json +1 -1
package/dist/admin.js
CHANGED
|
@@ -18173,8 +18173,8 @@ const j3 = async () => {
|
|
|
18173
18173
|
);
|
|
18174
18174
|
};
|
|
18175
18175
|
console.log(
|
|
18176
|
-
"%c @waline/admin %c v0.29.
|
|
18176
|
+
"%c @waline/admin %c v0.29.2",
|
|
18177
18177
|
"color: white; background: #0078E7; padding:5px 0;",
|
|
18178
18178
|
"padding:4px;border:1px solid #0078E7;"
|
|
18179
18179
|
);
|
|
18180
|
-
|
|
18180
|
+
j3();
|