@tinymce/moxiedoc
Advanced tools
Comparing version 0.1.1-rc.20211012064113176.sha54570ae to 0.2.0-feature.20220218023639432.sha18493e1
@@ -9,2 +9,5 @@ # Changelog | ||
### Added | ||
- New `antora` template for generating AsciiDoc API documentation for use in Antora. | ||
## 0.1.0 - 2021-10-12 | ||
@@ -11,0 +14,0 @@ |
@@ -9,3 +9,3 @@ #! /usr/bin/env node | ||
commander_1.program | ||
.version('0.1.0') | ||
.version('0.2.0') | ||
.usage('[options] <dir ...>') | ||
@@ -12,0 +12,0 @@ .option('-o, --out <path>', 'output path, default: out') |
{ | ||
"name": "@tinymce/moxiedoc", | ||
"version": "0.1.1-rc.20211012064113176.sha54570ae", | ||
"version": "0.2.0-feature.20220218023639432.sha18493e1", | ||
"description": "A tool for generating API documentation", | ||
@@ -15,3 +15,3 @@ "author": "Tiny Technologies, Inc", | ||
"prepublishOnly": "yarn build", | ||
"copy-templates": "cd src && cp --parents templates/**/*.handlebars ../dist/ && cd ../", | ||
"copy-templates": "cd src && rsync -R templates/**/*.handlebars ../dist/ && cd ../", | ||
"build": "tsc && yarn copy-templates", | ||
@@ -18,0 +18,0 @@ "lint": "eslint src/**/*.ts", |
@@ -79,3 +79,3 @@ import { Api } from './api'; | ||
this.parser.on('parse', function () { | ||
this.parser.on('parse', function (this: Parser) { | ||
ignoreFile = false; | ||
@@ -82,0 +82,0 @@ Reporter.info('Parsing file:', this.info.filePath); |
@@ -11,3 +11,3 @@ #! /usr/bin/env node | ||
program | ||
.version('0.1.0') | ||
.version('0.2.0') | ||
.usage('[options] <dir ...>') | ||
@@ -14,0 +14,0 @@ .option('-o, --out <path>', 'output path, default: out') |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
350848
140
6720
16