@voltro/plugin-ratelimit 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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltro/plugin-ratelimit",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Rate-limiting plugin — per-endpoint, per-subject and per-tenant request limits via the RPC interceptors. Highly configurable rules (fixed-window / sliding-window / token-bucket), composite keying, static per-tenant overrides and a dynamic resolve() hook. Stores: memory (default, single-node), postgres + redis (multi-node, atomic).",
5
5
  "keywords": [
6
6
  "voltro",
@@ -47,8 +47,8 @@
47
47
  "node": ">=24.0.0"
48
48
  },
49
49
  "dependencies": {
50
- "@voltro/kv": "0.1.2",
51
- "@voltro/protocol": "0.1.2"
50
+ "@voltro/kv": "0.1.3",
51
+ "@voltro/protocol": "0.1.3"
52
52
  },
53
53
  "optionalDependencies": {
54
54
  "@effect/sql": "^0.51.1"