Fix StartOS 0.4 TypeScript packaging to match SDK API

This commit is contained in:
MacPro
2026-04-09 15:10:44 -05:00
parent 68ec875ee7
commit 8298c083c7
3436 changed files with 867051 additions and 92 deletions
+22
View File
@@ -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';