@autometa/runner 0.2.14 → 0.2.16

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,12 +1,12 @@
1
1
 
2
- > @autometa/runner@0.2.13 test /Users/ben.aherne/Documents/GitHub/autometa/packages/autometa
2
+ > @autometa/runner@0.2.14 test /Users/ben.aherne/Documents/GitHub/autometa/packages/autometa
3
3
  > vitest run --passWithNoTests
4
4
 
5
5
 
6
6
  RUN v0.29.8 /Users/ben.aherne/Documents/GitHub/autometa/packages/autometa
7
7
 
8
- No test files found, exiting with code 0
9
-
10
8
  include: **/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}
11
9
  exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*
12
10
  watch exclude: **/node_modules/**, **/dist/**
11
+ No test files found, exiting with code 0
12
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @autometa/runner
2
2
 
3
+ ## 0.2.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 5b44aa88: Fix: miscalculated Levenshtein distance when comparing a gherkin step literal to a cucumber expression with a string expression
8
+ - Updated dependencies [5b44aa88]
9
+ - @autometa/cucumber-expressions@0.1.10
10
+ - @autometa/coordinator@0.1.16
11
+ - @autometa/jest-executor@0.1.16
12
+ - @autometa/scopes@0.2.15
13
+ - @autometa/test-builder@0.1.16
14
+
15
+ ## 0.2.15
16
+
17
+ ### Patch Changes
18
+
19
+ - 4af1139a: Fix: fuzzy search for step names prints malformed strings
20
+ - Updated dependencies [4af1139a]
21
+ - @autometa/cucumber-expressions@0.1.9
22
+ - @autometa/coordinator@0.1.15
23
+ - @autometa/jest-executor@0.1.15
24
+ - @autometa/scopes@0.2.14
25
+ - @autometa/test-builder@0.1.15
26
+
3
27
  ## 0.2.14
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autometa/runner",
3
- "version": "0.2.14",
3
+ "version": "0.2.16",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -26,26 +26,26 @@
26
26
  "tsup": "^7.2.0",
27
27
  "typescript": "^4.9.5",
28
28
  "vitest": "^0.29.8",
29
- "eslint-config-custom": "0.6.0",
30
- "tsconfig": "0.7.0"
29
+ "tsconfig": "0.7.0",
30
+ "eslint-config-custom": "0.6.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "@cucumber/cucumber-expressions": "^16.1.2",
34
34
  "colors-cli": "^1.0.32",
35
35
  "@autometa/app": "^0.1.9",
36
- "@autometa/asserters": "^0.1.3",
37
36
  "@autometa/bind-decorator": "^0.5.0",
37
+ "@autometa/asserters": "^0.1.3",
38
38
  "@autometa/config": "^0.1.9",
39
- "@autometa/coordinator": "^0.1.14",
40
- "@autometa/cucumber-expressions": "^0.1.8",
39
+ "@autometa/coordinator": "^0.1.16",
40
+ "@autometa/cucumber-expressions": "^0.1.10",
41
+ "@autometa/datetime": "^0.1.7",
41
42
  "@autometa/events": "^0.1.6",
42
43
  "@autometa/errors": "^0.1.3",
43
- "@autometa/datetime": "^0.1.7",
44
44
  "@autometa/gherkin": "^0.4.5",
45
+ "@autometa/jest-executor": "^0.1.16",
45
46
  "@autometa/phrases": "^0.1.5",
46
- "@autometa/scopes": "^0.2.13",
47
- "@autometa/test-builder": "^0.1.14",
48
- "@autometa/jest-executor": "^0.1.14",
47
+ "@autometa/scopes": "^0.2.15",
48
+ "@autometa/test-builder": "^0.1.16",
49
49
  "@autometa/types": "^0.4.1"
50
50
  },
51
51
  "scripts": {