@krlwlfrt/omeco
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -0,1 +1,5 @@ | ||
## [0.4.1](https://gitlab.com/krlwlfrt/omeco/compare/v0.4.0...v0.4.1) (2021-02-22) | ||
# [0.4.0](https://gitlab.com/krlwlfrt/omeco/compare/v0.3.0...v0.4.0) (2021-02-22) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@krlwlfrt/omeco", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "OData metadata converter", | ||
@@ -49,3 +49,3 @@ "repository": { | ||
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'", | ||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src", | ||
"documentation": "typedoc --out docs --readme README.md --listInvalidSymbolLinks src", | ||
"prepublishOnly": "npm ci && npm run build", | ||
@@ -57,4 +57,3 @@ "test": "nyc mocha --require ts-node/register 'test/**/*.spec.ts'", | ||
"preversion": "npm run prepublishOnly", | ||
"push": "git push && git push origin \"v$npm_package_version\"", | ||
"typedoc": "typedoc --includeDeclarations --mode modules --out docs --readme README.md --listInvalidSymbolLinks src" | ||
"push": "git push && git push origin \"v$npm_package_version\"" | ||
}, | ||
@@ -61,0 +60,0 @@ "bin": { |
Sorry, the diff of this file is too big to display
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
234142