@wrelik/jobs 2.0.1 → 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,5 +1,5 @@
1
1
 
2
- > @wrelik/jobs@2.0.1 build /Users/lee/Projects/wrelik-kit/packages/jobs
2
+ > @wrelik/jobs@2.0.2 build /Users/lee/Projects/wrelik-kit/packages/jobs
3
3
  > tsup src/server/index.ts src/client/index.ts src/shared/index.ts --format cjs,esm --dts --clean
4
4
 
5
5
  CLI Building entry: src/server/index.ts, src/client/index.ts, src/shared/index.ts
@@ -9,16 +9,16 @@ CLI Target: es2022
9
9
  CLI Cleaning output folder
10
10
  CJS Build start
11
11
  ESM Build start
12
- DTS Build start
12
+ CJS dist/shared/index.js 767.00 B
13
+ CJS dist/server/index.js 2.18 KB
14
+ CJS dist/client/index.js 1.27 KB
15
+ CJS ⚡️ Build success in 173ms
13
16
  ESM dist/shared/index.mjs 0 B
14
- ESM dist/client/index.mjs 272.00 B
15
17
  ESM dist/server/index.mjs 1.07 KB
16
- ESM ⚡️ Build success in 2017ms
17
- CJS dist/client/index.js 1.27 KB
18
- CJS dist/server/index.js 2.18 KB
19
- CJS dist/shared/index.js 767.00 B
20
- CJS ⚡️ Build success in 2017ms
21
- DTS ⚡️ Build success in 2631ms
18
+ ESM dist/client/index.mjs 272.00 B
19
+ ESM ⚡️ Build success in 174ms
20
+ DTS Build start
21
+ DTS ⚡️ Build success in 821ms
22
22
  DTS dist/server/index.d.ts 1.32 KB
23
23
  DTS dist/client/index.d.ts 77.00 B
24
24
  DTS dist/shared/index.d.ts 95.00 B
@@ -1,5 +1,4 @@
1
1
 
2
- > @wrelik/jobs@0.1.2 lint /Users/lee/Projects/wrelik-kit/packages/jobs
2
+ > @wrelik/jobs@2.0.1 lint /Users/lee/Projects/wrelik-kit/packages/jobs
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.
@@ -5,11 +5,11 @@
5
5
 
6
6
   RUN  v4.1.2 /Users/lee/Projects/wrelik-kit/packages/jobs
7
7
 
8
- ✓ src/client/index.test.ts (1 test) 25ms
9
- ✓ src/server/index.test.ts (4 tests) 39ms
8
+ ✓ src/client/index.test.ts (1 test) 44ms
9
+ ✓ src/server/index.test.ts (4 tests) 20ms
10
10
 
11
11
   Test Files  2 passed (2)
12
12
   Tests  5 passed (5)
13
-  Start at  20:04:57
14
-  Duration  1.52s (transform 548ms, setup 0ms, import 845ms, tests 65ms, environment 0ms)
13
+  Start at  15:16:07
14
+  Duration  1.45s (transform 663ms, setup 0ms, import 949ms, tests 65ms, environment 0ms)
15
15
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @wrelik/jobs@2.0.0 typecheck /Users/lee/Projects/wrelik-kit/packages/jobs
2
+ > @wrelik/jobs@2.0.1 typecheck /Users/lee/Projects/wrelik-kit/packages/jobs
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @wrelik/jobs
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
+
3
20
  ## 2.0.1
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrelik/jobs",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },