axway-flow-sdk
Advanced tools
Comparing version 3.1.5 to 3.1.6
{ | ||
"name": "axway-flow-sdk", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "SDK for implementing custom flow nodes for API Builder flows", | ||
@@ -56,6 +56,5 @@ "homepage": "https://platform.axway.com", | ||
"build": "npm run clean && npm run build:dev && npm run check:dependencies", | ||
"build:dev": "npm run build:lint && npm run test && npm run build:readme", | ||
"build:dev": "npm run build:lint && npm run test", | ||
"build:lint": "eslint .", | ||
"build:lint:fix": "eslint . --fix", | ||
"build:readme": "node-readme && shx mv README.md README.hbs && jsdoc2md --template README.hbs src/index.js > README.md && shx rm -rf README.hbs", | ||
"clean": "shx rm -rf coverage", | ||
@@ -68,3 +67,3 @@ "test": "nyc mocha ./test", | ||
}, | ||
"gitHead": "04ab4f59b25e7b734fef0c63ee6e9b5508ba7ce9" | ||
"gitHead": "6e926ec9eeedefb580722a7f7d862d8e95d8903d" | ||
} |
@@ -407,4 +407,7 @@ # axway-flow-sdk | ||
#### 3.1.6 | ||
- #5708: Internal changes to get rid of generating readme if unnecesarry. | ||
#### 3.1.5 | ||
- #5708: Updated mocha configuration | ||
- #5708: Updated mocha configuration. | ||
@@ -411,0 +414,0 @@ #### 3.1.4 |
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
435
46539