@codecov/bundler-plugin-core
Advanced tools
Comparing version 0.0.1-beta.11 to 0.0.1-beta.12
@@ -15,2 +15,3 @@ import { UnpluginOptions, UnpluginContextMeta } from 'unplugin'; | ||
build: z.ZodOptional<z.ZodString>; | ||
compareSha: z.ZodOptional<z.ZodString>; | ||
pr: z.ZodOptional<z.ZodString>; | ||
@@ -22,2 +23,3 @@ sha: z.ZodOptional<z.ZodString>; | ||
build?: string | undefined; | ||
compareSha?: string | undefined; | ||
pr?: string | undefined; | ||
@@ -29,2 +31,3 @@ sha?: string | undefined; | ||
build?: string | undefined; | ||
compareSha?: string | undefined; | ||
pr?: string | undefined; | ||
@@ -46,2 +49,3 @@ sha?: string | undefined; | ||
build?: string | undefined; | ||
compareSha?: string | undefined; | ||
pr?: string | undefined; | ||
@@ -61,2 +65,3 @@ sha?: string | undefined; | ||
build?: string | undefined; | ||
compareSha?: string | undefined; | ||
pr?: string | undefined; | ||
@@ -230,2 +235,4 @@ sha?: string | undefined; | ||
build?: string; | ||
/** Specify the compare SHA manually. **GH Actions only**. */ | ||
compareSha?: string; | ||
/** Specify the pull request number manually. */ | ||
@@ -232,0 +239,0 @@ pr?: string; |
{ | ||
"name": "@codecov/bundler-plugin-core", | ||
"version": "0.0.1-beta.11", | ||
"version": "0.0.1-beta.12", | ||
"description": "Official Codecov Bundler Plugin Core", | ||
@@ -5,0 +5,0 @@ "author": "Codecov", |
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
399924
578