barrelize 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -2
- package/package.json +2 -2
- package/lib/index.js.map +0 -1
package/lib/index.js
CHANGED
|
@@ -591,7 +591,7 @@ class CAC extends EventEmitter {
|
|
|
591
591
|
}
|
|
592
592
|
const cac = (name2 = "") => new CAC(name2);
|
|
593
593
|
const name = "barrelize";
|
|
594
|
-
const version = "1.
|
|
594
|
+
const version = "1.1.1";
|
|
595
595
|
function cliInit() {
|
|
596
596
|
const cli = cac(name);
|
|
597
597
|
cli.command("[config path]", `Generate 'index.ts' files for all directories`).action(async (config) => {
|
|
@@ -8993,4 +8993,3 @@ export {
|
|
|
8993
8993
|
validateConfig,
|
|
8994
8994
|
validateOutputConfig
|
|
8995
8995
|
};
|
|
8996
|
-
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "barrelize",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Automatically generating index (barrel) files",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "vite build",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"author": "Nizami",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@ryoppippi/unplugin-typia": "^2.
|
|
23
|
+
"@ryoppippi/unplugin-typia": "^2.5.0",
|
|
24
24
|
"@types/node": "^22.15.17",
|
|
25
25
|
"cac": "^6.7.14",
|
|
26
26
|
"glob": "^11.0.2",
|