@systemfsoftware/effect-cell-types 5.0.0 → 5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @systemfsoftware/effect-cell-types
2
2
 
3
+ ## 5.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Re-published against the oxc-based instrumenter: workspace dependency ranges move to the new instrumenter major; no package's own behavior changes in this release.
8
+
9
+ ## 5.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Peer Effect requirement advances to 4.0.0-rc.112. No API changes.
14
+
3
15
  ## 5.0.0
4
16
 
5
17
  ### Major Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@systemfsoftware/effect-cell-types",
3
3
  "license": "Apache-2.0",
4
- "version": "5.0.0",
4
+ "version": "5.0.2",
5
5
  "author": "Ryan Lee <drdgvhbh@gmail.com>",
6
6
  "repository": {
7
7
  "type": "git",
@@ -41,10 +41,10 @@
41
41
  "rimraf": "^6.1.3",
42
42
  "tsdown": "^0.22.14",
43
43
  "tstyche": "^7.1.0",
44
- "vitest": "^4.1.10",
45
- "@systemfsoftware/effect-gherkin-spec": "2.0.1",
46
- "@systemfsoftware/tsconfig": "^1.3.3",
44
+ "vitest": "^4",
45
+ "@systemfsoftware/effect-gherkin-spec": "4.0.0",
47
46
  "@systemfsoftware/oxlint-config": "^0.1.0",
47
+ "@systemfsoftware/tsconfig": "^1.3.3",
48
48
  "@systemfsoftware/vitest-config": "^0.1.0"
49
49
  },
50
50
  "peerDependencies": {