Skip to content

Commit 0911c98

Browse files
committed
feat: Add Meta adapter for SaasProvider integration, bumping package version and updating the core CLI dependency name.
1 parent 2b37ac5 commit 0911c98

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@promactinfo/moa-plugin-meta",
33
"description": "MoA plugin for Meta",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "Chintan Shah",
66
"bin": {
77
"meta": "./bin/run.js"
@@ -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/meta-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 MetaAdapter implements SaasProvider {

0 commit comments

Comments
 (0)