task-pipeliner 0.2.3 → 0.2.4

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/README.ko.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > 조건 기반 작업 파이프라인 실행기로 아름다운 CLI 출력을 제공합니다
4
4
 
5
- **버전:** 0.2.3
5
+ **버전:** 0.2.4
6
6
 
7
7
  ![fox2](https://github.com/user-attachments/assets/fdf8d786-6a91-4d2d-9dc1-72be6f3ccd98)
8
8
 
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > A powerful, condition-based task pipeline runner with beautiful CLI output
4
4
 
5
- **Version:** 0.2.3
5
+ **Version:** 0.2.4
6
6
 
7
7
  ![fox2](https://github.com/user-attachments/assets/fdf8d786-6a91-4d2d-9dc1-72be6f3ccd98)
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "task-pipeliner",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "A task pipeline runner with condition-based workflow execution",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -71,10 +71,17 @@
71
71
  "pkg": {
72
72
  "assets": [
73
73
  "dist/**/*.node",
74
- "dist/**/*"
74
+ "dist/**/*.js",
75
+ "dist/**/*.json"
75
76
  ],
76
77
  "scripts": [
77
78
  "dist/**/*.js"
79
+ ],
80
+ "targets": [
81
+ "node18-macos-arm64",
82
+ "node18-macos-x64",
83
+ "node18-linux-x64",
84
+ "node18-win-x64"
78
85
  ]
79
86
  },
80
87
  "scripts": {