@wrelik/storage 2.0.0 → 2.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 +24 -24
- package/.turbo/turbo-lint.log +5 -0
- package/.turbo/turbo-test.log +15 -0
- package/.turbo/turbo-typecheck.log +4 -0
- package/CHANGELOG.md +15 -0
- package/package.json +10 -9
- package/src/server/index.ts +0 -1
- package/tsconfig.json +2 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
|
|
2
|
-
> @wrelik/storage@2.0.
|
|
2
|
+
> @wrelik/storage@2.0.1 build /Users/lee/Projects/wrelik-kit/packages/storage
|
|
3
3
|
> tsup src/server/index.ts src/client/index.ts src/shared/index.ts --format cjs,esm --dts --clean
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
5
|
+
CLI Building entry: src/shared/index.ts, src/server/index.ts, src/client/index.ts
|
|
6
|
+
CLI Using tsconfig: tsconfig.json
|
|
7
|
+
CLI tsup v8.5.1
|
|
8
|
+
CLI Target: es2022
|
|
9
|
+
CLI Cleaning output folder
|
|
10
|
+
CJS Build start
|
|
11
|
+
ESM Build start
|
|
12
|
+
ESM dist/client/index.mjs 625.00 B
|
|
13
|
+
ESM dist/server/index.mjs 2.86 KB
|
|
14
|
+
ESM dist/shared/index.mjs 433.00 B
|
|
15
|
+
ESM ⚡️ Build success in 249ms
|
|
16
|
+
CJS dist/shared/index.js 1.44 KB
|
|
17
|
+
CJS dist/client/index.js 1.67 KB
|
|
18
|
+
CJS dist/server/index.js 4.13 KB
|
|
19
|
+
CJS ⚡️ Build success in 249ms
|
|
20
|
+
DTS Build start
|
|
21
|
+
DTS ⚡️ Build success in 3780ms
|
|
22
|
+
DTS dist/shared/index.d.ts 193.00 B
|
|
23
|
+
DTS dist/server/index.d.ts 1.99 KB
|
|
24
|
+
DTS dist/client/index.d.ts 337.00 B
|
|
25
|
+
DTS dist/shared/index.d.mts 193.00 B
|
|
26
|
+
DTS dist/server/index.d.mts 1.99 KB
|
|
27
|
+
DTS dist/client/index.d.mts 337.00 B
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
> @wrelik/storage@2.0.1 test /Users/lee/Projects/wrelik-kit/packages/storage
|
|
3
|
+
> vitest run --passWithNoTests
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
[1m[46m RUN [49m[22m [36mv4.1.2 [39m[90m/Users/lee/Projects/wrelik-kit/packages/storage[39m
|
|
7
|
+
|
|
8
|
+
[32m✓[39m src/shared/index.test.ts [2m([22m[2m1 test[22m[2m)[22m[32m 9[2mms[22m[39m
|
|
9
|
+
[32m✓[39m src/server/index.test.ts [2m([22m[2m4 tests[22m[2m)[22m[32m 11[2mms[22m[39m
|
|
10
|
+
|
|
11
|
+
[2m Test Files [22m [1m[32m2 passed[39m[22m[90m (2)[39m
|
|
12
|
+
[2m Tests [22m [1m[32m5 passed[39m[22m[90m (5)[39m
|
|
13
|
+
[2m Start at [22m 20:04:57
|
|
14
|
+
[2m Duration [22m 1.74s[2m (transform 597ms, setup 0ms, import 1.03s, tests 21ms, environment 1ms)[22m
|
|
15
|
+
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @wrelik/storage
|
|
2
2
|
|
|
3
|
+
## 2.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3262454: Upgrade runtime SDK and workspace tooling dependencies to latest compatible versions, including Clerk, Sentry, AWS SDK, Inngest, Resend, Upstash, Zod, TypeScript, Turbo, Vitest, TSUP, and ESLint.
|
|
8
|
+
|
|
9
|
+
Adopt root ESLint flat config and align wrapper peer ranges for updated SDK majors while preserving package export paths. Also apply a patched transitive Next.js resolution to close audit findings and keep production audit clean.
|
|
10
|
+
|
|
11
|
+
Note: Vite is pinned to the latest 7.x line for runtime compatibility in this environment; this avoids current rolldown native-binding failures seen with Vite 8 under Node 20.18.0.
|
|
12
|
+
|
|
13
|
+
Breaking change: `@wrelik/auth` and `@wrelik/clerk-next` now require `@clerk/nextjs@7.x` via updated peer ranges (`>=7 <8`). Consumers on Clerk v4-v6 must upgrade to Clerk v7 before adopting these versions.
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [3262454]
|
|
16
|
+
- @wrelik/errors@2.0.1
|
|
17
|
+
|
|
3
18
|
## 2.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wrelik/storage",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,16 +29,17 @@
|
|
|
29
29
|
"./package.json": "./package.json"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@aws-sdk/client-s3": "^3.
|
|
33
|
-
"@aws-sdk/s3-request-presigner": "^3.
|
|
34
|
-
"@wrelik/errors": "2.0.
|
|
32
|
+
"@aws-sdk/client-s3": "^3.1023.0",
|
|
33
|
+
"@aws-sdk/s3-request-presigner": "^3.1023.0",
|
|
34
|
+
"@wrelik/errors": "2.0.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@types/node": "^25.2
|
|
38
|
-
"tsup": "^8.
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"@wrelik/
|
|
37
|
+
"@types/node": "^25.5.2",
|
|
38
|
+
"tsup": "^8.5.1",
|
|
39
|
+
"vite": "^7.3.1",
|
|
40
|
+
"vitest": "^4.1.2",
|
|
41
|
+
"@wrelik/tsconfig": "0.1.2",
|
|
42
|
+
"@wrelik/eslint-config": "0.1.2"
|
|
42
43
|
},
|
|
43
44
|
"wrelik": {
|
|
44
45
|
"runtimes": [
|
package/src/server/index.ts
CHANGED