kawasekit 0.1.0-beta.6 → 0.1.0
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/dist/cli/index.cjs +1 -1
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.cjs
CHANGED
|
@@ -1643,7 +1643,7 @@ function registerTransferCommand(program2) {
|
|
|
1643
1643
|
}
|
|
1644
1644
|
|
|
1645
1645
|
// cli/index.ts
|
|
1646
|
-
var CLI_VERSION = "0.1.0
|
|
1646
|
+
var CLI_VERSION = "0.1.0" ;
|
|
1647
1647
|
var program = new commander.Command();
|
|
1648
1648
|
program.name("kawasekit").description(
|
|
1649
1649
|
"kawasekit \u2014 CLI for the kawasekit SDK (AI-agent stablecoin payments, Japan-first, JPYC-native)."
|