@windyroad/risk-scorer 0.12.0-preview.521 → 0.12.1

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.
@@ -310,5 +310,5 @@
310
310
  }
311
311
  },
312
312
  "name": "wr-risk-scorer",
313
- "version": "0.12.0"
313
+ "version": "0.12.1"
314
314
  }
@@ -171,7 +171,7 @@ _write_matching_hash() {
171
171
 
172
172
  @test "Band B with no hash file: passes but does NOT slide (no invariance proof)" {
173
173
  printf '3' > "$SCORE_FILE"
174
- _backdate "$SCORE_FILE" 3
174
+ _backdate "$SCORE_FILE" 2
175
175
  rm -f "$HASH_FILE"
176
176
  BEFORE_MTIME=$(_mtime "$SCORE_FILE")
177
177
  sleep 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/risk-scorer",
3
- "version": "0.12.0-preview.521",
3
+ "version": "0.12.1",
4
4
  "description": "Pipeline risk scoring, commit/push gates, and secret leak detection",
5
5
  "bin": {
6
6
  "windyroad-risk-scorer": "./bin/install.mjs"