0.1.4 #4

Merged
Thilawyn merged 68 commits from next into master 2024-02-20 01:39:38 +01:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit b5d97b5904 - Show all commits

View File

@@ -1,6 +1,6 @@
{
"name": "@thilawyn/traitify-ts",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"publishConfig": {
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"

View File

@@ -1,4 +1,5 @@
export { trait, type Trait } from "./Trait"
export { type Trait } from "./Trait"
export { trait } from "./TraitBuilder"
export { Implements, ImplementsStatic, type TraitExpression } from "./TraitExpression"
export { expression } from "./TraitExpressionBuilder"
export { abstract } from "./abstract"