vibecash 0.1.0 → 0.1.1

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.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # vibecash
2
2
 
3
- Payment infrastructure CLI for AI agents and developers.
3
+ VibeCash - Payment infrastructure for AI agents.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/vibecash.svg)](https://www.npmjs.com/package/vibecash)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
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("AI Guardian CLI - Payment infrastructure for AI agents").version("0.1.0");
993
+ program.name("vibecash").description("VibeCash - Payment infrastructure for AI agents").version("0.1.1");
994
994
  program.addCommand(createWalletCommand());
995
995
  program.addCommand(createProductCommand());
996
996
  program.addCommand(createPriceCommand());
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vibecash",
3
- "version": "0.1.0",
4
- "description": "AI Guardian - Payment infrastructure CLI for AI agents",
3
+ "version": "0.1.1",
4
+ "description": "VibeCash - Payment infrastructure for AI agents",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "vibecash": "./dist/index.js"