@goodbones/cli 0.1.0-beta.13 → 0.1.0-beta.14

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@goodbones/cli",
3
- "version": "0.1.0-beta.13",
3
+ "version": "0.1.0-beta.14",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
- "description": "The architecture CLI for @goodbones/core: check, baseline, coverage, explain and facts over a whole repository with no linter in the loop, including the graph family (cycles, orphans, transitive reach) that only an adapter seeing every file at once can evaluate.",
6
+ "description": "The architecture CLI for @goodbones/core: check, conformance, baseline, campaigns, objectives, coverage, explain, facts, init, infer and migrate over a whole repository with no linter in the loop, including the graph family (cycles, orphans, transitive reach) that only an adapter seeing every file at once can evaluate.",
7
7
  "author": "zacharyweidenbach",
8
8
  "keywords": [
9
9
  "architecture",
@@ -38,10 +38,10 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "effect": "4.0.0-beta.94",
41
- "@goodbones/ast-grep": "0.1.3-beta.2",
42
- "@goodbones/campaigns": "0.1.1-beta.2",
43
- "@goodbones/core": "0.1.0-beta.13",
44
- "@goodbones/typescript": "0.1.0-beta.13"
41
+ "@goodbones/ast-grep": "0.1.3-beta.3",
42
+ "@goodbones/core": "0.1.0-beta.14",
43
+ "@goodbones/campaigns": "0.1.1-beta.3",
44
+ "@goodbones/typescript": "0.1.0-beta.14"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^25.9.4"