@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.js CHANGED
@@ -3209,7 +3209,7 @@ function notifyListeners() {
3209
3209
  async function setLicenseKey(key) {
3210
3210
  globalLicenseInfo = await validateLicenseKey(key);
3211
3211
  if (!globalLicenseInfo.isValid) {
3212
- console.warn("[TinyPivot] Invalid or expired license key. Running in free mode.");
3212
+ console.warn("[TinyPivot] License validation failed. Check the console for environment details. Running in free mode.");
3213
3213
  } else if (globalLicenseInfo.type !== "free") {
3214
3214
  console.info(`[TinyPivot] Pro license activated (${globalLicenseInfo.type})`);
3215
3215
  }