@medicine-wheel/gap-analysis 0.6.2 → 0.6.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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -52,8 +52,8 @@ import { openGapAnalysis, addStep, doorAdvice } from '@medicine-wheel/gap-analys
52
52
 
53
53
  let analysis = openGapAnalysis(
54
54
  { description: 'the published image matched the published packages',
55
- evidence: 'true through 0.5.0, tagged 2026-07-17' },
56
- { description: 'newest versioned image tag is 0.5.0; npm is at 0.5.2; 0.5.1 has no image',
55
+ evidence: 'true in the previously tagged release, verified from registry and image metadata' },
56
+ { description: 'the newest image tag trails npm; an intermediate release has no image',
57
57
  source: 'Docker Hub tags API, read 2026-07-25' },
58
58
  'the image no longer tracks npm because building it depends on a human remembering a flag',
59
59
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicine-wheel/gap-analysis",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Problem-solving built properly for when something worked and stopped: evidenced baseline, observation, difference, verifiable elimination steps. Root cause, incidents, regressions, troubleshooting. The baseline requirement is what separates a fire from a creating act.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -45,7 +45,7 @@
45
45
  "directory": "src/gap-analysis"
46
46
  },
47
47
  "dependencies": {
48
- "@medicine-wheel/creative-orientation": "^0.6.2"
48
+ "@medicine-wheel/creative-orientation": "^0.6.3"
49
49
  },
50
50
  "devDependencies": {
51
51
  "typescript": "^5.7.0"