@brightsec/cli 13.9.0-next.21 → 13.9.0-next.23

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/dist/index.js +1 -1
  2. package/package.json +1 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightsec/cli",
3
- "version": "13.9.0-next.21",
3
+ "version": "13.9.0-next.23",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -162,11 +162,6 @@
162
162
  "prepare": "is-ci || husky install",
163
163
  "start": "node -r ts-node/register/transpile-only -r tsconfig-paths/register src/index.ts"
164
164
  },
165
- "overrides": {
166
- "ts-node": {
167
- "diff": "8.0.3"
168
- }
169
- },
170
165
  "brightCli": {
171
166
  "distribution": "npm"
172
167
  }