Skip to content

Commit

Permalink
TECH-1988 revert introduction of node-ssh (#91)
Browse files Browse the repository at this point in the history
Revert changes in #90 and #85 as node-ssh lib causes Webpack issues
  • Loading branch information
baptistegrimaud authored Oct 18, 2024
1 parent 195dad3 commit 7e3a088
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 828 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jahia/cypress",
"version": "3.28.0",
"version": "3.29.0",
"scripts": {
"build": "tsc",
"lint": "eslint src -c .eslintrc.json --ext .ts"
Expand Down Expand Up @@ -32,8 +32,7 @@
"@apollo/client": "^3.4.9",
"cypress-real-events": "^1.11.0",
"graphql": "^15.5.0",
"graphql-tag": "^2.11.0",
"node-ssh": "^13.2.0"
"graphql-tag": "^2.11.0"
},
"packageManager": "[email protected]"
}
49 changes: 0 additions & 49 deletions src/utils/SSHHelper.ts

This file was deleted.

9 changes: 4 additions & 5 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
export * from './ClusterHelper';
export * from './GraphQLHelper';
export * from './JahiaPlatformHelper';
export * from './JCRHelper';
export * from './PublicationAndWorkflowHelper';
export * from './SAMHelper';
export * from './SiteHelper';
export * from './SSHHelper';
export * from './UsersHelper';
export * from './VanityUrlHelper';
export * from './ClusterHelper';
export * from './JahiaPlatformHelper';
export * from './GraphQLHelper';
export * from './SAMHelper';
Loading

0 comments on commit 7e3a088

Please sign in to comment.