@autometa/jest-executor 0.5.0 → 0.5.2

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.
@@ -1,15 +1,15 @@
1
1
 
2
- > @autometa/jest-executor@0.4.17 test /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
2
+ > @autometa/jest-executor@0.5.1 test /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
3
3
  > vitest run --passWithNoTests
4
4
 
5
5
 
6
6
  RUN v1.4.0 /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
7
7
 
8
- ✓ src/timeout-selector.spec.ts (2 tests) 3ms
9
- ✓ src/executor.spec.ts (15 tests) 8ms
8
+ ✓ src/timeout-selector.spec.ts (2 tests) 2ms
9
+ ✓ src/executor.spec.ts (15 tests) 9ms
10
10
 
11
11
  Test Files 2 passed (2)
12
12
  Tests 17 passed (17)
13
- Start at 21:38:51
14
- Duration 2.24s (transform 721ms, setup 0ms, collect 3.03s, tests 11ms, environment 0ms, prepare 452ms)
13
+ Start at 18:24:28
14
+ Duration 5.24s (transform 2.06s, setup 0ms, collect 4.93s, tests 11ms, environment 0ms, prepare 1.98s)
15
15
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @autometa/jest-executor
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c9cc41c]
8
+ - @autometa/test-builder@0.3.2
9
+ - @autometa/gherkin@0.6.12
10
+ - @autometa/events@0.2.24
11
+ - @autometa/scopes@0.6.2
12
+
13
+ ## 0.5.1
14
+
15
+ ### Patch Changes
16
+
17
+ - be770fc: fix: title interpolation for outlines and their steps
18
+ - Updated dependencies [be770fc]
19
+ - @autometa/gherkin@0.6.11
20
+ - @autometa/events@0.2.23
21
+ - @autometa/scopes@0.6.1
22
+ - @autometa/test-builder@0.3.1
23
+
3
24
  ## 0.5.0
4
25
 
5
26
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autometa/jest-executor",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -32,8 +32,8 @@
32
32
  "tsup": "^7.2.0",
33
33
  "typescript": "^4.9.5",
34
34
  "vitest": "1.4.0",
35
- "tsconfig": "0.7.0",
36
- "eslint-config-custom": "0.6.0"
35
+ "eslint-config-custom": "0.6.0",
36
+ "tsconfig": "0.7.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@jest/globals": "^29.5.0",
@@ -41,16 +41,16 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@cucumber/tag-expressions": "^5.0.1",
44
+ "@autometa/asserters": "^0.1.8",
45
+ "@autometa/errors": "^0.2.2",
46
+ "@autometa/events": "^0.2.24",
47
+ "@autometa/gherkin": "^0.6.12",
48
+ "@autometa/scopes": "^0.6.2",
49
+ "@autometa/test-builder": "^0.3.2",
50
+ "@autometa/types": "^0.4.1",
44
51
  "@autometa/app": "^0.3.4",
45
52
  "@autometa/config": "^0.1.23",
46
- "@autometa/errors": "^0.2.2",
47
- "@autometa/events": "^0.2.22",
48
- "@autometa/gherkin": "^0.6.10",
49
- "@autometa/scopes": "^0.6.0",
50
- "@autometa/asserters": "^0.1.8",
51
- "@autometa/injection": "^0.1.3",
52
- "@autometa/test-builder": "^0.3.0",
53
- "@autometa/types": "^0.4.1"
53
+ "@autometa/injection": "^0.1.3"
54
54
  },
55
55
  "scripts": {
56
56
  "test": "vitest run --passWithNoTests",