tinacms-authjs 11.0.3 → 12.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -122,7 +122,7 @@ var AuthJsBackendAuthProvider = ({
122
122
  const [provider, ...rest] = authOptions.providers;
123
123
  if (rest.length > 0 || provider.type !== "credentials" || provider.name !== TINA_CREDENTIALS_PROVIDER_NAME) {
124
124
  console.warn(
125
- `WARNING: Catch-all api route ['/api/tina/*'] with specified Auth.js provider ['${provider.name}'] not supported. See https://tina.io/docs/self-hosted/overview/#customprovider for more information.`
125
+ `WARNING: Catch-all api route ['/api/tina/*'] with specified Auth.js provider ['${provider.name}'] not supported. See https://tina.io/docs/r/self-hosting-overview for more information.`
126
126
  );
127
127
  }
128
128
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinacms-authjs",
3
- "version": "11.0.3",
3
+ "version": "12.0.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "files": [
@@ -26,16 +26,16 @@
26
26
  "react": "^18.3.1",
27
27
  "react-dom": "^18.3.1",
28
28
  "typescript": "^5.7.3",
29
- "@tinacms/datalayer": "1.4.1",
29
+ "tinacms": "2.9.1",
30
30
  "@tinacms/scripts": "1.4.0",
31
- "tinacms": "2.8.3"
31
+ "@tinacms/datalayer": "1.4.1"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "next": "^12.2.5 || ^13 || ^14",
35
35
  "next-auth": "^4.22.1",
36
36
  "react": "^17.0.2 || ^18",
37
37
  "react-dom": "^17.0.2 || ^18",
38
- "tinacms": "2.8.3"
38
+ "tinacms": "2.9.1"
39
39
  },
40
40
  "publishConfig": {
41
41
  "registry": "https://registry.npmjs.org"