@sudobility/ratelimit_service 1.0.19 → 1.0.20

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/CLAUDE.md +1 -0
  2. package/package.json +1 -1
package/CLAUDE.md CHANGED
@@ -9,6 +9,7 @@ Shared rate limiting library based on RevenueCat entitlements.
9
9
  - **Language**: TypeScript (strict mode)
10
10
  - **Build**: Dual ESM/CJS output
11
11
  - **Runtime**: Bun
12
+ - **Package Manager**: Bun (do not use npm/yarn/pnpm for installing dependencies)
12
13
  - **Testing**: bun:test
13
14
  - **Peer Dependencies**: drizzle-orm, hono
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/ratelimit_service",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Shared rate limiting library based on RevenueCat entitlements",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",