@oclif/core 1.20.1 → 1.20.2

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.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.table = void 0;
4
4
  const F = require("../../flags");
5
- const screen_1 = require("@oclif/screen");
5
+ const screen_1 = require("../../screen");
6
6
  const chalk = require("chalk");
7
7
  const util_1 = require("../../util");
8
8
  const js_yaml_1 = require("js-yaml");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oclif/core",
3
3
  "description": "base library for oclif CLIs",
4
- "version": "1.20.1",
4
+ "version": "1.20.2",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/core/issues",
7
7
  "dependencies": {