vibecash 0.1.2 → 0.1.3
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -990,7 +990,7 @@ function createLinkCommand() {
|
|
|
990
990
|
|
|
991
991
|
// src/index.ts
|
|
992
992
|
var program = new Command9();
|
|
993
|
-
program.name("vibecash").description("VibeCash - Payment infrastructure for AI agents").version("0.1.
|
|
993
|
+
program.name("vibecash").description("VibeCash - Payment infrastructure for AI agents").version("0.1.3");
|
|
994
994
|
program.addCommand(createWalletCommand());
|
|
995
995
|
program.addCommand(createProductCommand());
|
|
996
996
|
program.addCommand(createPriceCommand());
|