@smallwebco/tinypivot-react 1.0.63 → 1.0.65

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.cjs CHANGED
@@ -3220,7 +3220,7 @@ function notifyListeners() {
3220
3220
  async function setLicenseKey(key) {
3221
3221
  globalLicenseInfo = await (0, import_tinypivot_core7.validateLicenseKey)(key);
3222
3222
  if (!globalLicenseInfo.isValid) {
3223
- console.warn("[TinyPivot] Invalid or expired license key. Running in free mode.");
3223
+ console.warn("[TinyPivot] License validation failed. Check the console for environment details. Running in free mode.");
3224
3224
  } else if (globalLicenseInfo.type !== "free") {
3225
3225
  console.info(`[TinyPivot] Pro license activated (${globalLicenseInfo.type})`);
3226
3226
  }