nextauthz 1.1.4 → 1.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextauthz",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -23,4 +23,4 @@
23
23
  "tsup": "^8.5.1",
24
24
  "zustand": "^5.0.11"
25
25
  }
26
- }
26
+ }
@@ -111,6 +111,7 @@
111
111
  // }
112
112
 
113
113
  // src/context/ThemeContext.js
114
+ 'use client'
114
115
  import { createContext, useState } from 'react';
115
116
 
116
117
  // 1️⃣ Create the context