@ecency/sdk 2.3.10 → 2.3.11

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.
@@ -5896,7 +5896,7 @@ interface Spotlight {
5896
5896
  button_text: string;
5897
5897
  button_link: string;
5898
5898
  path?: string | Array<string>;
5899
- auth?: boolean;
5899
+ guestsOnly?: boolean;
5900
5900
  platforms?: Array<"web" | "mobile">;
5901
5901
  start?: string;
5902
5902
  end?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ecency/sdk",
3
3
  "private": false,
4
- "version": "2.3.10",
4
+ "version": "2.3.11",
5
5
  "description": "Ecency SDK",
6
6
  "repository": {
7
7
  "type": "git",