@hkdigital/lib-sveltekit 0.2.15 → 0.2.17

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.
@@ -1,11 +0,0 @@
1
- export const CREATED: "created";
2
- export const INITIALIZING: "initializing";
3
- export const INITIALIZED: "initialized";
4
- export const STARTING: "starting";
5
- export const RUNNING: "running";
6
- export const STOPPING: "stopping";
7
- export const STOPPED: "stopped";
8
- export const DESTROYING: "destroying";
9
- export const DESTROYED: "destroyed";
10
- export const ERROR: "error";
11
- export const RECOVERING: "recovering";
@@ -1,12 +0,0 @@
1
-
2
- export const CREATED = 'created';
3
- export const INITIALIZING = 'initializing';
4
- export const INITIALIZED = 'initialized';
5
- export const STARTING = 'starting';
6
- export const RUNNING = 'running';
7
- export const STOPPING = 'stopping';
8
- export const STOPPED = 'stopped';
9
- export const DESTROYING = 'destroying';
10
- export const DESTROYED = 'destroyed';
11
- export const ERROR = 'error';
12
- export const RECOVERING = 'recovering';
@@ -1,3 +0,0 @@
1
- export { default as ServiceBase } from "./ServiceBase.js";
2
- export { default as ServiceManager } from "./ServiceManager.js";
3
- export * from "./constants.js";
@@ -1,5 +0,0 @@
1
-
2
- export { default as ServiceBase } from './ServiceBase.js';
3
- export { default as ServiceManager } from './ServiceManager.js';
4
-
5
- export * from './constants.js';