@usermaven/nextjs 1.4.3 → 1.4.4
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/lib/index.es.js +2 -2
- package/package.json +1 -1
package/lib/index.es.js
CHANGED
|
@@ -1547,8 +1547,8 @@ var FormTracking = /** @class */ (function () {
|
|
|
1547
1547
|
|
|
1548
1548
|
var VERSION_INFO = {
|
|
1549
1549
|
env: 'production',
|
|
1550
|
-
date: '2024-11-
|
|
1551
|
-
version: '1.4.
|
|
1550
|
+
date: '2024-11-19T12:36:28.908Z',
|
|
1551
|
+
version: '1.4.4'
|
|
1552
1552
|
};
|
|
1553
1553
|
var USERMAVEN_VERSION = VERSION_INFO.version + "/" + VERSION_INFO.env + "@" + VERSION_INFO.date;
|
|
1554
1554
|
var MAX_AGE_TEN_YEARS = 31622400 * 10;
|