Skip to content

Commit

Permalink
Merge pull request #1370 from sasjs/issue-1367
Browse files Browse the repository at this point in the history
fix(verbose-mode): used fixed @sasjs/adapter
  • Loading branch information
YuryShkoda authored Aug 17, 2023
2 parents 751a282 + 340503a commit 0ee67da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"access": "public"
},
"dependencies": {
"@sasjs/adapter": "4.9.0",
"@sasjs/adapter": "4.9.1",
"@sasjs/core": "4.46.3",
"@sasjs/lint": "2.3.1",
"@sasjs/utils": "3.4.0",
Expand Down
1 change: 0 additions & 1 deletion src/commands/add/addTarget.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import axios from 'axios'
import { Target, ServerType } from '@sasjs/utils/types'
import { TargetScope } from '../../types/targetScope'
import {
Expand Down

0 comments on commit 0ee67da

Please sign in to comment.