@travi/cli 12.0.2 → 12.0.4

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
@@ -44,7 +44,7 @@ import { scaffold as scaffold$u } from '@form8ion/add-package-to-monorepo';
44
44
  var name = "@travi/cli";
45
45
  var description = "cli for my various tools";
46
46
  var license = "MIT";
47
- var version = "12.0.2";
47
+ var version = "12.0.4";
48
48
  var type = "module";
49
49
  var engines = {
50
50
  node: "^18.17 || >=20.6.1"
@@ -142,7 +142,7 @@ var dependencies = {
142
142
  var devDependencies = {
143
143
  "@cucumber/cucumber": "9.5.1",
144
144
  "@form8ion/core": "3.2.1",
145
- "@rollup/plugin-node-resolve": "15.2.1",
145
+ "@rollup/plugin-node-resolve": "15.2.2",
146
146
  "@travi/any": "3.0.0",
147
147
  "@travi/eslint-config": "4.0.5",
148
148
  "@travi/eslint-config-cucumber": "1.0.6",
@@ -164,7 +164,7 @@ var devDependencies = {
164
164
  "mdast-util-from-markdown": "2.0.0",
165
165
  "mock-fs": "5.2.0",
166
166
  nock: "13.3.3",
167
- "npm-run-all2": "6.0.6",
167
+ "npm-run-all2": "6.1.1",
168
168
  publint: "0.2.3",
169
169
  "remark-cli": "12.0.0",
170
170
  "remark-preset-lint-travi": "6.0.3",
@@ -174,7 +174,7 @@ var devDependencies = {
174
174
  "rollup-plugin-auto-external": "2.0.0",
175
175
  "rollup-plugin-executable": "1.6.3",
176
176
  "rollup-plugin-json": "4.0.0",
177
- sinon: "16.0.0",
177
+ sinon: "16.1.0",
178
178
  testdouble: "3.19.0",
179
179
  "unist-util-find": "3.0.0",
180
180
  vitest: "0.34.6"
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": "12.0.2",
5
+ "version": "12.0.4",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^18.17 || >=20.6.1"
@@ -100,7 +100,7 @@
100
100
  "devDependencies": {
101
101
  "@cucumber/cucumber": "9.5.1",
102
102
  "@form8ion/core": "3.2.1",
103
- "@rollup/plugin-node-resolve": "15.2.1",
103
+ "@rollup/plugin-node-resolve": "15.2.2",
104
104
  "@travi/any": "3.0.0",
105
105
  "@travi/eslint-config": "4.0.5",
106
106
  "@travi/eslint-config-cucumber": "1.0.6",
@@ -122,7 +122,7 @@
122
122
  "mdast-util-from-markdown": "2.0.0",
123
123
  "mock-fs": "5.2.0",
124
124
  "nock": "13.3.3",
125
- "npm-run-all2": "6.0.6",
125
+ "npm-run-all2": "6.1.1",
126
126
  "publint": "0.2.3",
127
127
  "remark-cli": "12.0.0",
128
128
  "remark-preset-lint-travi": "6.0.3",
@@ -132,7 +132,7 @@
132
132
  "rollup-plugin-auto-external": "2.0.0",
133
133
  "rollup-plugin-executable": "1.6.3",
134
134
  "rollup-plugin-json": "4.0.0",
135
- "sinon": "16.0.0",
135
+ "sinon": "16.1.0",
136
136
  "testdouble": "3.19.0",
137
137
  "unist-util-find": "3.0.0",
138
138
  "vitest": "0.34.6"