@x402sentinel/x402 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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +22 -4
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Valeo
3
+ Copyright (c) 2026 Valeo
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,9 +1,27 @@
1
- # Valeo Sentinel
2
-
3
- **Enterprise audit & compliance for x402 payments. One line to add. Zero config to start.**
1
+ <p align="center">
2
+ <img src="https://sentinel.valeocash.com/favicon.ico" width="80" />
3
+ </p>
4
+
5
+ <p align="center">
6
+ <strong>@x402sentinel/x402</strong><br/>
7
+ Enterprise audit & compliance layer for x402 AI agent payments.
8
+ </p>
9
+
10
+ <p align="center">
11
+ <a href="https://www.npmjs.com/package/@x402sentinel/x402">
12
+ <img src="https://img.shields.io/npm/v/@x402sentinel/x402?color=red" alt="npm" />
13
+ </a>
14
+ <a href="https://opensource.org/licenses/MIT">
15
+ <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT" />
16
+ </a>
17
+ <img src="https://img.shields.io/badge/x402-compatible-blue" alt="x402 compatible" />
18
+ <img src="https://img.shields.io/badge/tests-89%20passing-brightgreen" alt="89 tests passing" />
19
+ </p>
4
20
 
5
21
  ---
6
22
 
23
+ **One line to add. Zero config to start.**
24
+
7
25
  ## The Problem
8
26
 
9
27
  AI agents are spending real money autonomously. The [x402 protocol](https://github.com/coinbase/x402) enables internet-native payments, but provides no built-in audit trail, budget controls, or compliance tooling.
@@ -385,4 +403,4 @@ Login with demo API key: `sk_sentinel_demo_000`
385
403
 
386
404
  ## License
387
405
 
388
- MIT
406
+ MIT — see [LICENSE](./LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x402sentinel/x402",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Enterprise audit, compliance, and budget enforcement for x402 payments",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",