@dazn/chaos-squirrel-attack-memory-background
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [0.8.0](https://github.com/getndazn/chaos-squirrel/compare/v0.7.0...v0.8.0) (2020-08-24) | ||
### Features | ||
* switch to using ES6 exports instead of CommonJS style ([3639a5d](https://github.com/getndazn/chaos-squirrel/commit/3639a5da2c43b4f1a304e33b66349ab3fb4ee90d)) | ||
### BREAKING CHANGES | ||
* will break all require calls | ||
# [0.7.0](https://github.com/getndazn/chaos-squirrel/compare/v0.6.0...v0.7.0) (2020-08-24) | ||
@@ -8,0 +24,0 @@ |
@@ -1,5 +0,5 @@ | ||
interface BackgroundMemoryAttackOptions { | ||
export interface BackgroundMemoryAttackOptions { | ||
size?: number; | ||
} | ||
declare class BackgroundMemoryAttack { | ||
export default class BackgroundMemoryAttack { | ||
static configure(opts: BackgroundMemoryAttackOptions): () => BackgroundMemoryAttack; | ||
@@ -12,2 +12,1 @@ size: number; | ||
} | ||
export = BackgroundMemoryAttack; |
@@ -5,2 +5,3 @@ "use strict"; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const child_process_1 = require("child_process"); | ||
@@ -29,2 +30,2 @@ const buffer_1 = __importDefault(require("buffer")); | ||
} | ||
module.exports = BackgroundMemoryAttack; | ||
exports.default = BackgroundMemoryAttack; |
{ | ||
"name": "@dazn/chaos-squirrel-attack-memory-background", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Chaos Squirrel - Attack - Background Memory usage", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@dazn/chaos-squirrel-attack-memory": "^0.7.0" | ||
"@dazn/chaos-squirrel-attack-memory": "^0.8.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "2a914f49fc2c1fd455223f21432ec5ee6190ba47" | ||
"gitHead": "419799defafab35e98adde6e7110d80025f74943" | ||
} |
4771
+ Added@dazn/chaos-squirrel-attack-memory@0.8.0(transitive)
- Removed@dazn/chaos-squirrel-attack-memory@0.7.0(transitive)