passkit-generator
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -7,4 +7,8 @@ # Changelog | ||
___ | ||
## 1.6.1 + 1.6.2 | ||
## 1.6.1 --> 1.6.3 | ||
[ Subsequent commits ] | ||
Fixes to problems in 1.6.1 | ||
[ [#baf096c38](/commit/baf096c38067aae0ec459487db865851531f97b2) ] | ||
@@ -11,0 +15,0 @@ |
{ | ||
"name": "passkit-generator", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "The easiest way to generate custom Apple Wallet passes in Node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -71,3 +71,3 @@ const fs = require("fs"); | ||
const buffersPromise = this._remoteResources.reduce(async (acc, current) => { | ||
const buffersPromise = await this._remoteResources.reduce(async (acc, current) => { | ||
try { | ||
@@ -104,3 +104,3 @@ const response = await got(current[0], { encoding: null }); | ||
// list without localization files (they will be added later in the flow) | ||
const bundle = noDynList.filter(f => !f.includes(".lproj")); | ||
let bundle = noDynList.filter(f => !f.includes(".lproj")); | ||
@@ -107,0 +107,0 @@ // Localization folders only |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110919