This commit is contained in:
Alexander Cerutti
2020-09-06 02:11:39 +02:00
parent 3559b41f85
commit 0e10e6a2ba
3 changed files with 9 additions and 6 deletions

View File

@@ -3,14 +3,17 @@
Since every new minor, major or patch version is pushed in the repository with the npm autogenerated commit for version update, a history become needed. Since every new minor, major or patch version is pushed in the repository with the npm autogenerated commit for version update, a history become needed.
The lists won't include the npm autogenerated commit. The lists won't include the npm autogenerated commit.
## 2.0.5 - 05/09/20 ## 2.0.5 - 06/09/20
Replaced deprecated dependencies @hapi/joi with Sideway's joi Replaced deprecated dependencies @hapi/joi with Sideway's joi;
Generic dependencies update;
Generic code improvements (vscode-autofixes included);
Bumped minimum Node.JS supported version to 10 (moved from `util.promisify` approach to `fs.promises`);
## 2.0.4 - 14/12/19 ## 2.0.4 - 14/12/19
Typescript strict configuration fixes Typescript strict configuration fixes;
Improved specifications Improved specifications;
## 2.0.3 - 06/12/19 ## 2.0.3 - 06/12/19

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "passkit-generator", "name": "passkit-generator",
"version": "2.0.4", "version": "2.0.5",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "passkit-generator", "name": "passkit-generator",
"version": "2.0.4", "version": "2.0.5",
"description": "The easiest way to generate custom Apple Wallet passes in Node.js", "description": "The easiest way to generate custom Apple Wallet passes in Node.js",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {