mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
v2.0.5
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -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.
|
||||
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
|
||||
|
||||
Typescript strict configuration fixes
|
||||
Improved specifications
|
||||
Typescript strict configuration fixes;
|
||||
Improved specifications;
|
||||
|
||||
## 2.0.3 - 06/12/19
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "passkit-generator",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "passkit-generator",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"description": "The easiest way to generate custom Apple Wallet passes in Node.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user