atris 3.46.0 → 3.46.1

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/lib/ci-runner.js +0 -1
  2. package/package.json +1 -1
package/lib/ci-runner.js CHANGED
@@ -383,7 +383,6 @@ async function runCiRunner(options, dependencies = {}) {
383
383
  }
384
384
 
385
385
  module.exports = {
386
- appendUsageLine,
387
386
  buildJitConfigRequest,
388
387
  formatUsageSummary,
389
388
  parseRunnerArgs,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atris",
3
- "version": "3.46.0",
3
+ "version": "3.46.1",
4
4
  "description": "you say what you want in plain words. atris builds it, checks it, and shows you proof.",
5
5
  "main": "bin/atris.js",
6
6
  "bin": {