@eximchain/api-types
Advanced tools
Comparing version 1.0.4 to 1.1.0
{ | ||
"name": "@eximchain/api-types", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "Shared types used across Eximchain APIs", | ||
@@ -9,5 +9,7 @@ "main": "build/index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "tsc", | ||
"build": "tsc && typedoc && touch docs/build/.nojekyll && echo \"include:\n - \"_*_.html\"\n - \"_*_.*.html\"\" >> docs/build/config.yml", | ||
"dev": "tsc --watch", | ||
"prepare": "npm run build" | ||
"deployDocs": "npm run build; npx gh-pages -d docs/build -t", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run deployDocs" | ||
}, | ||
@@ -25,4 +27,5 @@ "author": "John O'Sullivan <john@eximchain.com>", | ||
"@types/node": "^12.12.8", | ||
"typedoc": "^0.15.0", | ||
"typescript": "^3.7.2" | ||
} | ||
} |
@@ -21,3 +21,11 @@ { | ||
"typeRoots": ["./node_modules/@types"] | ||
}, | ||
"typedocOptions": { | ||
"mode": "modules", | ||
"out": "docs/build", | ||
"categorizeByGroup": true, | ||
"exclude": ["spec/**/index.ts"], | ||
"theme" : "docs/themeoverride", | ||
"excludeNotExported" : false | ||
} | ||
} |
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
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
65479
42
1371
0
3