Comparing version 2.0.1 to 2.0.2
@@ -12,3 +12,3 @@ #!/usr/bin/env node | ||
commander_1.default | ||
.version('2.0.0') | ||
.version('2.0.1') | ||
.usage('[options]') | ||
@@ -15,0 +15,0 @@ .option('-i, --input [string]', 'input file') |
{ | ||
"name": "tplant", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Typescript to PlantUML", | ||
"keywords": [ | ||
"Class Diagram", | ||
"plantuml", | ||
"typescript", | ||
"uml" | ||
], | ||
"homepage": "https://github.com/bafolts/tplant#readme", | ||
"bugs": { | ||
"url": "https://github.com/bafolts/tplant/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/bafolts/tplant.git" | ||
}, | ||
"license": "ISC", | ||
"author": "Brian Folts", | ||
"contributors": [ | ||
"Marcos V. Rubido <me@marcosvrs.com> (https://marcosvrs.com/)" | ||
], | ||
"files": [ | ||
"dist/*.js" | ||
], | ||
"main": "dist/index.js", | ||
@@ -10,2 +32,11 @@ "types": "dist/index.d.ts", | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"build:dev": "tsc --sourceMap -w", | ||
"lint": "tslint -p .", | ||
"lint:fix": "tslint -p . --fix", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm test && npm run lint", | ||
"test": "npm run build && mocha" | ||
}, | ||
"dependencies": { | ||
@@ -18,29 +49,7 @@ "commander": "^2.19.0", | ||
"@types/glob": "^7.1.1", | ||
"@types/node": "^10.12.15", | ||
"@types/node": "^10.12.18", | ||
"mocha": "^5.2.0", | ||
"tslint": "^5.11.0", | ||
"tslint": "^5.12.1", | ||
"tslint-microsoft-contrib": "^6.0.0" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"build:dev": "tsc --sourceMap -w", | ||
"test": "tsc && mocha" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/bafolts/tplant.git" | ||
}, | ||
"keywords": [ | ||
"plantuml", | ||
"typescript", | ||
"uml", | ||
"Class Diagram" | ||
], | ||
"author": "Brian Folts", | ||
"contributors": ["Marcos V. Rubido <me@marcosvrs.com> (https://marcosvrs.com/)"], | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/bafolts/tplant/issues" | ||
}, | ||
"homepage": "https://github.com/bafolts/tplant#readme" | ||
} | ||
} |
@@ -9,3 +9,4 @@ # tplant | ||
``` | ||
./bin/tplant.js -i sample/SubClass.ts | ||
npm install --global tplant | ||
tplant --input sample/Classes/Greeter.ts > sample/Classes/Greeter.puml | ||
``` | ||
@@ -12,0 +13,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14
1
55711
7
422