@sqrzro/auth 4.0.0-alpha.0 → 4.0.0-alpha.2
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/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-dev.log +113 -7
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-dev.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @sqrzro/auth@
|
|
2
|
+
> @sqrzro/auth@4.0.0-alpha.0 dev /Users/richard/Sites/@sqrzro/sqrzro/packages/auth
|
|
3
3
|
> tsc --watch
|
|
4
4
|
|
|
5
|
-
[2J[3J[H[[
|
|
5
|
+
[2J[3J[H[[90m8:13:28 AM[0m] Starting compilation in watch mode...
|
|
6
6
|
|
|
7
|
-
[[
|
|
7
|
+
[[90m8:13:30 AM[0m] Found 0 errors. Watching for file changes.
|
|
8
8
|
|
|
9
|
-
[2J[3J[H[[
|
|
9
|
+
[2J[3J[H[[90m8:13:33 AM[0m] File change detected. Starting incremental compilation...
|
|
10
10
|
|
|
11
11
|
[96msrc/components/LogoutButton/server.ts[0m:[93m3[0m:[93m31[0m - [91merror[0m[90m TS7016: [0mCould not find a declaration file for module '@sqrzro/server/auth'. '/Users/richard/Sites/@sqrzro/sqrzro/packages/server/dist/auth/index.js' implicitly has an 'any' type.
|
|
12
12
|
Try `npm i --save-dev @types/sqrzro__server` if it exists or add a new declaration (.d.ts) file containing `declare module '@sqrzro/server/auth';`
|
|
@@ -62,10 +62,116 @@
|
|
|
62
62
|
[7m1[0m import { validateSession } from '@sqrzro/server/auth';
|
|
63
63
|
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~[0m
|
|
64
64
|
|
|
65
|
-
[[
|
|
65
|
+
[[90m8:13:33 AM[0m] Found 9 errors. Watching for file changes.
|
|
66
66
|
|
|
67
|
-
[2J[3J[H[[
|
|
67
|
+
[2J[3J[H[[90m8:13:35 AM[0m] File change detected. Starting incremental compilation...
|
|
68
68
|
|
|
69
|
-
[[
|
|
69
|
+
[[90m8:13:36 AM[0m] Found 0 errors. Watching for file changes.
|
|
70
|
+
|
|
71
|
+
[2J[3J[H[[90m8:18:29 AM[0m] File change detected. Starting incremental compilation...
|
|
72
|
+
|
|
73
|
+
[[90m8:18:29 AM[0m] Found 0 errors. Watching for file changes.
|
|
74
|
+
|
|
75
|
+
[2J[3J[H[[90m8:18:31 AM[0m] File change detected. Starting incremental compilation...
|
|
76
|
+
|
|
77
|
+
[96msrc/components/LogoutButton/server.ts[0m:[93m3[0m:[93m31[0m - [91merror[0m[90m TS7016: [0mCould not find a declaration file for module '@sqrzro/server/auth'. '/Users/richard/Sites/@sqrzro/sqrzro/packages/server/dist/auth/index.js' implicitly has an 'any' type.
|
|
78
|
+
Try `npm i --save-dev @types/sqrzro__server` if it exists or add a new declaration (.d.ts) file containing `declare module '@sqrzro/server/auth';`
|
|
79
|
+
|
|
80
|
+
[7m3[0m import { deleteSession } from '@sqrzro/server/auth';
|
|
81
|
+
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~[0m
|
|
82
|
+
|
|
83
|
+
[96msrc/components/Password/index.tsx[0m:[93m1[0m:[93m31[0m - [91merror[0m[90m TS7016: [0mCould not find a declaration file for module '@sqrzro/server/auth'. '/Users/richard/Sites/@sqrzro/sqrzro/packages/server/dist/auth/index.js' implicitly has an 'any' type.
|
|
84
|
+
Try `npm i --save-dev @types/sqrzro__server` if it exists or add a new declaration (.d.ts) file containing `declare module '@sqrzro/server/auth';`
|
|
85
|
+
|
|
86
|
+
[7m1[0m import { validateReset } from '@sqrzro/server/auth';
|
|
87
|
+
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~[0m
|
|
88
|
+
|
|
89
|
+
[96msrc/forms/LoginForm/server.ts[0m:[93m3[0m:[93m45[0m - [91merror[0m[90m TS7016: [0mCould not find a declaration file for module '@sqrzro/server/auth'. '/Users/richard/Sites/@sqrzro/sqrzro/packages/server/dist/auth/index.js' implicitly has an 'any' type.
|
|
90
|
+
Try `npm i --save-dev @types/sqrzro__server` if it exists or add a new declaration (.d.ts) file containing `declare module '@sqrzro/server/auth';`
|
|
91
|
+
|
|
92
|
+
[7m3[0m import { createSession, validateUser } from '@sqrzro/server/auth';
|
|
93
|
+
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~[0m
|
|
94
|
+
|
|
95
|
+
[96msrc/forms/LoginForm/server.ts[0m:[93m4[0m:[93m42[0m - [91merror[0m[90m TS7016: [0mCould not find a declaration file for module '@sqrzro/server/forms'. '/Users/richard/Sites/@sqrzro/sqrzro/packages/server/dist/forms/index.js' implicitly has an 'any' type.
|
|
96
|
+
Try `npm i --save-dev @types/sqrzro__server` if it exists or add a new declaration (.d.ts) file containing `declare module '@sqrzro/server/forms';`
|
|
97
|
+
|
|
98
|
+
[7m4[0m import { FormResponse, submitForm } from '@sqrzro/server/forms';
|
|
99
|
+
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
100
|
+
|
|
101
|
+
[96msrc/forms/PasswordForm/server.ts[0m:[93m3[0m:[93m29[0m - [91merror[0m[90m TS7016: [0mCould not find a declaration file for module '@sqrzro/server/auth'. '/Users/richard/Sites/@sqrzro/sqrzro/packages/server/dist/auth/index.js' implicitly has an 'any' type.
|
|
102
|
+
Try `npm i --save-dev @types/sqrzro__server` if it exists or add a new declaration (.d.ts) file containing `declare module '@sqrzro/server/auth';`
|
|
103
|
+
|
|
104
|
+
[7m3[0m import { createReset } from '@sqrzro/server/auth';
|
|
105
|
+
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~[0m
|
|
106
|
+
|
|
107
|
+
[96msrc/forms/PasswordForm/server.ts[0m:[93m4[0m:[93m42[0m - [91merror[0m[90m TS7016: [0mCould not find a declaration file for module '@sqrzro/server/forms'. '/Users/richard/Sites/@sqrzro/sqrzro/packages/server/dist/forms/index.js' implicitly has an 'any' type.
|
|
108
|
+
Try `npm i --save-dev @types/sqrzro__server` if it exists or add a new declaration (.d.ts) file containing `declare module '@sqrzro/server/forms';`
|
|
109
|
+
|
|
110
|
+
[7m4[0m import { FormResponse, submitForm } from '@sqrzro/server/forms';
|
|
111
|
+
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
112
|
+
|
|
113
|
+
[96msrc/forms/PasswordResetForm/server.ts[0m:[93m3[0m:[93m41[0m - [91merror[0m[90m TS7016: [0mCould not find a declaration file for module '@sqrzro/server/auth'. '/Users/richard/Sites/@sqrzro/sqrzro/packages/server/dist/auth/index.js' implicitly has an 'any' type.
|
|
114
|
+
Try `npm i --save-dev @types/sqrzro__server` if it exists or add a new declaration (.d.ts) file containing `declare module '@sqrzro/server/auth';`
|
|
115
|
+
|
|
116
|
+
[7m3[0m import { updatePasswordWithToken } from '@sqrzro/server/auth';
|
|
117
|
+
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~[0m
|
|
118
|
+
|
|
119
|
+
[96msrc/forms/PasswordResetForm/server.ts[0m:[93m4[0m:[93m42[0m - [91merror[0m[90m TS7016: [0mCould not find a declaration file for module '@sqrzro/server/forms'. '/Users/richard/Sites/@sqrzro/sqrzro/packages/server/dist/forms/index.js' implicitly has an 'any' type.
|
|
120
|
+
Try `npm i --save-dev @types/sqrzro__server` if it exists or add a new declaration (.d.ts) file containing `declare module '@sqrzro/server/forms';`
|
|
121
|
+
|
|
122
|
+
[7m4[0m import { FormResponse, submitForm } from '@sqrzro/server/forms';
|
|
123
|
+
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
124
|
+
|
|
125
|
+
[96msrc/handle-proxy.ts[0m:[93m1[0m:[93m33[0m - [91merror[0m[90m TS7016: [0mCould not find a declaration file for module '@sqrzro/server/auth'. '/Users/richard/Sites/@sqrzro/sqrzro/packages/server/dist/auth/index.js' implicitly has an 'any' type.
|
|
126
|
+
Try `npm i --save-dev @types/sqrzro__server` if it exists or add a new declaration (.d.ts) file containing `declare module '@sqrzro/server/auth';`
|
|
127
|
+
|
|
128
|
+
[7m1[0m import { validateSession } from '@sqrzro/server/auth';
|
|
129
|
+
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~[0m
|
|
130
|
+
|
|
131
|
+
[[90m8:18:31 AM[0m] Found 9 errors. Watching for file changes.
|
|
132
|
+
|
|
133
|
+
[2J[3J[H[[90m8:18:33 AM[0m] File change detected. Starting incremental compilation...
|
|
134
|
+
|
|
135
|
+
[[90m8:18:33 AM[0m] Found 0 errors. Watching for file changes.
|
|
136
|
+
|
|
137
|
+
[2J[3J[H[[90m8:20:19 AM[0m] File change detected. Starting incremental compilation...
|
|
138
|
+
|
|
139
|
+
[[90m8:20:19 AM[0m] Found 0 errors. Watching for file changes.
|
|
140
|
+
|
|
141
|
+
[2J[3J[H[[90m8:20:22 AM[0m] File change detected. Starting incremental compilation...
|
|
142
|
+
|
|
143
|
+
[[90m8:20:22 AM[0m] Found 0 errors. Watching for file changes.
|
|
144
|
+
|
|
145
|
+
[2J[3J[H[[90m8:20:25 AM[0m] File change detected. Starting incremental compilation...
|
|
146
|
+
|
|
147
|
+
[[90m8:20:25 AM[0m] Found 0 errors. Watching for file changes.
|
|
148
|
+
|
|
149
|
+
[2J[3J[H[[90m8:20:28 AM[0m] File change detected. Starting incremental compilation...
|
|
150
|
+
|
|
151
|
+
[[90m8:20:28 AM[0m] Found 0 errors. Watching for file changes.
|
|
152
|
+
|
|
153
|
+
[2J[3J[H[[90m8:23:53 AM[0m] File change detected. Starting incremental compilation...
|
|
154
|
+
|
|
155
|
+
[[90m8:23:53 AM[0m] Found 0 errors. Watching for file changes.
|
|
156
|
+
|
|
157
|
+
[2J[3J[H[[90m8:23:56 AM[0m] File change detected. Starting incremental compilation...
|
|
158
|
+
|
|
159
|
+
[[90m8:23:56 AM[0m] Found 0 errors. Watching for file changes.
|
|
160
|
+
|
|
161
|
+
[2J[3J[H[[90m8:24:47 AM[0m] File change detected. Starting incremental compilation...
|
|
162
|
+
|
|
163
|
+
[[90m8:24:47 AM[0m] Found 0 errors. Watching for file changes.
|
|
164
|
+
|
|
165
|
+
[2J[3J[H[[90m8:24:49 AM[0m] File change detected. Starting incremental compilation...
|
|
166
|
+
|
|
167
|
+
[[90m8:24:50 AM[0m] Found 0 errors. Watching for file changes.
|
|
168
|
+
|
|
169
|
+
[2J[3J[H[[90m8:30:44 AM[0m] File change detected. Starting incremental compilation...
|
|
170
|
+
|
|
171
|
+
[[90m8:30:44 AM[0m] Found 0 errors. Watching for file changes.
|
|
172
|
+
|
|
173
|
+
[2J[3J[H[[90m8:30:47 AM[0m] File change detected. Starting incremental compilation...
|
|
174
|
+
|
|
175
|
+
[[90m8:30:47 AM[0m] Found 0 errors. Watching for file changes.
|
|
70
176
|
|
|
71
177
|
[41m[30m ELIFECYCLE [39m[49m [31mCommand failed.[39m
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sqrzro/auth",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.0-alpha.
|
|
4
|
+
"version": "4.0.0-alpha.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@sqrzro/server": "n16",
|
|
9
|
-
"zod": "^4.
|
|
10
|
-
"@sqrzro/ui": "^4.0.0-alpha.
|
|
9
|
+
"zod": "^4.3.6",
|
|
10
|
+
"@sqrzro/ui": "^4.0.0-alpha.4"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@types/react": "^19.2.7",
|
|
14
14
|
"prettier": "^3.7.4",
|
|
15
15
|
"typescript": "^5.9.3",
|
|
16
|
-
"@sqrzro/prettier-config": "^4.0.0-alpha.
|
|
16
|
+
"@sqrzro/prettier-config": "^4.0.0-alpha.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"next": "^16.
|
|
20
|
-
"react": "^19.2.
|
|
19
|
+
"next": "^16.1.6",
|
|
20
|
+
"react": "^19.2.4"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "tsc",
|