@v1ct0rbr/minivault-web 0.3.0 → 0.3.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.
@@ -382,7 +382,7 @@ function U({ dbInfo: e, isLoading: t, error: n, label: r }) {
382
382
  }),
383
383
  "Banco padrão não configurado no servidor minivault (variáveis",
384
384
  " ",
385
- /* @__PURE__ */ p("code", { children: "MINIVAULT_DB_*" }),
385
+ /* @__PURE__ */ p("code", { children: "BACKUP_DB_*" }),
386
386
  "). A criação e a importação usam esse banco."
387
387
  ]
388
388
  });
@@ -1391,7 +1391,7 @@ function ee({ table: e, disabled: t, selected: n, expanded: r, showColumnsToggle
1391
1391
  type: "checkbox",
1392
1392
  checked: n,
1393
1393
  disabled: t,
1394
- title: t ? "Bloqueada por segurança (MINIVAULT_EXPORT_EXCLUDED_TABLES)" : void 0,
1394
+ title: t ? "Bloqueada por segurança (BACKUP_EXPORT_EXCLUDED_TABLES)" : void 0,
1395
1395
  onChange: s
1396
1396
  }),
1397
1397
  /* @__PURE__ */ m("span", {
@@ -79,7 +79,7 @@ export interface ImportFromStorageRequest {
79
79
  database?: DatabaseCredentials;
80
80
  storageConfig?: OriginStorageConfig;
81
81
  }
82
- /** Banco configurado no servidor via env (MINIVAULT_DB_*) e tabelas excluídas por segurança. */
82
+ /** Banco configurado no servidor via env (BACKUP_DB_*) e tabelas excluídas por segurança. */
83
83
  export interface DbInfo {
84
84
  configured: boolean;
85
85
  host: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@v1ct0rbr/minivault-web",
3
- "version": "0.3.0",
3
+ "version": "0.3.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",