@autometa/test-builder 0.1.9 → 0.1.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @autometa/test-builder
2
2
 
3
+ ## 0.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 53f958e1: Fix: steps not executing onStepEnded event when an error was thrown
8
+ - Updated dependencies [53f958e1]
9
+ - @autometa/scopes@0.2.11
10
+ - @autometa/app@0.1.8
11
+ - @autometa/asserters@0.1.3
12
+ - @autometa/errors@0.1.3
13
+ - @autometa/events@0.1.6
14
+ - @autometa/gherkin@0.4.5
15
+ - @autometa/phrases@0.1.5
16
+ - @autometa/types@0.4.1
17
+
18
+ ## 0.1.10
19
+
20
+ ### Patch Changes
21
+
22
+ - Fix: bad dist published
23
+ - Updated dependencies
24
+ - @autometa/scopes@0.2.10
25
+ - @autometa/app@0.1.7
26
+
3
27
  ## 0.1.9
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autometa/test-builder",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "internal library for autometa",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -26,22 +26,22 @@
26
26
  "tsup": "^7.2.0",
27
27
  "typescript": "^4.9.5",
28
28
  "vitest": "0.33.0",
29
- "tsconfig": "0.7.0",
30
- "eslint-config-custom": "0.6.0"
29
+ "eslint-config-custom": "0.6.0",
30
+ "tsconfig": "0.7.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "@cucumber/cucumber-expressions": "^16.1.2",
34
34
  "zod": "^3.21.4",
35
- "@autometa/app": "^0.1.6",
36
- "@autometa/asserters": "^0.1.2",
37
- "@autometa/errors": "^0.1.2",
38
- "@autometa/gherkin": "^0.4.4",
39
- "@autometa/dto-builder": "^0.10.0",
40
- "@autometa/phrases": "^0.1.4",
41
- "@autometa/scopes": "^0.2.9",
35
+ "@autometa/app": "^0.1.8",
36
+ "@autometa/asserters": "^0.1.3",
42
37
  "@autometa/bind-decorator": "^0.5.0",
43
- "@autometa/types": "^0.4.0",
44
- "@autometa/events": "^0.1.5"
38
+ "@autometa/dto-builder": "^0.10.0",
39
+ "@autometa/errors": "^0.1.3",
40
+ "@autometa/events": "^0.1.6",
41
+ "@autometa/gherkin": "^0.4.5",
42
+ "@autometa/scopes": "^0.2.11",
43
+ "@autometa/phrases": "^0.1.5",
44
+ "@autometa/types": "^0.4.1"
45
45
  },
46
46
  "scripts": {
47
47
  "test": "vitest run --passWithNoTests",