smcgateway-sv 0.4.9 → 0.4.10
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.ts +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -13,5 +13,6 @@ import AudioTimeLinePlayer from "./AudioTimeLinePlayer.svelte";
|
|
|
13
13
|
import VoicePlayer from "./VoicePlayer.svelte";
|
|
14
14
|
import csv from "./csv.js";
|
|
15
15
|
import settings from "./settings.svelte.js";
|
|
16
|
-
|
|
16
|
+
import SelectChannel from "./SelectChannel.svelte";
|
|
17
|
+
export { auth, gtime, geofence, device, ghistory, InputDate, InputDatetime, InputDebounced, InputIdentUri, LoginForm, recording, AudioTimeLinePlayer, VoicePlayer, csv, settings, SelectChannel, };
|
|
17
18
|
export type { User, GeoFence, Device, Log, State, Recording };
|
package/dist/index.js
CHANGED
|
@@ -14,4 +14,5 @@ import AudioTimeLinePlayer from "./AudioTimeLinePlayer.svelte";
|
|
|
14
14
|
import VoicePlayer from "./VoicePlayer.svelte";
|
|
15
15
|
import csv from "./csv.js";
|
|
16
16
|
import settings from "./settings.svelte.js";
|
|
17
|
-
|
|
17
|
+
import SelectChannel from "./SelectChannel.svelte";
|
|
18
|
+
export { auth, gtime, geofence, device, ghistory, InputDate, InputDatetime, InputDebounced, InputIdentUri, LoginForm, recording, AudioTimeLinePlayer, VoicePlayer, csv, settings, SelectChannel, };
|