@autometa/runner
Advanced tools
@@ -37,2 +37,12 @@ import type { StepExpression } from "@autometa/scopes"; | ||
| readonly container: IContainer; | ||
| /** | ||
| * Assertion facade mirroring `steps().ensure`. | ||
| * Provided for convenience so bindings users can import `ensure` alongside | ||
| * the decorators without needing separate access to the steps environment. | ||
| * | ||
| * Note: This is intentionally typed as `unknown` to avoid leaking the builder's | ||
| * Ensure facet generics into the bindings surface. Runtime will be identical | ||
| * to `stepsEnvironment.ensure`. | ||
| */ | ||
| readonly ensure: unknown; | ||
| } | ||
@@ -39,0 +49,0 @@ /** |
+6
-6
| { | ||
| "name": "@autometa/runner", | ||
| "version": "1.0.0-rc.1", | ||
| "version": "1.0.0-rc.2", | ||
| "description": "", | ||
@@ -37,8 +37,8 @@ "type": "module", | ||
| "tslib": "^2.6.2", | ||
| "@autometa/executor": "1.0.0-rc.1", | ||
| "@autometa/coordinator": "1.0.0-rc.1", | ||
| "@autometa/cucumber-expressions": "1.0.0-rc.1", | ||
| "@autometa/executor": "1.0.0-rc.2", | ||
| "@autometa/assertions": "1.0.0-rc.2", | ||
| "@autometa/cucumber-expressions": "1.0.0-rc.2", | ||
| "@autometa/scopes": "1.0.0-rc.1", | ||
| "@autometa/assertions": "1.0.0-rc.1", | ||
| "@autometa/injection": "1.0.0-rc.1" | ||
| "@autometa/coordinator": "1.0.0-rc.2", | ||
| "@autometa/injection": "1.0.0-rc.2" | ||
| }, | ||
@@ -45,0 +45,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
504906
1.14%4834
1.09%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed