@sudobility/subscription_service 1.0.2 → 1.0.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.
- package/CLAUDE.md +1 -0
- package/package.json +1 -1
package/CLAUDE.md
CHANGED
|
@@ -8,6 +8,7 @@ Shared backend library for subscription management using RevenueCat.
|
|
|
8
8
|
|
|
9
9
|
- **Language**: TypeScript (strict mode)
|
|
10
10
|
- **Runtime**: Bun
|
|
11
|
+
- **Package Manager**: Bun (do not use npm/yarn/pnpm for installing dependencies)
|
|
11
12
|
- **Build**: TypeScript compiler (ESM)
|
|
12
13
|
- **Test**: vitest
|
|
13
14
|
|