@haex-space/vault-sdk 2.5.84 → 2.5.86
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/{client-C8JtjQzm.d.ts → client-DGSamcol.d.ts} +1 -1
- package/dist/{client-C0fkm4FE.d.mts → client-Y1a7Vkgk.d.mts} +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/dist/node.d.mts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/react.js +3 -1
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +3 -1
- package/dist/react.mjs.map +1 -1
- package/dist/runtime/nuxt.plugin.client.d.mts +2 -2
- package/dist/runtime/nuxt.plugin.client.d.ts +2 -2
- package/dist/runtime/nuxt.plugin.client.js +3 -1
- package/dist/runtime/nuxt.plugin.client.js.map +1 -1
- package/dist/runtime/nuxt.plugin.client.mjs +3 -1
- package/dist/runtime/nuxt.plugin.client.mjs.map +1 -1
- package/dist/svelte.d.mts +2 -2
- package/dist/svelte.d.ts +2 -2
- package/dist/svelte.js +3 -1
- package/dist/svelte.js.map +1 -1
- package/dist/svelte.mjs +3 -1
- package/dist/svelte.mjs.map +1 -1
- package/dist/{types-CS-ggsXY.d.mts → types-D4ft4_oG.d.mts} +14 -1
- package/dist/{types-CS-ggsXY.d.ts → types-D4ft4_oG.d.ts} +14 -1
- package/dist/vue.d.mts +2 -2
- package/dist/vue.d.ts +2 -2
- package/dist/vue.js +3 -1
- package/dist/vue.js.map +1 -1
- package/dist/vue.mjs +3 -1
- package/dist/vue.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as nuxt_app from 'nuxt/app';
|
|
2
2
|
import { ShallowRef } from 'vue';
|
|
3
|
-
import { H as HaexVaultSdk } from '../client-
|
|
4
|
-
import { A as ApplicationContext } from '../types-
|
|
3
|
+
import { H as HaexVaultSdk } from '../client-Y1a7Vkgk.mjs';
|
|
4
|
+
import { A as ApplicationContext } from '../types-D4ft4_oG.mjs';
|
|
5
5
|
import 'drizzle-orm/sqlite-proxy';
|
|
6
6
|
|
|
7
7
|
declare const _default: nuxt_app.Plugin<{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as nuxt_app from 'nuxt/app';
|
|
2
2
|
import { ShallowRef } from 'vue';
|
|
3
|
-
import { H as HaexVaultSdk } from '../client-
|
|
4
|
-
import { A as ApplicationContext } from '../types-
|
|
3
|
+
import { H as HaexVaultSdk } from '../client-DGSamcol.js';
|
|
4
|
+
import { A as ApplicationContext } from '../types-D4ft4_oG.js';
|
|
5
5
|
import 'drizzle-orm/sqlite-proxy';
|
|
6
6
|
|
|
7
7
|
declare const _default: nuxt_app.Plugin<{
|
|
@@ -13,7 +13,9 @@ var HAEXTENSION_EVENTS = {
|
|
|
13
13
|
/** Search request from HaexHub */
|
|
14
14
|
SEARCH_REQUEST: "haextension:search:request",
|
|
15
15
|
/** File system change detected (from native file watcher) */
|
|
16
|
-
FILE_CHANGED: "filesync:file-changed"
|
|
16
|
+
FILE_CHANGED: "filesync:file-changed",
|
|
17
|
+
/** Tables have been updated via sync (CRDT pull from server) */
|
|
18
|
+
SYNC_TABLES_UPDATED: "haextension:sync:tables-updated"
|
|
17
19
|
};
|
|
18
20
|
var EXTERNAL_EVENTS = {
|
|
19
21
|
/** External request from authorized client */
|