@effected/workspaces 0.14.0 → 0.14.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/README.md +1 -1
  2. package/package.json +5 -5
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.TaggedErrorClass` with structured fields you can branch on, not a prose string:
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.0",
3
+ "version": "0.14.2",
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": [
@@ -49,13 +49,13 @@
49
49
  "@effected/commands": "^0.5.0",
50
50
  "@effected/git": "^0.9.0",
51
51
  "@effected/glob": "^0.4.0",
52
- "@effected/lockfiles": "^0.5.0",
53
- "@effected/npm": "^0.10.0",
54
- "@effected/package-json": "^0.10.0",
52
+ "@effected/lockfiles": "^0.5.1",
53
+ "@effected/npm": "^0.11.0",
54
+ "@effected/package-json": "^0.10.2",
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.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"