Skip to content

Commit 3bbca04

Browse files
committed
feat: Implement Semrush adapter for API key authentication and domain rank listing, and update moa-cli dependency name.
1 parent 416a0fc commit 3bbca04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@oclif/core": "^4",
1212
"@oclif/plugin-help": "^6",
1313
"@oclif/plugin-plugins": "^5",
14-
"moa-cli-core": "file:../moa-cli-core",
14+
"@promactinfo/moa-cli": "file:../moa-cli-core",
1515
"@inquirer/prompts": "^8.2.0"
1616
},
1717
"devDependencies": {

src/lib/adapters/semrush-adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
import { SaasProvider, AuthManager, createHttpClient, HttpClient } from 'moa-cli-core';
2+
import { SaasProvider, AuthManager, createHttpClient, HttpClient } from '@promactinfo/moa-cli';
33
import * as inquirer from '@inquirer/prompts';
44

55
export class SemrushAdapter implements SaasProvider {

0 commit comments

Comments
 (0)