@oxy.so/federation 2.1.0 → 2.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxy.so/federation",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Oxy Federation — the app-agnostic ActivityPub identity + follow engine substrate: the network-connector contract, normalized cross-network DTOs, HTTP signatures, actor resolution, the outbound delivery transport + follow lifecycle, the inbound dispatcher, and the webfinger/actor/inbox Express routers. Domain-parameterized so every Oxy app backend federates under its own domain.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -93,8 +93,8 @@
93
93
  }
94
94
  },
95
95
  "dependencies": {
96
- "@oxy.so/contracts": "^1.0.0",
97
- "@oxy.so/core": "^1.0.0"
96
+ "@oxy.so/contracts": "^1.0.0 || ^2.0.0 || ^3.0.0",
97
+ "@oxy.so/core": "^1.0.0 || ^2.0.0 || ^3.0.0"
98
98
  },
99
99
  "peerDependencies": {
100
100
  "express": "^4.18.0 || ^5.0.0"