bundlemon-utils
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -61,2 +61,3 @@ import { Compression, DiffChange, FailReason, Status } from './consts'; | ||
prNumber?: string; | ||
commitMsg?: string; | ||
} | ||
@@ -63,0 +64,0 @@ export interface CommitRecord extends CommitRecordPayload { |
@@ -61,2 +61,3 @@ import { Compression, DiffChange, FailReason, Status } from './consts'; | ||
prNumber?: string; | ||
commitMsg?: string; | ||
} | ||
@@ -63,0 +64,0 @@ export interface CommitRecord extends CommitRecordPayload { |
{ | ||
"name": "bundlemon-utils", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -14,2 +14,5 @@ "keywords": [], | ||
}, | ||
"engines": { | ||
"node": ">=14.16" | ||
}, | ||
"main": "./lib/cjs/index.js", | ||
@@ -16,0 +19,0 @@ "module": "./lib/esm/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31785
802