@krlwlfrt/omeco
Advanced tools
Comparing version 0.6.0 to 1.0.0
{ | ||
"name": "@krlwlfrt/omeco", | ||
"version": "0.6.0", | ||
"version": "1.0.0", | ||
"description": "OData metadata converter", | ||
@@ -16,24 +16,24 @@ "repository": { | ||
"dependencies": { | ||
"@krlwlfrt/tsg": "0.10.0", | ||
"@krlwlfrt/tsg": "1.0.0", | ||
"@types/xml2js": "0.4.11", | ||
"commander": "9.4.0", | ||
"commander": "10.0.0", | ||
"xml2js": "0.4.23" | ||
}, | ||
"devDependencies": { | ||
"@krlwlfrt/otpc": "0.5.1", | ||
"@testdeck/mocha": "0.2.1", | ||
"@types/mocha": "10.0.0", | ||
"@types/node": "18.7.23", | ||
"@typescript-eslint/eslint-plugin": "5.38.1", | ||
"@typescript-eslint/parser": "5.38.1", | ||
"@krlwlfrt/otpc": "1.0.0", | ||
"@testdeck/mocha": "0.3.3", | ||
"@types/mocha": "10.0.1", | ||
"@types/node": "18.14.2", | ||
"@typescript-eslint/eslint-plugin": "5.54.0", | ||
"@typescript-eslint/parser": "5.54.0", | ||
"conventional-changelog-cli": "2.2.2", | ||
"eslint": "8.24.0", | ||
"mocha": "10.0.0", | ||
"eslint": "8.35.0", | ||
"mocha": "10.2.0", | ||
"node-plantuml": "0.9.0", | ||
"nyc": "15.1.0", | ||
"prepend-file-cli": "1.0.6", | ||
"rimraf": "3.0.2", | ||
"rimraf": "4.1.2", | ||
"ts-node": "10.9.1", | ||
"typedoc": "0.23.15", | ||
"typescript": "4.8.4" | ||
"typedoc": "0.23.26", | ||
"typescript": "4.9.5" | ||
}, | ||
@@ -46,3 +46,3 @@ "peerDependencies": { | ||
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'", | ||
"documentation": "typedoc --out docs --readme README.md src/extract.ts", | ||
"documentation": "typedoc --out docs --readme README.md src/index.ts", | ||
"lint": "eslint src --ext .ts", | ||
@@ -53,3 +53,4 @@ "prepublishOnly": "npm ci && npm run build && npm test", | ||
"test": "nyc mocha --require ts-node/register 'test/**/*.spec.ts'", | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md", | ||
"clean": "rm -rf package-lock.json node_modules" | ||
}, | ||
@@ -56,0 +57,0 @@ "bin": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
71531
1
+ Added@krlwlfrt/tsg@1.0.0(transitive)
+ Addedcommander@10.0.0(transitive)
- Removed@krlwlfrt/tsg@0.10.0(transitive)
- Removedcommander@9.4.0(transitive)
Updated@krlwlfrt/tsg@1.0.0
Updatedcommander@10.0.0