@rulvar/testing 1.99.0 → 1.99.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.
@@ -1160,7 +1160,7 @@ async function recordClassDecisionFanout() {
1160
1160
  * DEF-4 abandon-then-crash-then-resume, LIVE form: the paid branch is
1161
1161
  * abandoned offline (decision plus abandon through the kernel writer),
1162
1162
  * the crash cut drops the effects, and the resume derives skipped for
1163
- * the branch while paying the revision effects exactly once.
1163
+ * the branch while paying the revision effects once, never twice.
1164
1164
  */
1165
1165
  async function recordAbandonThenCrashThenResume() {
1166
1166
  const store = new InMemoryStore();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rulvar/testing",
3
- "version": "1.99.0",
3
+ "version": "1.99.1",
4
4
  "description": "Rulvar test harness: createTestEngine, FakeAdapter, VCR cassettes, replay-strict runs, matchers.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -26,7 +26,7 @@
26
26
  "access": "public"
27
27
  },
28
28
  "dependencies": {
29
- "@rulvar/core": "1.99.0"
29
+ "@rulvar/core": "1.99.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.20.1",