bundlemon-utils
Advanced tools
Comparing version 0.1.0-rc.1 to 0.1.0-rc.2
"use strict"; | ||
/* istanbul ignore file */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.compressions = void 0; | ||
exports.compressions = ['none', 'gzip']; |
@@ -35,2 +35,3 @@ import { compressions } from './consts'; | ||
baseBranch?: string; | ||
prNumber?: string; | ||
} | ||
@@ -37,0 +38,0 @@ export interface Report extends ReportPayload { |
@@ -1,2 +0,1 @@ | ||
/* istanbul ignore file */ | ||
export const compressions = ['none', 'gzip']; |
@@ -35,2 +35,3 @@ import { compressions } from './consts'; | ||
baseBranch?: string; | ||
prNumber?: string; | ||
} | ||
@@ -37,0 +38,0 @@ export interface Report extends ReportPayload { |
{ | ||
"name": "bundlemon-utils", | ||
"version": "0.1.0-rc.1", | ||
"version": "0.1.0-rc.2", | ||
"description": "", | ||
@@ -20,3 +20,4 @@ "keywords": [], | ||
"prepublishOnly": "yarn test && yarn lint && yarn build", | ||
"lint": "yarn eslint --config ../../.eslintrc.json --max-warnings=0 \"src/**/*.ts\"" | ||
"lint": "yarn eslint --config ../../.eslintrc.json --max-warnings=0 \"src/**/*.ts\"", | ||
"type-check": "tsc --noEmit" | ||
}, | ||
@@ -23,0 +24,0 @@ "dependencies": {}, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21
15311
381
1