@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.
- package/README.md +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
|
|
56
|
-
{ description: 'newest
|
|
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.
|
|
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.
|
|
48
|
+
"@medicine-wheel/creative-orientation": "^0.6.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"typescript": "^5.7.0"
|