Skip to content

Commit

Permalink
Fix: apm split
Browse files Browse the repository at this point in the history
  • Loading branch information
NobleMajo committed May 22, 2024
1 parent c518c63 commit ef3bbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hivessh",
"version": "0.3.8",
"version": "0.3.9",
"description": "HiveSsh simplifies SSH2 connections via promise-based task execution on Linux servers with built-in server utilities and powerful command execution functions",
"main": "dist/index.js",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions src/apm/Apm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { AbstractPackage, AbstractPackageManager } from "./ApmInterface.js"
import { initAptApm } from "./apt.js"
import { initDnfApm } from "./dnf.js"
import { initYumApm } from "./yum.js"
export { AbstractPackage, AbstractPackageManager } from "./ApmInterface.js"

export class AbstractPackageManagerWrapper {
type: string
Expand Down

0 comments on commit ef3bbe9

Please sign in to comment.