@v1ct0rbr/minivault-web 0.7.0 → 0.7.1
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/minivault-web.js +1 -1
- package/package.json +1 -1
package/dist/minivault-web.js
CHANGED
|
@@ -1780,7 +1780,7 @@ function $({ target: e = "origin", title: n = "Explorador de Storage", storageTy
|
|
|
1780
1780
|
}, t))]
|
|
1781
1781
|
})
|
|
1782
1782
|
}),
|
|
1783
|
-
R ? /* @__PURE__ */ m("div", {
|
|
1783
|
+
R || N ? /* @__PURE__ */ m("div", {
|
|
1784
1784
|
className: "text-center py-5",
|
|
1785
1785
|
children: [/* @__PURE__ */ p("div", {
|
|
1786
1786
|
className: "spinner-border text-primary",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@v1ct0rbr/minivault-web",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Módulo independente de gerenciamento de backups (minivault). Consumível como pacote npm em qualquer app React. Cliente do minivault REST API (acesso tipicamente via proxy autenticado).",
|
|
5
5
|
"author": "Victor Queiroga (https://www.linkedin.com/in/victor-queiroga)",
|
|
6
6
|
"license": "MIT",
|