@autometa/jest-executor 0.4.6 → 0.4.8

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @autometa/jest-executor
2
2
 
3
+ ## 0.4.8
4
+
5
+ ### Patch Changes
6
+
7
+ - @autometa/gherkin@0.6.5
8
+ - @autometa/scopes@0.5.5
9
+ - @autometa/test-builder@0.2.6
10
+ - @autometa/events@0.2.17
11
+
12
+ ## 0.4.7
13
+
14
+ ### Patch Changes
15
+
16
+ - @autometa/gherkin@0.6.4
17
+ - @autometa/scopes@0.5.4
18
+ - @autometa/test-builder@0.2.5
19
+ - @autometa/events@0.2.16
20
+
3
21
  ## 0.4.6
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autometa/jest-executor",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,17 +22,17 @@
22
22
  "@typescript-eslint/parser": "^5.54.1",
23
23
  "@vitest/coverage-istanbul": "^0.31.0",
24
24
  "eslint": "^8.37.0",
25
+ "eslint-config-custom": "0.6.0",
25
26
  "eslint-config-prettier": "^8.3.0",
26
27
  "istanbul": "^0.4.5",
27
28
  "jest": "^29.5.0",
28
29
  "rimraf": "^4.1.2",
29
30
  "ts-jest": "^29.1.1",
30
31
  "ts-node": "^10.9.1",
32
+ "tsconfig": " *",
31
33
  "tsup": "^7.2.0",
32
34
  "typescript": "^4.9.5",
33
- "vitest": "0.34.6",
34
- "tsconfig": "0.7.0",
35
- "eslint-config-custom": "0.6.0"
35
+ "vitest": "0.34.6"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@jest/globals": "^29.5.0",
@@ -43,12 +43,12 @@
43
43
  "@autometa/asserters": "^0.1.8",
44
44
  "@autometa/config": "^0.1.21",
45
45
  "@autometa/errors": "^0.2.2",
46
- "@autometa/events": "^0.2.15",
47
- "@autometa/gherkin": "^0.6.3",
48
- "@autometa/scopes": "^0.5.3",
46
+ "@autometa/events": "^0.2.17",
47
+ "@autometa/gherkin": "^0.6.5",
49
48
  "@autometa/injection": "^0.1.1",
50
- "@autometa/types": "^0.4.1",
51
- "@autometa/test-builder": "^0.2.4"
49
+ "@autometa/scopes": "^0.5.5",
50
+ "@autometa/test-builder": "^0.2.6",
51
+ "@autometa/types": "^0.4.1"
52
52
  },
53
53
  "scripts": {
54
54
  "test": "vitest run --passWithNoTests",
@@ -58,5 +58,6 @@
58
58
  "clean": "rimraf dist",
59
59
  "build": "tsup",
60
60
  "build:watch": "tsup --watch"
61
- }
61
+ },
62
+ "readme": "# Introduction\n\nThere's nothing here yet"
62
63
  }
@@ -1,4 +0,0 @@
1
-
2
- > @autometa/jest-executor@0.4.0 lint:fix /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
3
- > eslint . --fix "--max-warnings=0"
4
-
@@ -1,15 +0,0 @@
1
-
2
- > @autometa/jest-executor@0.4.3 test /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
3
- > vitest run --passWithNoTests
4
-
5
-
6
- RUN v0.34.6 /Users/ben.aherne/Documents/GitHub/autometa/packages/jest-executor
7
-
8
- ✓ src/timeout-selector.spec.ts (2 tests) 3ms
9
- ✓ src/executor.spec.ts (15 tests) 7ms
10
-
11
- Test Files 2 passed (2)
12
- Tests 17 passed (17)
13
- Start at 13:23:44
14
- Duration 1.21s (transform 381ms, setup 0ms, collect 1.62s, tests 10ms, environment 0ms, prepare 446ms)
15
-