axway-flow-sdk
Advanced tools
Comparing version 3.1.3 to 3.1.4
{ | ||
"name": "axway-flow-sdk", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "SDK for implementing custom flow nodes for API Builder flows", | ||
@@ -67,3 +67,3 @@ "homepage": "https://platform.axway.com", | ||
}, | ||
"gitHead": "1ab8dbf479681b58af7d05ab55f9550686cf7ab2" | ||
"gitHead": "c62cb1347c50bc90ae0361829d5a6b3973e15044" | ||
} |
@@ -407,2 +407,5 @@ # axway-flow-sdk | ||
#### 3.1.4 | ||
- #5709: Internal changes to update eslint rules. | ||
#### 3.1.3 | ||
@@ -409,0 +412,0 @@ - #5707: Internal cleanup to code coverage during build process. |
@@ -28,2 +28,3 @@ const fs = require('fs'); | ||
fs.closeSync(dfd); | ||
// eslint-disable-next-line no-console | ||
console.log(`writing: ${dest}`); | ||
@@ -30,0 +31,0 @@ fs.writeFileSync(dest, data, 'utf8'); |
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
46604
637
429