@smallwebco/tinypivot-react 1.0.64 → 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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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]
|
|
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
|
}
|