next-tinacms-cloudinary 27.0.0 → 27.0.1
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -115,7 +115,7 @@ export default createMediaHandler({
|
|
|
115
115
|
return true;
|
|
116
116
|
}
|
|
117
117
|
try {
|
|
118
|
-
const user = await isAuthorized(req);
|
|
118
|
+
const user = await isAuthorized(req, process.env.NEXT_PUBLIC_TINA_CLIENT_ID);
|
|
119
119
|
return user && user.verified;
|
|
120
120
|
} catch (e) {
|
|
121
121
|
console.error(e);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-tinacms-cloudinary",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "27.0.
|
|
4
|
+
"version": "27.0.1",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"react-dom": "^18.3.1",
|
|
32
32
|
"typescript": "^5.7.3",
|
|
33
33
|
"@tinacms/scripts": "1.6.2",
|
|
34
|
-
"tinacms": "3.10.
|
|
34
|
+
"tinacms": "3.10.1"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"tinacms": "3.10.
|
|
37
|
+
"tinacms": "3.10.1"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"registry": "https://registry.npmjs.org"
|