buildstamp
Advanced tools
Comparing version 3.2.0 to 3.3.0
{ | ||
"name": "buildstamp", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "Buildstamp JS/TS API", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
import { IBuildstamp, IBuildstampOptions, IBuildstampOptionsNormalized, IGitInfo } from './interface'; | ||
export declare const normalizeOpts: ({ cwd, output, ci, git, date, extra }?: IBuildstampOptions) => IBuildstampOptionsNormalized; | ||
export declare const buildstamp: (opts?: IBuildstampOptions) => Promise<IBuildstamp>; | ||
export declare const getGitInfo: (cwd: string) => Promise<IGitInfo>; | ||
export declare const getCommitBranch: (cwd: string, env: Record<string, string | undefined>) => Promise<string>; | ||
export declare const getGitInfo: (cwd: string, env: Record<string, string | undefined>) => Promise<IGitInfo>; | ||
export declare const getCIInfo: (env: Record<string, string | undefined>) => { | ||
@@ -6,0 +7,0 @@ ci_run_id: string | undefined; |
@@ -15,2 +15,3 @@ export interface IBuildstampOptionsNormalized { | ||
export interface IGitInfo { | ||
git_commit_branch: string; | ||
git_commit_id: string; | ||
@@ -17,0 +18,0 @@ git_repo_url: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28270
112