@effected/workspaces 0.14.0 → 0.14.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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -185,7 +185,7 @@ Windows correctness is therefore the operations you pass, and nothing else. Both
|
|
|
185
185
|
|
|
186
186
|
## Error handling
|
|
187
187
|
|
|
188
|
-
Every failure is a `Schema.
|
|
188
|
+
Every failure is a `Schema.TaggedError` with structured fields you can branch on, not a prose string:
|
|
189
189
|
|
|
190
190
|
```ts
|
|
191
191
|
import { WorkspaceDiscovery, WorkspacePatternError } from "@effected/workspaces";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effected/workspaces",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Monorepo workspace tooling as Effect services — root discovery, package enumeration, the dependency graph, package-manager detection, pnpm catalog resolution, lockfile IO and git-based change detection.",
|
|
6
6
|
"keywords": [
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"@effected/glob": "^0.4.0",
|
|
52
52
|
"@effected/lockfiles": "^0.5.0",
|
|
53
53
|
"@effected/npm": "^0.10.0",
|
|
54
|
-
"@effected/package-json": "^0.10.
|
|
54
|
+
"@effected/package-json": "^0.10.1",
|
|
55
55
|
"@effected/semver": "^0.5.0",
|
|
56
56
|
"@effected/walker": "^0.5.0",
|
|
57
57
|
"@effected/yaml": "^0.10.0",
|
|
58
|
-
"@pnpm/catalogs.config": "^1100.0.
|
|
58
|
+
"@pnpm/catalogs.config": "^1100.0.5",
|
|
59
59
|
"@pnpm/catalogs.protocol-parser": "^1100.0.0",
|
|
60
60
|
"@pnpm/catalogs.resolver": "^1100.0.0",
|
|
61
61
|
"@pnpm/catalogs.types": "^1100.0.0"
|