@systemfsoftware/effect-schema-extensions 0.8.0 → 0.9.0

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 +10 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @systemfsoftware/effect-schema-extensions
2
2
 
3
+ ## 0.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - cut over to effect v4 (4.0.0-rc.108): public surface derives from effect types; peers flip effect ^3→^4
8
+
9
+ ### Patch Changes
10
+
11
+ - New version is published through npm trusted publishing, so it carries a provenance attestation you can verify.
12
+
3
13
  ## 0.8.0
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@systemfsoftware/effect-schema-extensions",
3
3
  "license": "Apache-2.0",
4
- "version": "0.8.0",
4
+ "version": "0.9.0",
5
5
  "author": "Ryan Lee <drdgvhbh@gmail.com>",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/systemfsoftware/systemfsoftware.git",
9
- "directory": "packages/effect-schema-extensions"
9
+ "directory": "packages/core/effect/schema/extensions"
10
10
  },
11
- "homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/effect-schema-extensions#readme",
11
+ "homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/core/effect/schema/extensions#readme",
12
12
  "bugs": "https://github.com/systemfsoftware/systemfsoftware/issues",
13
13
  "description": "Extra Effect Schema codecs — hex-string, prefixed-hex, colon-hex, and byte-level schemas with branded types, decode/encode, and arbitraries.",
14
14
  "keywords": [
@@ -38,7 +38,7 @@
38
38
  "dist"
39
39
  ],
40
40
  "dependencies": {
41
- "@systemfsoftware/hex-schema": "^1.7.0"
41
+ "@systemfsoftware/hex-schema": "^1.8.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@effect/vitest": "4.0.0-rc.108",
@@ -52,9 +52,9 @@
52
52
  "rimraf": "^6.1.3",
53
53
  "tsdown": "^0.22.14",
54
54
  "vitest": "^4.1.10",
55
- "@systemfsoftware/tsconfig": "^1.3.2",
56
- "@systemfsoftware/oxlint-config": "^0.1.0",
57
- "@systemfsoftware/vitest-config": "^0.1.0"
55
+ "@systemfsoftware/vitest-config": "^0.1.0",
56
+ "@systemfsoftware/tsconfig": "^1.3.3",
57
+ "@systemfsoftware/oxlint-config": "^0.1.0"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "effect": "4.0.0-rc.108"