@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.
Files changed (2) hide show
  1. package/lib/index.es.js +2 -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-19T10:08:32.912Z',
1551
- version: '1.4.3'
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usermaven/nextjs",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "Usermaven JavaScript SDK for NextJS",
5
5
  "author": "Usermaven <hello@usermaven.com>",
6
6
  "license": "MIT",