@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.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]
|
|
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
|
}
|