Skip to content

Commit

Permalink
build(deploy): expose functions
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTheHun committed Sep 3, 2024
1 parent 33baae9 commit aff107f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
CouchbaseClusterChangeUpdateIndex,
} from './types.js';

export async function applyClusterChanges(
export async function applyCouchbaseClusterChanges(
cluster: Cluster,
apiConfig: CouchbaseHttpApiConfig,
changes: CouchbaseClusterChange[]
Expand Down
3 changes: 3 additions & 0 deletions packages/deploy/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './clusterChanges/types.js';
export * from './clusterChanges/getCouchbaseClusterChanges.js';
export * from './clusterChanges/applyCouchbaseClusterChanges.js';

0 comments on commit aff107f

Please sign in to comment.