@salesforce/ui-bundle-features 12.4.1 → 12.4.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.
@@ -168,7 +168,7 @@
168
168
  }
169
169
  ],
170
170
  "features": [
171
- "Checks authentication status via Salesforce Chatter API (/chatter/users/me)",
171
+ "Checks authentication status via UI API GraphQL (uiapi.currentUser)",
172
172
  "Protects routes with automatic redirect to login",
173
173
  "Supports return URL (retUrl) query parameter for post-login navigation",
174
174
  "Session timeout with configurable duration",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/ui-bundle-features",
3
- "version": "12.4.1",
3
+ "version": "12.4.2",
4
4
  "description": "CLI tool for searching and installing UI features into Salesforce UI Bundles",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "type": "module",