@wrelik/auth 3.0.0 → 3.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/.turbo/turbo-build.log +10 -10
- package/.turbo/turbo-lint.log +1 -8
- package/.turbo/turbo-test.log +4 -4
- package/.turbo/turbo-typecheck.log +1 -1
- package/CHANGELOG.md +20 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
|
|
2
|
-
> @wrelik/auth@3.0.
|
|
2
|
+
> @wrelik/auth@3.0.1 build /Users/lee/Projects/wrelik-kit/packages/auth
|
|
3
3
|
> tsup src/server/index.ts src/client/index.ts src/shared/index.ts --format cjs,esm --dts --clean
|
|
4
4
|
|
|
5
|
-
CLI Building entry: src/
|
|
5
|
+
CLI Building entry: src/shared/index.ts, src/client/index.ts, src/server/index.ts
|
|
6
6
|
CLI Using tsconfig: tsconfig.json
|
|
7
7
|
CLI tsup v8.5.1
|
|
8
8
|
CLI Target: es2019
|
|
9
9
|
CLI Cleaning output folder
|
|
10
10
|
CJS Build start
|
|
11
11
|
ESM Build start
|
|
12
|
+
CJS dist/client/index.js 1.62 KB
|
|
13
|
+
CJS dist/server/index.js 2.72 KB
|
|
14
|
+
CJS dist/shared/index.js 767.00 B
|
|
15
|
+
CJS ⚡️ Build success in 201ms
|
|
12
16
|
ESM dist/shared/index.mjs 0 B
|
|
13
17
|
ESM dist/server/index.mjs 1.55 KB
|
|
14
18
|
ESM dist/client/index.mjs 631.00 B
|
|
15
|
-
ESM ⚡️ Build success in
|
|
16
|
-
CJS dist/server/index.js 2.72 KB
|
|
17
|
-
CJS dist/client/index.js 1.62 KB
|
|
18
|
-
CJS dist/shared/index.js 767.00 B
|
|
19
|
-
CJS ⚡️ Build success in 288ms
|
|
19
|
+
ESM ⚡️ Build success in 201ms
|
|
20
20
|
DTS Build start
|
|
21
|
-
DTS ⚡️ Build success in
|
|
22
|
-
DTS dist/server/index.d.ts 701.00 B
|
|
21
|
+
DTS ⚡️ Build success in 3429ms
|
|
23
22
|
DTS dist/client/index.d.ts 155.00 B
|
|
23
|
+
DTS dist/server/index.d.ts 701.00 B
|
|
24
24
|
DTS dist/shared/index.d.ts 479.00 B
|
|
25
|
-
DTS dist/server/index.d.mts 702.00 B
|
|
26
25
|
DTS dist/client/index.d.mts 156.00 B
|
|
26
|
+
DTS dist/server/index.d.mts 702.00 B
|
|
27
27
|
DTS dist/shared/index.d.mts 479.00 B
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @wrelik/auth@0.
|
|
2
|
+
> @wrelik/auth@3.0.0 lint /Users/lee/Projects/wrelik-kit/packages/auth
|
|
3
3
|
> eslint src/
|
|
4
4
|
|
|
5
|
-
Warning: React version was set to "detect" in eslint-plugin-react settings, but the "react" package is not installed. Assuming latest React version for linting.
|
|
6
|
-
|
|
7
|
-
/Users/lee/Projects/wrelik-kit/packages/auth/src/server.ts
|
|
8
|
-
5:1 warning '@clerk/backend' import is restricted from being used. Please use @wrelik/auth/server instead no-restricted-imports
|
|
9
|
-
|
|
10
|
-
✖ 1 problem (0 errors, 1 warning)
|
|
11
|
-
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
> vitest run --passWithNoTests
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
[1m[46m RUN [49m[22m [36mv4.1.
|
|
6
|
+
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.9 [39m[90m/Users/lee/Projects/wrelik-kit/packages/auth[39m
|
|
7
7
|
|
|
8
|
-
[32m✓[39m src/client/index.test.ts [2m([22m[2m2 tests[22m[2m)[22m[32m 4[2mms[22m[39m
|
|
9
8
|
[32m✓[39m src/client/index.contract.test.ts [2m([22m[2m1 test[22m[2m)[22m[32m 4[2mms[22m[39m
|
|
9
|
+
[32m✓[39m src/client/index.test.ts [2m([22m[2m2 tests[22m[2m)[22m[32m 6[2mms[22m[39m
|
|
10
10
|
[32m✓[39m src/server/index.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m 12[2mms[22m[39m
|
|
11
11
|
|
|
12
12
|
[2m Test Files [22m [1m[32m3 passed[39m[22m[90m (3)[39m
|
|
13
13
|
[2m Tests [22m [1m[32m9 passed[39m[22m[90m (9)[39m
|
|
14
|
-
[2m Start at [22m
|
|
15
|
-
[2m Duration [22m
|
|
14
|
+
[2m Start at [22m 15:16:09
|
|
15
|
+
[2m Duration [22m 945ms[2m (transform 886ms, setup 0ms, import 1.12s, tests 22ms, environment 0ms)[22m
|
|
16
16
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @wrelik/auth
|
|
2
2
|
|
|
3
|
+
## 3.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8083eb8: chore(deps): bump runtime dependencies to latest compatible versions
|
|
8
|
+
|
|
9
|
+
- `posthog-node` 5.28.11 → 5.39.4 (@wrelik/analytics)
|
|
10
|
+
- `@clerk/backend` 3.2.4 → 3.10.0 (@wrelik/auth)
|
|
11
|
+
- `resend` 6.10.0 → 6.17.1 (@wrelik/email)
|
|
12
|
+
- `@sentry/browser` + `@sentry/node` 10.47.0 → 10.63.0 (@wrelik/errors)
|
|
13
|
+
- `inngest` 4.1.2 → 4.11.0 (@wrelik/jobs)
|
|
14
|
+
- `@aws-sdk/client-s3` + `@aws-sdk/s3-request-presigner` 3.1023.0 → 3.1079.0 (@wrelik/storage)
|
|
15
|
+
|
|
16
|
+
No breaking changes. Workspace tooling also updated: turbo 2.10.3, typescript 6.0.3,
|
|
17
|
+
eslint 10.6.0, prettier 3.9.4, @changesets/cli 2.31.0, dependency-cruiser 18.0.0,
|
|
18
|
+
vitest 4.1.9, @types/node 26.x (all devDependencies, no changeset required).
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [8083eb8]
|
|
21
|
+
- @wrelik/errors@2.0.2
|
|
22
|
+
|
|
3
23
|
## 3.0.0
|
|
4
24
|
|
|
5
25
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wrelik/auth",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
"./package.json": "./package.json"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@clerk/backend": "^3.
|
|
33
|
-
"@wrelik/errors": "2.0.
|
|
32
|
+
"@clerk/backend": "^3.10.0",
|
|
33
|
+
"@wrelik/errors": "2.0.2"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@clerk/nextjs": ">=7 <8"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@clerk/nextjs": "^7.
|
|
40
|
-
"@types/node": "^
|
|
39
|
+
"@clerk/nextjs": "^7.5.12",
|
|
40
|
+
"@types/node": "^26.1.0",
|
|
41
41
|
"next": "15.5.14",
|
|
42
42
|
"tsup": "^8.5.1",
|
|
43
43
|
"vite": "^7.3.1",
|
|
44
|
-
"vitest": "^4.1.
|
|
44
|
+
"vitest": "^4.1.9",
|
|
45
45
|
"@wrelik/eslint-config": "0.1.2",
|
|
46
46
|
"@wrelik/tsconfig": "0.1.2"
|
|
47
47
|
},
|