@windyroad/jtbd 0.12.11-preview.836 → 0.12.11

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.
@@ -11,11 +11,6 @@ setup() {
11
11
  PLUGIN_ROOT="$REPO_ROOT/packages/jtbd"
12
12
  DIR="$(mktemp -d)"
13
13
  mkdir -p "$DIR/docs/jtbd/solo-developer"
14
- # Hermeticity (P391): the AFK work-problems orchestrator exports
15
- # WR_SUPPRESS_OVERSIGHT_NUDGE=1, which the hook self-suppresses on. Unset it so
16
- # count-emitting tests assert real behaviour; guard-specific tests set it
17
- # per-invocation via `run env WR_SUPPRESS_OVERSIGHT_NUDGE=...`.
18
- unset WR_SUPPRESS_OVERSIGHT_NUDGE
19
14
  }
20
15
 
21
16
  teardown() { rm -rf "$DIR"; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/jtbd",
3
- "version": "0.12.11-preview.836",
3
+ "version": "0.12.11",
4
4
  "description": "Jobs-to-be-done enforcement for UI changes",
5
5
  "bin": {
6
6
  "windyroad-jtbd": "./bin/install.mjs"