@travi/cli 16.1.0 → 16.1.1

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/travi.js +4 -4
  2. package/package.json +4 -4
package/bin/travi.js CHANGED
@@ -57,7 +57,7 @@ import { scaffold as scaffold$9 } from '@form8ion/add-package-to-monorepo';
57
57
  var name = "@travi/cli";
58
58
  var description = "cli for my various tools";
59
59
  var license = "MIT";
60
- var version = "16.1.0";
60
+ var version = "16.1.1";
61
61
  var type = "module";
62
62
  var engines = {
63
63
  node: "^22.21.0 || >=24.12"
@@ -72,7 +72,7 @@ var bin = {
72
72
  var scripts = {
73
73
  test: "npm-run-all --print-label --parallel lint:* --parallel test:*",
74
74
  "lint:engines": "ls-engines",
75
- "lint:gherkin": "gherkin-lint",
75
+ "lint:gherkin": "gplint --config .gplintrc.json",
76
76
  "lint:js": "eslint . --cache",
77
77
  "lint:js:fix": "run-s 'lint:js -- --fix'",
78
78
  "lint:lockfile": "lockfile-lint",
@@ -128,7 +128,7 @@ var dependencies = {
128
128
  "@form8ion/jest-scaffolder": "2.0.0",
129
129
  "@form8ion/jetbrains": "1.1.4",
130
130
  "@form8ion/lerna": "3.0.0",
131
- "@form8ion/lift": "12.0.0-beta.5",
131
+ "@form8ion/lift": "12.0.0-beta.6",
132
132
  "@form8ion/mdx-deck": "1.1.2",
133
133
  "@form8ion/mocha-scaffolder": "6.1.1",
134
134
  "@form8ion/nuxt": "2.0.0",
@@ -179,8 +179,8 @@ var devDependencies = {
179
179
  "deep-equal": "2.2.3",
180
180
  execa: "9.6.1",
181
181
  "get-bin-path": "11.0.1",
182
- "gherkin-lint": "4.2.4",
183
182
  globstar: "1.0.0",
183
+ gplint: "2.5.2",
184
184
  "http-status-codes": "2.3.0",
185
185
  husky: "9.1.7",
186
186
  "import-fresh": "4.0.0",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@travi/cli",
3
3
  "description": "cli for my various tools",
4
4
  "license": "MIT",
5
- "version": "16.1.0",
5
+ "version": "16.1.1",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^22.21.0 || >=24.12"
@@ -17,7 +17,7 @@
17
17
  "scripts": {
18
18
  "test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
19
19
  "lint:engines": "ls-engines",
20
- "lint:gherkin": "gherkin-lint",
20
+ "lint:gherkin": "gplint --config .gplintrc.json",
21
21
  "lint:js": "eslint . --cache",
22
22
  "lint:js:fix": "run-s 'lint:js -- --fix'",
23
23
  "lint:lockfile": "lockfile-lint",
@@ -73,7 +73,7 @@
73
73
  "@form8ion/jest-scaffolder": "2.0.0",
74
74
  "@form8ion/jetbrains": "1.1.4",
75
75
  "@form8ion/lerna": "3.0.0",
76
- "@form8ion/lift": "12.0.0-beta.5",
76
+ "@form8ion/lift": "12.0.0-beta.6",
77
77
  "@form8ion/mdx-deck": "1.1.2",
78
78
  "@form8ion/mocha-scaffolder": "6.1.1",
79
79
  "@form8ion/nuxt": "2.0.0",
@@ -124,8 +124,8 @@
124
124
  "deep-equal": "2.2.3",
125
125
  "execa": "9.6.1",
126
126
  "get-bin-path": "11.0.1",
127
- "gherkin-lint": "4.2.4",
128
127
  "globstar": "1.0.0",
128
+ "gplint": "2.5.2",
129
129
  "http-status-codes": "2.3.0",
130
130
  "husky": "9.1.7",
131
131
  "import-fresh": "4.0.0",