@o-lang/olang 1.2.8 → 1.2.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o-lang/olang",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "author": "Olalekan Ogundipe <info@workfily.com>",
5
5
  "description": "O-Lang: A governance language for user-directed, rule-enforced agent workflows",
6
6
  "main": "./src/index.js",
@@ -479,7 +479,6 @@ _validateLLMOutput(output, actionContext) {
479
479
  }
480
480
 
481
481
  return { passed: true };
482
- }
483
482
  }
484
483
  // -----------------------------
485
484
  // ✅ CRITICAL FIX: Resolver output unwrapping helper