@wrelik/storage 2.0.0 → 2.0.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.
@@ -1,27 +1,27 @@
1
1
 
2
- > @wrelik/storage@2.0.0 build /home/runner/work/wrelik-kit/wrelik-kit/packages/storage
2
+ > @wrelik/storage@2.0.2 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
- CLI Building entry: src/client/index.ts, src/server/index.ts, src/shared/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
- CJS dist/server/index.js 4.13 KB
13
- CJS dist/shared/index.js 1.44 KB
14
- CJS dist/client/index.js 1.67 KB
15
- CJS ⚡️ Build success in 82ms
16
- ESM dist/client/index.mjs 625.00 B
17
- ESM dist/server/index.mjs 2.86 KB
18
- ESM dist/shared/index.mjs 433.00 B
19
- ESM ⚡️ Build success in 82ms
20
- DTS Build start
21
- DTS ⚡️ Build success in 6479ms
22
- DTS dist/client/index.d.ts 337.00 B
23
- DTS dist/server/index.d.ts 1.99 KB
24
- DTS dist/shared/index.d.ts 193.00 B
25
- DTS dist/client/index.d.mts 337.00 B
26
- DTS dist/server/index.d.mts 1.99 KB
27
- DTS dist/shared/index.d.mts 193.00 B
5
+ CLI Building entry: src/server/index.ts, src/client/index.ts, src/shared/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/server/index.mjs 2.86 KB
13
+ ESM dist/shared/index.mjs 433.00 B
14
+ ESM dist/client/index.mjs 625.00 B
15
+ ESM ⚡️ Build success in 220ms
16
+ CJS dist/client/index.js 1.67 KB
17
+ CJS dist/server/index.js 4.13 KB
18
+ CJS dist/shared/index.js 1.44 KB
19
+ CJS ⚡️ Build success in 221ms
20
+ DTS Build start
21
+ DTS ⚡️ Build success in 3041ms
22
+ DTS dist/server/index.d.ts 1.99 KB
23
+ DTS dist/client/index.d.ts 337.00 B
24
+ DTS dist/shared/index.d.ts 193.00 B
25
+ DTS dist/server/index.d.mts 1.99 KB
26
+ DTS dist/client/index.d.mts 337.00 B
27
+ DTS dist/shared/index.d.mts 193.00 B
@@ -0,0 +1,4 @@
1
+
2
+ > @wrelik/storage@2.0.1 lint /Users/lee/Projects/wrelik-kit/packages/storage
3
+ > eslint src/
4
+
@@ -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
+  RUN  v4.1.9 /Users/lee/Projects/wrelik-kit/packages/storage
7
+
8
+ ✓ src/shared/index.test.ts (1 test) 5ms
9
+ ✓ src/server/index.test.ts (4 tests) 14ms
10
+
11
+  Test Files  2 passed (2)
12
+  Tests  5 passed (5)
13
+  Start at  15:16:09
14
+  Duration  696ms (transform 449ms, setup 0ms, import 586ms, tests 19ms, environment 0ms)
15
+
@@ -0,0 +1,4 @@
1
+
2
+ > @wrelik/storage@2.0.1 typecheck /Users/lee/Projects/wrelik-kit/packages/storage
3
+ > tsc --noEmit
4
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @wrelik/storage
2
2
 
3
+ ## 2.0.2
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
+
23
+ ## 2.0.1
24
+
25
+ ### Patch Changes
26
+
27
+ - 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.
28
+
29
+ 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.
30
+
31
+ 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.
32
+
33
+ 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.
34
+
35
+ - Updated dependencies [3262454]
36
+ - @wrelik/errors@2.0.1
37
+
3
38
  ## 2.0.0
4
39
 
5
40
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrelik/storage",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
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.500.0",
33
- "@aws-sdk/s3-request-presigner": "^3.500.0",
34
- "@wrelik/errors": "2.0.0"
32
+ "@aws-sdk/client-s3": "^3.1079.0",
33
+ "@aws-sdk/s3-request-presigner": "^3.1079.0",
34
+ "@wrelik/errors": "2.0.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/node": "^25.2.0",
38
- "tsup": "^8.0.1",
39
- "vitest": "^1.2.2",
40
- "@wrelik/tsconfig": "0.1.1",
41
- "@wrelik/eslint-config": "0.1.1"
37
+ "@types/node": "^26.1.0",
38
+ "tsup": "^8.5.1",
39
+ "vite": "^7.3.1",
40
+ "vitest": "^4.1.9",
41
+ "@wrelik/eslint-config": "0.1.2",
42
+ "@wrelik/tsconfig": "0.1.2"
42
43
  },
43
44
  "wrelik": {
44
45
  "runtimes": [
@@ -1,4 +1,3 @@
1
- /* eslint-disable no-restricted-imports */
2
1
  import { GetObjectCommand, PutObjectCommand, S3Client } from '@aws-sdk/client-s3';
3
2
  import { getSignedUrl } from '@aws-sdk/s3-request-presigner';
4
3
  import { ValidationError } from '@wrelik/errors/shared';
package/tsconfig.json CHANGED
@@ -3,7 +3,8 @@
3
3
  "compilerOptions": {
4
4
  "outDir": "dist",
5
5
  "skipLibCheck": true,
6
- "lib": ["DOM", "DOM.Iterable", "ES2022"]
6
+ "lib": ["DOM", "DOM.Iterable", "ES2022"],
7
+ "types": ["node"]
7
8
  },
8
9
  "include": ["src"]
9
10
  }