@autometa/jest-executor 0.1.4 → 0.1.5

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.1.3 test /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
2
+ > @autometa/jest-executor@0.1.4 test /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
3
3
  > vitest run --passWithNoTests
4
4
 
5
5
 
6
6
  RUN v0.29.8 /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
7
7
 
8
8
  ✓ src/timeout-selector.spec.ts (2 tests) 2ms
9
- ✓ src/executor.spec.ts (15 tests) 42ms
9
+ ✓ src/executor.spec.ts (15 tests) 8ms
10
10
 
11
11
  Test Files 2 passed (2)
12
12
  Tests 17 passed (17)
13
- Start at 15:45:56
14
- Duration 2.02s (transform 375ms, setup 0ms, collect 1.87s, tests 44ms)
13
+ Start at 14:08:15
14
+ Duration 654ms (transform 106ms, setup 0ms, collect 609ms, tests 10ms)
15
15
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @autometa/jest-executor
2
2
 
3
+ ## 0.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 4a16497d: fix(scopes): hooks not executing without tag expressions
8
+ - Updated dependencies [4a16497d]
9
+ - @autometa/scopes@0.2.5
10
+ - @autometa/app@0.1.4
11
+ - @autometa/test-builder@0.1.5
12
+ - @autometa/config@0.1.4
13
+
3
14
  ## 0.1.4
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autometa/jest-executor",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -39,14 +39,14 @@
39
39
  "jest": "^29.5.0"
40
40
  },
41
41
  "dependencies": {
42
- "@autometa/app": "^0.1.3",
43
- "@autometa/asserters": "^0.1.1",
44
- "@autometa/config": "^0.1.3",
45
42
  "@autometa/errors": "^0.1.1",
43
+ "@autometa/asserters": "^0.1.1",
44
+ "@autometa/app": "^0.1.4",
46
45
  "@autometa/events": "^0.1.2",
47
46
  "@autometa/gherkin": "^0.4.2",
48
- "@autometa/scopes": "^0.2.4",
49
- "@autometa/test-builder": "^0.1.4",
47
+ "@autometa/config": "^0.1.4",
48
+ "@autometa/test-builder": "^0.1.5",
49
+ "@autometa/scopes": "^0.2.5",
50
50
  "@autometa/types": "^0.4.0"
51
51
  },
52
52
  "scripts": {