@thetechfossil/auth2 1.2.13 → 1.2.15

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,103 +1,102 @@
1
- {
2
- "name": "@thetechfossil/auth2",
3
- "version": "1.2.13",
4
- "description": "Authentication SDK for easy integration with Auth backend",
5
- "main": "dist/index.js",
6
- "module": "dist/index.mjs",
7
- "types": "dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "import": "./dist/index.mjs",
11
- "require": "./dist/index.js",
12
- "types": "./dist/index.d.ts"
13
- },
14
- "./next": {
15
- "import": "./next/index.mjs",
16
- "require": "./next/index.js",
17
- "types": "./dist/index.next.d.ts"
18
- },
19
- "./next/server": {
20
- "import": "./next/server.mjs",
21
- "require": "./next/server.js",
22
- "types": "./dist/index.next.server.d.ts"
23
- },
24
- "./node": {
25
- "import": "./dist/index.node.mjs",
26
- "require": "./dist/index.node.js",
27
- "types": "./dist/index.node.d.ts"
28
- },
29
- "./react": {
30
- "import": "./dist/index.mjs",
31
- "require": "./dist/index.js",
32
- "types": "./dist/index.d.ts"
33
- }
34
- },
35
- "files": [
36
- "dist/**/*",
37
- "next/**/*"
38
- ],
39
- "scripts": {
40
- "build": "tsup && node scripts/add-use-client.js",
41
- "dev": "tsup --watch",
42
- "test": "jest",
43
- "test:integration": "node scripts/test-node-integration.js",
44
- "test:react": "node scripts/test-react-integration.js",
45
- "test:nextjs": "node scripts/test-nextjs-integration.js",
46
- "test:ui": "node scripts/test-ui-components.js",
47
- "validate:docs": "node scripts/validate-docs.js",
48
- "prepublishOnly": "pnpm run build"
49
- },
50
- "keywords": [
51
- "auth",
52
- "authentication",
53
- "sdk",
54
- "react",
55
- "nextjs",
56
- "nodejs"
57
- ],
58
- "author": "Auth Team",
59
- "license": "MIT",
60
- "homepage": "https://ttf-auth-docs.netlify.app/",
61
- "repository": {
62
- "type": "git",
63
- "url": "https://github.com/thetechfossil/auths"
64
- },
65
- "publishConfig": {
66
- "access": "public"
67
- },
68
- "devDependencies": {
69
- "@types/jest": "^29.0.0",
70
- "@types/node": "^18.0.0",
71
- "@types/react": "^18.3.0",
72
- "@types/react-dom": "^18.3.0",
73
- "jest": "^29.0.0",
74
- "next": "^14.0.0",
75
- "react": "^18.0.0",
76
- "tsup": "^6.7.0",
77
- "typescript": "^5.0.0"
78
- },
79
- "peerDependencies": {
80
- "@radix-ui/react-dialog": ">=1.0.0",
81
- "next": ">=12.0.0",
82
- "react": ">=17.0.0",
83
- "react-phone-number-input": ">=3.0.0"
84
- },
85
- "peerDependenciesMeta": {
86
- "@radix-ui/react-dialog": {
87
- "optional": true
88
- },
89
- "react": {
90
- "optional": true
91
- },
92
- "next": {
93
- "optional": true
94
- },
95
- "react-phone-number-input": {
96
- "optional": true
97
- }
98
- },
99
- "dependencies": {
100
- "@thetechfossil/upfiles": "^1.0.7",
101
- "axios": "^1.13.2"
102
- }
1
+ {
2
+ "name": "@thetechfossil/auth2",
3
+ "version": "1.2.15",
4
+ "description": "Authentication SDK for easy integration with Auth backend",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.mjs",
7
+ "types": "dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/index.mjs",
11
+ "require": "./dist/index.js",
12
+ "types": "./dist/index.d.ts"
13
+ },
14
+ "./next": {
15
+ "import": "./next/index.mjs",
16
+ "require": "./next/index.js",
17
+ "types": "./dist/index.next.d.ts"
18
+ },
19
+ "./next/server": {
20
+ "import": "./next/server.mjs",
21
+ "require": "./next/server.js",
22
+ "types": "./dist/index.next.server.d.ts"
23
+ },
24
+ "./node": {
25
+ "import": "./dist/index.node.mjs",
26
+ "require": "./dist/index.node.js",
27
+ "types": "./dist/index.node.d.ts"
28
+ },
29
+ "./react": {
30
+ "import": "./dist/index.mjs",
31
+ "require": "./dist/index.js",
32
+ "types": "./dist/index.d.ts"
33
+ }
34
+ },
35
+ "files": [
36
+ "dist/**/*",
37
+ "next/**/*"
38
+ ],
39
+ "keywords": [
40
+ "auth",
41
+ "authentication",
42
+ "sdk",
43
+ "react",
44
+ "nextjs",
45
+ "nodejs"
46
+ ],
47
+ "author": "Auth Team",
48
+ "license": "MIT",
49
+ "homepage": "https://ttf-auth-docs.netlify.app/",
50
+ "repository": {
51
+ "type": "git",
52
+ "url": "https://github.com/thetechfossil/auths"
53
+ },
54
+ "publishConfig": {
55
+ "access": "public"
56
+ },
57
+ "devDependencies": {
58
+ "@types/jest": "^30.0.0",
59
+ "@types/node": "^24.10.2",
60
+ "@types/react": "^19.2.7",
61
+ "@types/react-dom": "^19.2.3",
62
+ "jest": "^30.2.0",
63
+ "next": "^16.0.8",
64
+ "react": "^19.2.1",
65
+ "tsup": "^8.5.1",
66
+ "typescript": "^5.9.3"
67
+ },
68
+ "peerDependencies": {
69
+ "@radix-ui/react-dialog": ">=1.0.0",
70
+ "next": ">=12.0.0",
71
+ "react": ">=17.0.0",
72
+ "react-phone-number-input": ">=3.0.0"
73
+ },
74
+ "peerDependenciesMeta": {
75
+ "@radix-ui/react-dialog": {
76
+ "optional": true
77
+ },
78
+ "react": {
79
+ "optional": true
80
+ },
81
+ "next": {
82
+ "optional": true
83
+ },
84
+ "react-phone-number-input": {
85
+ "optional": true
86
+ }
87
+ },
88
+ "dependencies": {
89
+ "@thetechfossil/upfiles": "^1.0.9",
90
+ "axios": "^1.13.2"
91
+ },
92
+ "scripts": {
93
+ "build": "tsup && node scripts/add-use-client.js",
94
+ "dev": "tsup --watch",
95
+ "test": "jest",
96
+ "test:integration": "node scripts/test-node-integration.js",
97
+ "test:react": "node scripts/test-react-integration.js",
98
+ "test:nextjs": "node scripts/test-nextjs-integration.js",
99
+ "test:ui": "node scripts/test-ui-components.js",
100
+ "validate:docs": "node scripts/validate-docs.js"
101
+ }
103
102
  }