@systemfsoftware/effect-cell-types 7.0.0 → 7.0.1

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 +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @systemfsoftware/effect-cell-types
2
2
 
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Releases the workspace so its published versions track the shared dependency graph this change moves.
8
+
9
+ - The `@systemfsoftware/source` export condition is gone. It resolved to a package's TypeScript sources for editors and in-repo typechecks; each package now exports only its built entry. If your tsconfig sets `customConditions: ["@systemfsoftware/source"]`, or a bundler config names that condition, remove it — resolution falls back to the built entry, which is what every consumer already got.
10
+
3
11
  ## 7.0.0
4
12
 
5
13
  ### 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": "7.0.0",
4
+ "version": "7.0.1",
5
5
  "author": "Ryan Lee <drdgvhbh@gmail.com>",
6
6
  "repository": {
7
7
  "type": "git",
@@ -34,7 +34,7 @@
34
34
  "devDependencies": {
35
35
  "@effect/vitest": "4.0.0-rc.112",
36
36
  "@microsoft/api-extractor": "^7.58.7",
37
- "@systemfsoftware/arethetypeswrong-cli": "^1.1.1",
37
+ "@systemfsoftware/arethetypeswrong-cli": "^4.1.0",
38
38
  "@types/node": "^24",
39
39
  "effect": "4.0.0-rc.112",
40
40
  "oxlint": "^1.77.0",
@@ -42,9 +42,9 @@
42
42
  "tsdown": "^0.22.14",
43
43
  "tstyche": "^7.1.0",
44
44
  "vitest": "^4",
45
- "@systemfsoftware/tsconfig": "^1.3.3",
45
+ "@systemfsoftware/effect-gherkin-spec": "4.0.2",
46
+ "@systemfsoftware/tsconfig": "^1.3.4",
46
47
  "@systemfsoftware/vitest-config": "^0.1.0",
47
- "@systemfsoftware/effect-gherkin-spec": "4.0.1",
48
48
  "@systemfsoftware/oxlint-config": "^0.1.0"
49
49
  },
50
50
  "peerDependencies": {