Skip to content

Commit

Permalink
Update the dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Mar 3, 2020
1 parent 1b6e63f commit cc92230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/browser/asciidoctor-kroki.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion dist/node/asciidoctor-kroki.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit cc92230

Please sign in to comment.