@puls-atlas/cli
Version:
The Puls Atlas CLI tool for managing Atlas projects
8 lines • 358 B
JavaScript
import { authenticateWithGoogleArtifactRegistry } from '../../utils/npm.js';
export const createNpmAuthHandler = (dependencies = {}) => {
const {
authenticateWithGoogleArtifactRegistryImpl = authenticateWithGoogleArtifactRegistry
} = dependencies;
return () => authenticateWithGoogleArtifactRegistryImpl();
};
export default createNpmAuthHandler();