find-cypress-specs 1.41.0 → 1.41.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.
Files changed (2) hide show
  1. package/bin/find.js +1 -1
  2. package/package.json +2 -2
package/bin/find.js CHANGED
@@ -202,7 +202,7 @@ if (args['--test-counts']) {
202
202
  changedSpecs.length,
203
203
  true,
204
204
  )} changed: ${changedSpecs.join(', ')}`
205
- core.summary.addRaw(summary).write
205
+ core.summary.addRaw(summary).write()
206
206
  }
207
207
 
208
208
  if (args['--count']) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "find-cypress-specs",
3
- "version": "1.41.0",
3
+ "version": "1.41.2",
4
4
  "description": "Find Cypress spec files using the config settings",
5
5
  "main": "src",
6
6
  "files": [
@@ -75,7 +75,7 @@
75
75
  "pluralize": "^8.0.0",
76
76
  "require-and-forget": "^1.0.1",
77
77
  "shelljs": "^0.8.5",
78
- "spec-change": "^1.9.0",
78
+ "spec-change": "^1.10.0",
79
79
  "ts-node": "^10.9.1"
80
80
  }
81
81
  }