pop-pay 0.5.0 → 0.5.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.
@@ -11,7 +11,7 @@ const DEFAULT_DB_PATH = path_1.default.join(os_1.default.homedir(), ".config", "
11
11
  function parseArgs() {
12
12
  const args = process.argv.slice(2);
13
13
  const options = {
14
- port: 3210,
14
+ port: 8860,
15
15
  dbPath: DEFAULT_DB_PATH
16
16
  };
17
17
  for (let i = 0; i < args.length; i++) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pop-pay",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Point One Percent - Semantic Payment Guardrail for AI Agents. It only takes 0.1% of hallucination to drain 100% of your wallet.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",