@travi/cli 9.1.5 → 9.1.6
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 +2 -2
- package/package.json +2 -2
package/bin/travi.js
CHANGED
|
@@ -44,7 +44,7 @@ var addPackageToMonorepo = require('@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 = "9.1.
|
|
47
|
+
var version = "9.1.6";
|
|
48
48
|
var engines = {
|
|
49
49
|
node: "^16.13.0"
|
|
50
50
|
};
|
|
@@ -173,7 +173,7 @@ var devDependencies = {
|
|
|
173
173
|
"rollup-plugin-executable": "1.6.3",
|
|
174
174
|
"rollup-plugin-json": "4.0.0",
|
|
175
175
|
sinon: "14.0.2",
|
|
176
|
-
testdouble: "3.16.
|
|
176
|
+
testdouble: "3.16.8",
|
|
177
177
|
"unist-util-find": "1.0.2"
|
|
178
178
|
};
|
|
179
179
|
var snyk = true;
|
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": "9.1.
|
|
5
|
+
"version": "9.1.6",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^16.13.0"
|
|
8
8
|
},
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"rollup-plugin-executable": "1.6.3",
|
|
132
132
|
"rollup-plugin-json": "4.0.0",
|
|
133
133
|
"sinon": "14.0.2",
|
|
134
|
-
"testdouble": "3.16.
|
|
134
|
+
"testdouble": "3.16.8",
|
|
135
135
|
"unist-util-find": "1.0.2"
|
|
136
136
|
},
|
|
137
137
|
"snyk": true
|