@haex-space/vault-sdk 2.5.55 → 2.5.56
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/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/react.js.map +1 -1
- package/dist/react.mjs.map +1 -1
- package/dist/runtime/nuxt.plugin.client.js.map +1 -1
- package/dist/runtime/nuxt.plugin.client.mjs.map +1 -1
- package/dist/svelte.js.map +1 -1
- package/dist/svelte.mjs.map +1 -1
- package/dist/vue.js.map +1 -1
- package/dist/vue.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1594,6 +1594,7 @@ var TAURI_COMMANDS = {
|
|
|
1594
1594
|
// not extension-specific. All extensions share the same storage backends.
|
|
1595
1595
|
listBackends: "storage_list_backends",
|
|
1596
1596
|
addBackend: "storage_add_backend",
|
|
1597
|
+
updateBackend: "storage_update_backend",
|
|
1597
1598
|
removeBackend: "storage_remove_backend",
|
|
1598
1599
|
testBackend: "storage_test_backend",
|
|
1599
1600
|
// Storage Operations
|