@shivaedev/effect-pg-boss 0.1.0 → 0.1.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.
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.2 - 2026-08-12
6
+
7
+ ### Changed
8
+
9
+ - Require Effect 4.0.0-rc.108. The 4.0 release candidate starts the stable line,
10
+ so consumers pick up the compatibility promise the betas did not carry.
11
+
12
+ ## 0.1.1 - 2026-08-12
13
+
14
+ ### Changed
15
+
16
+ - Require Effect 4.0.0-beta.107, so applications can depend on packages such as
17
+ `@effect/platform-node` that are only published against the current beta line.
18
+
5
19
  ## 0.1.0 - 2026-08-03
6
20
 
7
21
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shivaedev/effect-pg-boss",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
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.102",
40
+ "effect": "4.0.0-rc.108",
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.102",
46
+ "effect": "4.0.0-rc.108",
47
47
  "pg-boss": "12.23.1",
48
48
  "typescript": "npm:@typescript/typescript6@6.0.2",
49
49
  "vitest": "4.1.9"