@effected/package-json 0.10.0 → 0.10.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -186,7 +186,7 @@ The `workspace:` range modifier is honored: `workspace:*` takes the bare version
186
186
 
187
187
  ## Errors
188
188
 
189
- Every failure is a `Schema.TaggedErrorClass` routed with `Effect.catchTag`. Causes are preserved structurally on a `Schema.Defect` field — a `PackageDecodeError` hands you the `SchemaError` issue tree, not `String(error)`.
189
+ Every failure is a `Schema.TaggedError` routed with `Effect.catchTag`. Causes are preserved structurally on a `Schema.Defect` field — a `PackageDecodeError` hands you the `SchemaError` issue tree, not `String(error)`.
190
190
 
191
191
  | Tag | Means |
192
192
  | --- | ----- |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effected/package-json",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "private": false,
5
5
  "description": "package.json parsing, editing, validation and file IO as Effect schemas.",
6
6
  "keywords": [
@@ -41,7 +41,7 @@
41
41
  "@effected/jsonc": "^0.7.0",
42
42
  "@effected/npm": "^0.10.0",
43
43
  "@effected/semver": "^0.5.0",
44
- "@effected/spdx": "^0.3.0"
44
+ "@effected/spdx": "^0.4.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "effect": "4.0.0-rc.109"