@wrelik/analytics 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,28 +1,28 @@
1
1
 
2
- > @wrelik/analytics@2.0.1 build /Users/lee/Projects/wrelik-kit/packages/analytics
2
+ > @wrelik/analytics@2.0.2 build /Users/lee/Projects/wrelik-kit/packages/analytics
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
5
+ CLI Building entry: src/server/index.ts, src/shared/index.ts, src/client/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.1
8
8
  CLI Target: es2022
9
9
  CLI Cleaning output folder
10
10
  CJS Build start
11
11
  ESM Build start
12
- ESM dist/shared/index.mjs 93.00 B
13
- ESM dist/server/index.mjs 1.45 KB
14
- ESM dist/client/index.mjs 381.00 B
15
- ESM dist/chunk-HZPXP2CE.mjs 310.00 B
16
- ESM ⚡️ Build success in 280ms
17
- CJS dist/client/index.js 1.63 KB
18
12
  CJS dist/server/index.js 2.85 KB
19
13
  CJS dist/shared/index.js 1.32 KB
20
- CJS ⚡️ Build success in 281ms
14
+ CJS dist/client/index.js 1.63 KB
15
+ CJS ⚡️ Build success in 235ms
16
+ ESM dist/server/index.mjs 1.45 KB
17
+ ESM dist/chunk-HZPXP2CE.mjs 310.00 B
18
+ ESM dist/shared/index.mjs 93.00 B
19
+ ESM dist/client/index.mjs 381.00 B
20
+ ESM ⚡️ Build success in 236ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 1917ms
23
- DTS dist/client/index.d.ts 545.00 B
22
+ DTS ⚡️ Build success in 1636ms
24
23
  DTS dist/server/index.d.ts 1.20 KB
25
24
  DTS dist/shared/index.d.ts 88.00 B
26
- DTS dist/client/index.d.mts 545.00 B
25
+ DTS dist/client/index.d.ts 545.00 B
27
26
  DTS dist/server/index.d.mts 1.20 KB
28
27
  DTS dist/shared/index.d.mts 88.00 B
28
+ DTS dist/client/index.d.mts 545.00 B
@@ -1,17 +1,4 @@
1
1
 
2
- > @wrelik/analytics@0.2.1 lint /Users/lee/Projects/wrelik-kit/packages/analytics
2
+ > @wrelik/analytics@2.0.1 lint /Users/lee/Projects/wrelik-kit/packages/analytics
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/analytics/src/client.test.ts
8
- 3:1 warning 'posthog-js' import is restricted from being used. Please use @wrelik/analytics/client instead no-restricted-imports
9
-
10
- /Users/lee/Projects/wrelik-kit/packages/analytics/src/client.ts
11
- 5:1 warning 'posthog-js' import is restricted from being used. Please use @wrelik/analytics/client instead no-restricted-imports
12
-
13
- /Users/lee/Projects/wrelik-kit/packages/analytics/src/shared.ts
14
- 18:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
15
-
16
- ✖ 3 problems (0 errors, 3 warnings)
17
-
@@ -3,13 +3,13 @@
3
3
  > vitest run --passWithNoTests
4
4
 
5
5
 
6
-  RUN  v4.1.2 /Users/lee/Projects/wrelik-kit/packages/analytics
6
+  RUN  v4.1.9 /Users/lee/Projects/wrelik-kit/packages/analytics
7
7
 
8
- ✓ src/shared/index.test.ts (2 tests) 6ms
9
- ✓ src/server/index.test.ts (2 tests) 141ms
8
+ ✓ src/shared/index.test.ts (2 tests) 10ms
9
+ ✓ src/server/index.test.ts (2 tests) 147ms
10
10
 
11
11
   Test Files  2 passed (2)
12
12
   Tests  4 passed (4)
13
-  Start at  20:04:57
14
-  Duration  1.38s (transform 641ms, setup 0ms, import 657ms, tests 148ms, environment 0ms)
13
+  Start at  15:16:07
14
+  Duration  1.21s (transform 333ms, setup 0ms, import 327ms, tests 156ms, environment 0ms)
15
15
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @wrelik/analytics@2.0.0 typecheck /Users/lee/Projects/wrelik-kit/packages/analytics
2
+ > @wrelik/analytics@2.0.1 typecheck /Users/lee/Projects/wrelik-kit/packages/analytics
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @wrelik/analytics
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
+
3
23
  ## 2.0.1
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrelik/analytics",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -29,14 +29,14 @@
29
29
  "./package.json": "./package.json"
30
30
  },
31
31
  "dependencies": {
32
- "posthog-node": "^5.28.11",
33
- "@wrelik/errors": "2.0.1"
32
+ "posthog-node": "^5.39.4",
33
+ "@wrelik/errors": "2.0.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@types/node": "^25.5.2",
36
+ "@types/node": "^26.1.0",
37
37
  "tsup": "^8.5.1",
38
38
  "vite": "^7.3.1",
39
- "vitest": "^4.1.2",
39
+ "vitest": "^4.1.9",
40
40
  "@wrelik/eslint-config": "0.1.2",
41
41
  "@wrelik/tsconfig": "0.1.2"
42
42
  },