@goodbones/campaigns 0.1.1-beta.2 → 0.1.1-beta.3

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 +3 -3
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@goodbones/campaigns",
3
- "version": "0.1.1-beta.2",
3
+ "version": "0.1.1-beta.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
- "description": "The campaigns family for @goodbones/core: a refactor tracked as objectives over sectors through phases, with a ledger that only shrinks on its own and a diff-scoped nudge.",
6
+ "description": "The campaigns family for @goodbones/core: a refactor tracked as objectives over sectors through phases — each objective a detector with a ledger that only shrinks on its own, or a number held to a target — with a diff-scoped nudge for whoever touches a sector.",
7
7
  "author": "zacharyweidenbach",
8
8
  "keywords": [
9
9
  "architecture",
@@ -45,7 +45,7 @@
45
45
  ],
46
46
  "dependencies": {
47
47
  "effect": "4.0.0-beta.94",
48
- "@goodbones/core": "0.1.0-beta.13"
48
+ "@goodbones/core": "0.1.0-beta.14"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/node": "^25.9.4",