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

@autometa/asserters

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autometa/asserters - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+8
-0
CHANGELOG.md
# Gherkin
## 0.1.3
### Patch Changes
- 53f958e1: Fix: steps not executing onStepEnded event when an error was thrown
- Updated dependencies [53f958e1]
- @autometa/errors@0.1.3
## 0.1.2

@@ -4,0 +12,0 @@

+5
-5
{
"name": "@autometa/asserters",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/index.js",

@@ -31,9 +31,9 @@ "module": "dist/esm/index.js",

"vitest": "0.33.0",
"@autometa/types": "0.4.0",
"eslint-config-custom": "0.6.0",
"tsconfig": "0.7.0"
"@autometa/types": "0.4.1",
"tsconfig": "0.7.0",
"eslint-config-custom": "0.6.0"
},
"dependencies": {
"closest-match": "^1.3.3",
"@autometa/errors": "^0.1.2"
"@autometa/errors": "^0.1.3"
},

@@ -40,0 +40,0 @@ "scripts": {