From cc92230380c594279d327cb107d3bf45c2e89094 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Tue, 3 Mar 2020 17:27:45 +0100 Subject: [PATCH] Update the dist --- dist/browser/asciidoctor-kroki.js | 2 +- dist/node/asciidoctor-kroki.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/browser/asciidoctor-kroki.js b/dist/browser/asciidoctor-kroki.js index aff269cb..7ba84e1b 100644 --- a/dist/browser/asciidoctor-kroki.js +++ b/dist/browser/asciidoctor-kroki.js @@ -16050,7 +16050,7 @@ module.exports.register = function register (registry, context = {}) { if (typeof context.contentCatalog !== 'undefined' && typeof context.contentCatalog.addFile === 'function' && typeof context.file !== 'undefined') { context.vfs = require('./antora-adapter')(context.file, context.contentCatalog, context.vfs) } - const names = ['plantuml', 'ditaa', 'graphviz', 'blockdiag', 'seqdiag', 'actdiag', 'nwdiag', 'c4plantuml', 'erd', 'mermaid', 'nomnoml', 'svgbob', 'umlet'] + const names = ['plantuml', 'ditaa', 'graphviz', 'blockdiag', 'seqdiag', 'actdiag', 'nwdiag', 'packetdiag', 'rackdiag', 'c4plantuml', 'erd', 'mermaid', 'nomnoml', 'svgbob', 'umlet', 'vega', 'vegalite'] if (typeof registry.register === 'function') { registry.register(function () { for (let name of names) { diff --git a/dist/node/asciidoctor-kroki.js b/dist/node/asciidoctor-kroki.js index 40090d43..ea2db63e 100644 --- a/dist/node/asciidoctor-kroki.js +++ b/dist/node/asciidoctor-kroki.js @@ -146,7 +146,7 @@ module.exports.register = function register (registry, context = {}) { if (typeof context.contentCatalog !== 'undefined' && typeof context.contentCatalog.addFile === 'function' && typeof context.file !== 'undefined') { context.vfs = require('./antora-adapter')(context.file, context.contentCatalog, context.vfs) } - const names = ['plantuml', 'ditaa', 'graphviz', 'blockdiag', 'seqdiag', 'actdiag', 'nwdiag', 'c4plantuml', 'erd', 'mermaid', 'nomnoml', 'svgbob', 'umlet'] + const names = ['plantuml', 'ditaa', 'graphviz', 'blockdiag', 'seqdiag', 'actdiag', 'nwdiag', 'packetdiag', 'rackdiag', 'c4plantuml', 'erd', 'mermaid', 'nomnoml', 'svgbob', 'umlet', 'vega', 'vegalite'] if (typeof registry.register === 'function') { registry.register(function () { for (let name of names) {