@shivaedev/effect-pg-boss 0.1.1 → 0.1.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.1.3 - 2026-09-04
6
+
7
+ ### Changed
8
+
9
+ - Require Effect 4.0.0-rc.112, so applications tracking the current release
10
+ candidate install without unmet peer warnings.
11
+
12
+ ## 0.1.2 - 2026-08-12
13
+
14
+ ### Changed
15
+
16
+ - Require Effect 4.0.0-rc.108. The 4.0 release candidate starts the stable line,
17
+ so consumers pick up the compatibility promise the betas did not carry.
18
+
5
19
  ## 0.1.1 - 2026-08-12
6
20
 
7
21
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shivaedev/effect-pg-boss",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Effect-native jobs and lifecycle management for pg-boss",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -37,13 +37,13 @@
37
37
  "provenance": true
38
38
  },
39
39
  "peerDependencies": {
40
- "effect": "4.0.0-beta.107",
40
+ "effect": "4.0.0-rc.112",
41
41
  "pg-boss": "12.23.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "24.10.1",
45
45
  "@typescript/native": "npm:typescript@7.0.2",
46
- "effect": "4.0.0-beta.107",
46
+ "effect": "4.0.0-rc.112",
47
47
  "pg-boss": "12.23.1",
48
48
  "typescript": "npm:@typescript/typescript6@6.0.2",
49
49
  "vitest": "4.1.9"