🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@autometa/runner

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autometa/runner - npm Package Compare versions

Comparing version
1.0.0-rc.1
to
1.0.0-rc.2
+10
-0
dist/bindings/create-bindings-ts.d.ts

@@ -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