This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@thilawyn/traitify-ts",
|
"name": "@thilawyn/traitify-ts",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
|
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
|
||||||
|
|||||||
@@ -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 { Implements, ImplementsStatic, type TraitExpression } from "./TraitExpression"
|
||||||
export { expression } from "./TraitExpressionBuilder"
|
export { expression } from "./TraitExpressionBuilder"
|
||||||
export { abstract } from "./abstract"
|
export { abstract } from "./abstract"
|
||||||
|
|||||||
Reference in New Issue
Block a user