@proappstore/sdk 1.16.21 → 1.16.22

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -543,7 +543,7 @@ import { Avatar, SignInButton, ThemeToggle, TextSizeToggle, ProBadge, ProfileMen
543
543
  - **TextSizeToggle** -- A/A+/A- button, cycles default/large/small text size. No props. Persists to localStorage.
544
544
  - **ThemeToggle** -- Sun/moon button, cycles system/light/dark. No props.
545
545
 
546
- See the [UI Component Library](https://kb.proappstore.online/platform/ui/) for the full list.
546
+ See the [UI Component Library](https://docs.proappstore.online/ui/) for the full list.
547
547
 
548
548
  ## Per-app SQL Database
549
549
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proappstore/sdk",
3
- "version": "1.16.21",
3
+ "version": "1.16.22",
4
4
  "description": "Browser SDK for paid apps on proappstore.online — subscriptions, license keys, premium modules.",
5
5
  "license": "MIT",
6
6
  "type": "module",