@followgate/js 0.10.0 → 0.10.1
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/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -518,6 +518,8 @@ var FollowGateClient = class {
|
|
|
518
518
|
theme: config.theme || "dark",
|
|
519
519
|
accentColor: config.accentColor || "#6366f1"
|
|
520
520
|
};
|
|
521
|
+
this.serverConfig = null;
|
|
522
|
+
this.configFetched = false;
|
|
521
523
|
this.restoreSession();
|
|
522
524
|
if (config.debug) {
|
|
523
525
|
console.log("[FollowGate] Initialized with appId:", config.appId);
|
package/dist/index.mjs
CHANGED
|
@@ -492,6 +492,8 @@ var FollowGateClient = class {
|
|
|
492
492
|
theme: config.theme || "dark",
|
|
493
493
|
accentColor: config.accentColor || "#6366f1"
|
|
494
494
|
};
|
|
495
|
+
this.serverConfig = null;
|
|
496
|
+
this.configFetched = false;
|
|
495
497
|
this.restoreSession();
|
|
496
498
|
if (config.debug) {
|
|
497
499
|
console.log("[FollowGate] Initialized with appId:", config.appId);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@followgate/js",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "FollowGate SDK - Grow your audience with every download. Require social actions (follow, repost) before users can access your app.",
|
|
5
5
|
"author": "FollowGate <hello@followgate.app>",
|
|
6
6
|
"homepage": "https://followgate.app",
|