@reinconsole/graph 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Phase 3 of **[Rein](https://github.com/bugiiiii11/rein)** — the reputation graph. Guard receipts say what agents tried to spend; gate receipts say what vendors actually earned. The graph listens to both, scores every vendor and payer it has evidence on, and feeds the scores back into enforcement on both sides of the wire.
4
4
 
5
- > **Status: v0.1 — early open-source infrastructure, live on testnet.** APIs may change before 1.0. See the live scoreboard: [Rein console](https://reinconsole-production.up.railway.app/).
5
+ > **Status: v0.1 — early open-source infrastructure, live on testnet.** APIs may change before 1.0. See the live scoreboard: [Rein console](https://app.reinconsole.com).
6
6
 
7
7
  ## Install
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reinconsole/graph",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Rein's reputation graph (Phase 3) — turns guard receipts and gate receipts into explainable reputation scores, and feeds them back into policy (vendorReputationLt) and gate screening.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/bugiiiii11/rein#readme",
@@ -41,15 +41,15 @@
41
41
  "dependencies": {
42
42
  "fastify": "^5.2.0",
43
43
  "zod": "^3.24.1",
44
- "@reinconsole/core": "^0.1.0"
44
+ "@reinconsole/core": "^0.1.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^22.10.0",
48
48
  "tsup": "^8.3.5",
49
49
  "typescript": "^5.7.2",
50
50
  "vitest": "^2.1.8",
51
- "@reinconsole/gate": "0.1.0",
52
- "@reinconsole/policy-engine": "0.1.0"
51
+ "@reinconsole/gate": "0.1.1",
52
+ "@reinconsole/policy-engine": "0.1.1"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "tsup",