Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
import { S9pk, Version, VersionRange, ExtendedVersion, inputSpec, ISB, IST, types, z, utils } from '../../base/lib';
|
||||
export { S9pk, Version, VersionRange, ExtendedVersion, inputSpec, ISB, IST, types, z, utils, };
|
||||
export { setupI18n } from './i18n';
|
||||
export * as T from './types';
|
||||
export { Daemons } from './mainFn/Daemons';
|
||||
export { SubContainer } from './util/SubContainer';
|
||||
export { StartSdk } from './StartSdk';
|
||||
export { setupManifest, buildManifest } from './manifest/setupManifest';
|
||||
export { FileHelper } from './util/fileHelper';
|
||||
export { smtpShape, smtpPrefill, type SmtpSelection, } from '../../base/lib/actions/input/inputSpecConstants';
|
||||
export * as actions from '../../base/lib/actions';
|
||||
export * as backup from './backup';
|
||||
export * as daemons from './mainFn/Daemons';
|
||||
export * as health from './health';
|
||||
export * as healthFns from './health/checkFns';
|
||||
export * as mainFn from './mainFn';
|
||||
export * as toml from '@iarna/toml';
|
||||
export * as yaml from 'yaml';
|
||||
export * as startSdk from './StartSdk';
|
||||
export * as YAML from 'yaml';
|
||||
export * as TOML from '@iarna/toml';
|
||||
export * from './version';
|
||||
Reference in New Issue
Block a user