@onesub/server 0.18.0 → 0.18.2
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/README.md +60 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/stores/redis.d.ts +1 -1
- package/package.json +2 -2
package/dist/stores/redis.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export declare class RedisPurchaseStore implements PurchaseStore {
|
|
|
26
26
|
listAll(): Promise<PurchaseInfo[]>;
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
|
-
* Redis-backed cache adapter — share
|
|
29
|
+
* Redis-backed cache adapter — share Apple API JWT / Google OAuth tokens across cluster nodes.
|
|
30
30
|
*
|
|
31
31
|
* Implements `CacheAdapter` so it plugs into the same default-cache slot used
|
|
32
32
|
* by the Apple JWT minter and Google OAuth token minter.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onesub/server",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.2",
|
|
4
4
|
"description": "Server-side receipt validation middleware for react-native-iap. Apple StoreKit 2 + Google Play Billing. One line.",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"license": "MIT",
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@onesub/shared": "0.
|
|
58
|
+
"@onesub/shared": "0.13.0",
|
|
59
59
|
"jose": "^6.2.3",
|
|
60
60
|
"zod": "^4.4.3"
|
|
61
61
|
},
|