Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dakln committed Nov 1, 2024
1 parent a6b4241 commit 234878f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lost-c3/lib",
"version": "1.2.3",
"version": "1.2.4",
"exports": {
".": "./mod.ts",
"./cli": "./cli.ts"
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 234878f

Please sign in to comment.