tinacms-authjs 9.0.4 → 10.0.0

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 +3 -3
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -27,13 +27,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
28
 
29
29
  // src/index.ts
30
- var src_exports = {};
31
- __export(src_exports, {
30
+ var index_exports = {};
31
+ __export(index_exports, {
32
32
  AuthJsBackendAuthProvider: () => AuthJsBackendAuthProvider,
33
33
  TinaAuthJSOptions: () => TinaAuthJSOptions,
34
34
  TinaCredentialsProvider: () => TinaCredentialsProvider
35
35
  });
36
- module.exports = __toCommonJS(src_exports);
36
+ module.exports = __toCommonJS(index_exports);
37
37
  var import_next_auth = __toESM(require("next-auth"));
38
38
  var import_credentials = __toESM(require("next-auth/providers/credentials"));
39
39
  var import_next = require("next-auth/next");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinacms-authjs",
3
- "version": "9.0.4",
3
+ "version": "10.0.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "files": [
@@ -18,24 +18,24 @@
18
18
  ]
19
19
  },
20
20
  "dependencies": {
21
- "@tinacms/schema-tools": "1.7.0"
21
+ "@tinacms/schema-tools": "1.7.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "next": "14.2.10",
25
25
  "next-auth": "4.24.7",
26
26
  "react": "^18.3.1",
27
27
  "react-dom": "^18.3.1",
28
- "typescript": "^5.6.3",
29
- "@tinacms/datalayer": "1.3.12",
30
- "@tinacms/scripts": "1.3.1",
31
- "tinacms": "2.6.4"
28
+ "typescript": "^5.7.3",
29
+ "@tinacms/datalayer": "1.3.13",
30
+ "@tinacms/scripts": "1.3.2",
31
+ "tinacms": "2.7.0"
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.6.4"
38
+ "tinacms": "2.7.0"
39
39
  },
40
40
  "publishConfig": {
41
41
  "registry": "https://registry.npmjs.org"