diff --git a/cli.ts b/cli.ts index f0026b1..494823b 100644 --- a/cli.ts +++ b/cli.ts @@ -5,7 +5,7 @@ import { buildAddon } from "./cli/main.ts"; import type { AddonType } from "./lib/common.ts"; import { serveAddon } from './cli/serve-addon.ts'; -const VERSION = '1.2.3' +const VERSION = '1.2.4' type LostCommand = 'none' | 'help' | 'version' | 'build' | 'create' | 'serve' | 'convert-sdk2'; diff --git a/deno.json b/deno.json index 498514d..d6b3c94 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@lost-c3/lib", - "version": "1.2.3", + "version": "1.2.4", "exports": { ".": "./mod.ts", "./cli": "./cli.ts" diff --git a/mod.ts b/mod.ts index 55641be..0147df7 100644 --- a/mod.ts +++ b/mod.ts @@ -16,7 +16,7 @@ export { Property } from './lib/plugin-props.ts'; /** * Common */ -export type { LostConfig } from './lib/common.ts'; +export type { LostConfig, AddonType } from './lib/common.ts'; /** * Misc