@xnetjs/abuse 2.3.0 → 2.4.0

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xnetjs/abuse",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Composable abuse, moderation, and reach policy decisions for xNet",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -30,8 +30,8 @@
30
30
  "provenance": true
31
31
  },
32
32
  "dependencies": {
33
- "@xnetjs/crypto": "2.3.0",
34
- "@xnetjs/identity": "2.3.0"
33
+ "@xnetjs/crypto": "2.4.0",
34
+ "@xnetjs/identity": "2.4.0"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsup src/index.ts src/adapters.ts --format esm --dts",