@travi/cli 8.0.38 → 8.0.40

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 +2 -2
  2. package/package.json +2 -2
package/bin/travi.js CHANGED
@@ -50,7 +50,7 @@ var updateNotifier__default = /*#__PURE__*/_interopDefaultLegacy(updateNotifier)
50
50
  var name = "@travi/cli";
51
51
  var description = "cli for my various tools";
52
52
  var license = "MIT";
53
- var version = "8.0.38";
53
+ var version = "8.0.40";
54
54
  var engines = {
55
55
  node: "^16.0.0"
56
56
  };
@@ -173,7 +173,7 @@ var devDependencies = {
173
173
  "remark-preset-lint-travi": "4.0.2",
174
174
  "remark-toc": "8.0.1",
175
175
  rimraf: "3.0.2",
176
- rollup: "2.79.0",
176
+ rollup: "2.79.1",
177
177
  "rollup-plugin-auto-external": "2.0.0",
178
178
  "rollup-plugin-babel": "4.4.0",
179
179
  "rollup-plugin-executable": "1.6.3",
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": "8.0.38",
5
+ "version": "8.0.40",
6
6
  "engines": {
7
7
  "node": "^16.0.0"
8
8
  },
@@ -125,7 +125,7 @@
125
125
  "remark-preset-lint-travi": "4.0.2",
126
126
  "remark-toc": "8.0.1",
127
127
  "rimraf": "3.0.2",
128
- "rollup": "2.79.0",
128
+ "rollup": "2.79.1",
129
129
  "rollup-plugin-auto-external": "2.0.0",
130
130
  "rollup-plugin-babel": "4.4.0",
131
131
  "rollup-plugin-executable": "1.6.3",