@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.
Files changed (2) hide show
  1. package/CLAUDE.md +1 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/subscription_service",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Shared subscription management library using RevenueCat for entitlements",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",