@travi/cli 16.1.0 → 16.1.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.
- package/bin/travi.js +6 -6
- package/package.json +6 -6
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.
|
|
60
|
+
var version = "16.1.2";
|
|
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": "
|
|
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",
|
|
@@ -114,7 +114,7 @@ var config = {
|
|
|
114
114
|
var dependencies = {
|
|
115
115
|
"@form8ion/add-package-to-monorepo": "13.0.1",
|
|
116
116
|
"@form8ion/cli-core": "1.1.0",
|
|
117
|
-
"@form8ion/core": "
|
|
117
|
+
"@form8ion/core": "5.0.0-beta.8",
|
|
118
118
|
"@form8ion/cucumber-scaffolder": "5.9.0",
|
|
119
119
|
"@form8ion/cypress-scaffolder": "4.0.0",
|
|
120
120
|
"@form8ion/dependabot-scaffolder": "3.0.0",
|
|
@@ -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.
|
|
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",
|
|
@@ -190,7 +190,7 @@ var devDependencies = {
|
|
|
190
190
|
"mdast-util-from-markdown": "2.0.3",
|
|
191
191
|
"mock-fs": "5.5.0",
|
|
192
192
|
msw: "2.14.6",
|
|
193
|
-
"npm-run-all2": "9.0.
|
|
193
|
+
"npm-run-all2": "9.0.1",
|
|
194
194
|
publint: "0.3.21",
|
|
195
195
|
"remark-cli": "12.0.1",
|
|
196
196
|
"remark-preset-lint-travi": "6.0.8",
|
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.
|
|
5
|
+
"version": "16.1.2",
|
|
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": "
|
|
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",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@form8ion/add-package-to-monorepo": "13.0.1",
|
|
61
61
|
"@form8ion/cli-core": "1.1.0",
|
|
62
|
-
"@form8ion/core": "
|
|
62
|
+
"@form8ion/core": "5.0.0-beta.8",
|
|
63
63
|
"@form8ion/cucumber-scaffolder": "5.9.0",
|
|
64
64
|
"@form8ion/cypress-scaffolder": "4.0.0",
|
|
65
65
|
"@form8ion/dependabot-scaffolder": "3.0.0",
|
|
@@ -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.
|
|
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",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"mdast-util-from-markdown": "2.0.3",
|
|
136
136
|
"mock-fs": "5.5.0",
|
|
137
137
|
"msw": "2.14.6",
|
|
138
|
-
"npm-run-all2": "9.0.
|
|
138
|
+
"npm-run-all2": "9.0.1",
|
|
139
139
|
"publint": "0.3.21",
|
|
140
140
|
"remark-cli": "12.0.1",
|
|
141
141
|
"remark-preset-lint-travi": "6.0.8",
|