node-mailjet
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -5,2 +5,11 @@ # Changelog | ||
### [5.0.1](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v5.0.0...v5.0.1) (2022-06-30) | ||
### Build changes | ||
* Add standard-version updater for README ([e615ff7](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/e615ff7cf7a07f224a4f542422b1c3bbd20179f7)) | ||
* Add VersionBump script ([f2ed676](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/f2ed676134cd1dcf091fe766b7c76b2c12e625a4)) | ||
* Move standard-version config from package.json to .versionrc.js ([122e4a5](https://github.com/mailjet/mailjet-apiv3-nodejs/commits/122e4a5c7975773e891591cf4f3431a0e7cd77e1)) | ||
## [5.0.0](https://github.com/mailjet/mailjet-apiv3-nodejs/compare/v4.0.1...v5.0.0) (2022-06-24) | ||
@@ -7,0 +16,0 @@ |
@@ -153,22 +153,4 @@ import { IClientParams } from './IClient'; | ||
readonly contributors: string[]; | ||
readonly "standard-version": { | ||
commitUrlFormat: string; | ||
compareUrlFormat: string; | ||
types: ({ | ||
type: string; | ||
section: string; | ||
hidden?: undefined; | ||
} | { | ||
type: string; | ||
hidden: boolean; | ||
section?: undefined; | ||
})[]; | ||
scripts: { | ||
prerelease: string; | ||
postchangelog: string; | ||
posttag: string; | ||
}; | ||
}; | ||
}>; | ||
} | ||
export default Client; |
@@ -15,2 +15,2 @@ /*! | ||
/*! node-mailjet v5.0.0 */ | ||
/*! node-mailjet v5.0.1 */ |
@@ -1,1 +0,1 @@ | ||
/*! node-mailjet v5.0.0 */ | ||
/*! node-mailjet v5.0.1 */ |
{ | ||
"name": "node-mailjet", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "node-mailjet", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"main": "./mailjet.node.js", | ||
@@ -5,0 +5,0 @@ "browser": "./mailjet.web.js", |
@@ -13,3 +13,3 @@ [mailjet]: http://www.mailjet.com | ||
[![Build Status](https://travis-ci.org/mailjet/mailjet-apiv3-nodejs.svg?branch=master)](https://travis-ci.org/mailjet/mailjet-apiv3-nodejs) | ||
![Current Version](https://img.shields.io/badge/version-5.0.0-green.svg) | ||
![Current Version](https://img.shields.io/badge/version-5.0.1-green.svg) | ||
@@ -16,0 +16,0 @@ ## Overview |
@@ -1,1 +0,1 @@ | ||
5.0.0 | ||
5.0.1 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1311585
1554