mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
1.5.4
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -4,8 +4,19 @@ Since every new minor, major or patch version is pushed in the repository with t
|
||||
The lists won't include the npm autogenerated commit.
|
||||
___
|
||||
|
||||
## 1.5.4
|
||||
|
||||
[ [#1d1f9f9c9](/commit/1d1f9f9c9082d49a5252c4fe8f98e8c8a0a61930) ] - Replaced findIndex for find to get directly the pass type.
|
||||
|
||||
[ [#56da2a390](/commit/b32c2efcd096a29b374cc1c2ff0f8506023c7d5c) ] - Added function assignLength to wrap new objects with length property.
|
||||
|
||||
[ [#56da2a390](/commit/e4b3436b468b196649097e2f4c43b7f44ae1b073) ] - Converted schemas arrow functions to functions and added descriptive comments.
|
||||
|
||||
[ [#56da2a390](/commit/5e4d3b8ca1366fd4b30eeb674665a5ee149be087) ] - Added noop function instead creating new empty functions.
|
||||
|
||||
|
||||
|
||||
___
|
||||
## 1.5.3
|
||||
|
||||
[ [#56da2a390](/commit/56da2a3908c0d54a73288ca13f223a909d997998) ] - Bugfix: when overrides is not passed as option, the pass does not get generated.
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "passkit-generator",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "passkit-generator",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"description": "The easiest way to generate custom Apple Wallet passes in Node.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user