@travi/cli 13.0.16 → 13.0.17

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 +6 -6
  2. package/package.json +6 -6
package/bin/travi.js CHANGED
@@ -51,7 +51,7 @@ import { scaffold as scaffold$9 } from '@form8ion/add-package-to-monorepo';
51
51
  var name = "@travi/cli";
52
52
  var description = "cli for my various tools";
53
53
  var license = "MIT";
54
- var version = "13.0.16";
54
+ var version = "13.0.17";
55
55
  var type = "module";
56
56
  var engines = {
57
57
  node: "^18.19.0 || ^20.6.1 || >=22"
@@ -81,7 +81,7 @@ var scripts = {
81
81
  prepare: "husky install",
82
82
  "lint:gherkin": "gherkin-lint",
83
83
  "test:integration": "run-s 'test:integration:base -- --profile noWip'",
84
- "test:integration:base": "NODE_OPTIONS=\"--loader=testdouble --enable-source-maps\" DEBUG=any cucumber-js test/integration",
84
+ "test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
85
85
  "test:integration:debug": "DEBUG=nock.* run-s test:integration",
86
86
  "test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
87
87
  "test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
@@ -156,9 +156,9 @@ var devDependencies = {
156
156
  "@travi/eslint-config": "5.0.11",
157
157
  "@travi/eslint-config-cucumber": "1.0.6",
158
158
  c8: "10.1.2",
159
- chai: "5.1.1",
159
+ chai: "5.1.2",
160
160
  "clear-module": "4.1.2",
161
- "commitlint-config-travi": "1.4.50",
161
+ "commitlint-config-travi": "1.4.51",
162
162
  "cross-env": "7.0.3",
163
163
  "cz-conventional-changelog": "3.3.0",
164
164
  "deep-equal": "2.2.3",
@@ -173,8 +173,8 @@ var devDependencies = {
173
173
  "ls-engines": "0.9.3",
174
174
  "mdast-util-from-markdown": "2.0.1",
175
175
  "mock-fs": "5.4.0",
176
- msw: "2.4.11",
177
- "npm-run-all2": "6.2.4",
176
+ msw: "2.5.0",
177
+ "npm-run-all2": "7.0.1",
178
178
  publint: "0.2.11",
179
179
  "remark-cli": "12.0.1",
180
180
  "remark-preset-lint-travi": "6.0.5",
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": "13.0.16",
5
+ "version": "13.0.17",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^18.19.0 || ^20.6.1 || >=22"
@@ -32,7 +32,7 @@
32
32
  "prepare": "husky install",
33
33
  "lint:gherkin": "gherkin-lint",
34
34
  "test:integration": "run-s 'test:integration:base -- --profile noWip'",
35
- "test:integration:base": "NODE_OPTIONS=\"--loader=testdouble --enable-source-maps\" DEBUG=any cucumber-js test/integration",
35
+ "test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
36
36
  "test:integration:debug": "DEBUG=nock.* run-s test:integration",
37
37
  "test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
38
38
  "test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
@@ -107,9 +107,9 @@
107
107
  "@travi/eslint-config": "5.0.11",
108
108
  "@travi/eslint-config-cucumber": "1.0.6",
109
109
  "c8": "10.1.2",
110
- "chai": "5.1.1",
110
+ "chai": "5.1.2",
111
111
  "clear-module": "4.1.2",
112
- "commitlint-config-travi": "1.4.50",
112
+ "commitlint-config-travi": "1.4.51",
113
113
  "cross-env": "7.0.3",
114
114
  "cz-conventional-changelog": "3.3.0",
115
115
  "deep-equal": "2.2.3",
@@ -124,8 +124,8 @@
124
124
  "ls-engines": "0.9.3",
125
125
  "mdast-util-from-markdown": "2.0.1",
126
126
  "mock-fs": "5.4.0",
127
- "msw": "2.4.11",
128
- "npm-run-all2": "6.2.4",
127
+ "msw": "2.5.0",
128
+ "npm-run-all2": "7.0.1",
129
129
  "publint": "0.2.11",
130
130
  "remark-cli": "12.0.1",
131
131
  "remark-preset-lint-travi": "6.0.5",