@changepacks/cli 0.1.18 → 0.1.19

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.
Files changed (2) hide show
  1. package/main.js +1 -1
  2. package/package.json +5 -5
package/main.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- const { main } = require("./dist/index.js")
2
+ const { main } = require("./index.js")
3
3
  ;(async()=>await main().catch(console.error))()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@changepacks/cli",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "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.",
5
5
  "main": "main.js",
6
6
  "license": "Apache License 2.0",
@@ -98,9 +98,9 @@
98
98
  "arrowParens": "always"
99
99
  },
100
100
  "optionalDependencies": {
101
- "@changepacks/cli-win32-x64-msvc": "0.1.18",
102
- "@changepacks/cli-darwin-x64": "0.1.18",
103
- "@changepacks/cli-linux-x64-gnu": "0.1.18",
104
- "@changepacks/cli-darwin-arm64": "0.1.18"
101
+ "@changepacks/cli-win32-x64-msvc": "0.1.19",
102
+ "@changepacks/cli-darwin-x64": "0.1.19",
103
+ "@changepacks/cli-linux-x64-gnu": "0.1.19",
104
+ "@changepacks/cli-darwin-arm64": "0.1.19"
105
105
  }
106
106
  }