@anitrack/patreon-wrapper 1.2.5 → 1.2.6

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/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -71,7 +71,10 @@ Clean Response Example
71
71
  note: '',
72
72
  currentEntitled: {
73
73
  status: 'active_patron',
74
- tierId: '12345678',
74
+ tier: {
75
+ id: '12345678',
76
+ title: 'Supporter 1'
77
+ },
75
78
  cents: 500, // 5 USD
76
79
  willPayCents: 500,
77
80
  lifetimeCents: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anitrack/patreon-wrapper",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Discord Patreon wrapper for AniTrack",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib",