Comparing version 1.2.12 to 1.2.13
@@ -0,1 +1,8 @@ | ||
## [1.2.13](https://github.com/flovogt/test-lib/compare/v1.2.12...v1.2.13) (2019-07-12) | ||
### Bug Fixes | ||
* api generation ([073c300](https://github.com/flovogt/test-lib/commit/073c300)) | ||
## [1.2.12](https://github.com/flovogt/test-lib/compare/v1.2.11...v1.2.12) (2019-07-12) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "nop-lib", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"license": "Apache-2.0", | ||
@@ -22,3 +22,4 @@ "description": "The Test-Lib", | ||
"prepublishOnly": "node ./scripts/builder.js", | ||
"printVersion": "node --print process.env.npm_package_version" | ||
"printVersion": "node --print process.env.npm_package_version", | ||
"docs:prepare": "node ./scripts/prepareDocs.js" | ||
}, | ||
@@ -25,0 +26,0 @@ "files": [ |
/** | ||
* @version 1.2.12 | ||
* @version 1.2.13 | ||
* @param {*} o | ||
@@ -5,0 +5,0 @@ */ |
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
16173