@itrocks/compose
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -10,3 +10,3 @@ { | ||
}, | ||
"description": "", | ||
"description": "Class compositions via configuration file, enabling mixins addition and module exports replacement", | ||
"devDependencies": { | ||
@@ -31,4 +31,13 @@ "@types/node": "^22.10", | ||
"keywords": [ | ||
"AOP", | ||
"augmentation", | ||
"backend", | ||
"it.rocks" | ||
"class", | ||
"composition", | ||
"configuration", | ||
"exports", | ||
"it.rocks", | ||
"mixin", | ||
"module", | ||
"replacement" | ||
], | ||
@@ -47,3 +56,3 @@ "license": "LGPL-3.0-or-later", | ||
"types": "./esm/compose.d.ts", | ||
"version": "0.0.3" | ||
"version": "0.0.4" | ||
} |
@@ -8,1 +8,3 @@ [![npm version](https://img.shields.io/npm/v/@itrocks/compose?logo=npm)](https://www.npmjs.org/package/@itrocks/compose) | ||
# compose | ||
Class compositions via configuration file, enabling mixins addition and module exports replacement. |
16889
10