@changepacks/cli
Advanced tools
+9
-8
| { | ||
| "name": "@changepacks/cli", | ||
| "version": "0.1.16", | ||
| "version": "0.1.18", | ||
| "description": "changepacks is a CLI tool that helps you efficiently manage versioning and changelogs in multi-language projects. It provides unified support for various package management systems including Node.js, Python, Rust, and more.", | ||
@@ -26,4 +26,5 @@ "main": "main.js", | ||
| "files": [ | ||
| "dist", | ||
| "main.js" | ||
| "main.js", | ||
| "index.d.ts", | ||
| "index.js" | ||
| ], | ||
@@ -52,3 +53,3 @@ "napi": { | ||
| "bench": "node --import @oxc-node/core/register benchmark/bench.ts", | ||
| "build": "napi build --platform --release --output-dir dist", | ||
| "build": "napi build --platform --release", | ||
| "build:debug": "napi build --platform", | ||
@@ -102,7 +103,7 @@ "format": "run-p format:prettier format:rs format:toml", | ||
| "optionalDependencies": { | ||
| "@changepacks/cli-win32-x64-msvc": "0.1.16", | ||
| "@changepacks/cli-darwin-x64": "0.1.16", | ||
| "@changepacks/cli-linux-x64-gnu": "0.1.16", | ||
| "@changepacks/cli-darwin-arm64": "0.1.16" | ||
| "@changepacks/cli-win32-x64-msvc": "0.1.18", | ||
| "@changepacks/cli-darwin-x64": "0.1.18", | ||
| "@changepacks/cli-linux-x64-gnu": "0.1.18", | ||
| "@changepacks/cli-darwin-arm64": "0.1.18" | ||
| } | ||
| } |
2958
0.14%