@luxfi/core 4.4.16 → 4.4.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ const LoginPanel: React.FC<{
35
35
  setCookie('auth-token', token, {
36
36
  domain: '.lux.services',
37
37
  path: '/',
38
- sameSite: 'None',
38
+ sameSite: 'none',
39
39
  secure: true,
40
40
  httpOnly: true,
41
41
  expires: new Date(Date.now() + 1000 * 60 * 60 * 24 * 30), // 30 days
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxfi/core",
3
- "version": "4.4.16",
3
+ "version": "4.4.17",
4
4
  "description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",