@asciidoctor/core 2.2.8 → 2.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Asciidoctor.js 2.2.8 | MIT | https://github.com/asciidoctor/asciidoctor.js
2
+ * @license Asciidoctor.js 2.2.9 | MIT | https://github.com/asciidoctor/asciidoctor.js
3
3
  */
4
4
  (function(undefined) {
5
5
  // @note
@@ -47072,7 +47072,7 @@ Html5Converter.prototype.convert = function (node, transform, opts) {
47072
47072
  }
47073
47073
 
47074
47074
 
47075
- var ASCIIDOCTOR_JS_VERSION = '2.2.8';
47075
+ var ASCIIDOCTOR_JS_VERSION = '2.2.9';
47076
47076
 
47077
47077
  /**
47078
47078
  * Get Asciidoctor.js version number.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Asciidoctor.js 2.2.8 | MIT | https://github.com/asciidoctor/asciidoctor.js
2
+ Asciidoctor.js 2.2.9 | MIT | https://github.com/asciidoctor/asciidoctor.js
3
3
  */
4
4
  var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(b){var t=0;return function(){return t<b.length?{done:!1,value:b[t++]}:{done:!0}}};$jscomp.arrayIterator=function(b){return{next:$jscomp.arrayIteratorImpl(b)}};$jscomp.makeIterator=function(b){var t="undefined"!=typeof Symbol&&Symbol.iterator&&b[Symbol.iterator];return t?t.call(b):$jscomp.arrayIterator(b)};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;
5
5
  $jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(b,t,B){b!=Array.prototype&&b!=Object.prototype&&(b[t]=B.value)};$jscomp.getGlobal=function(b){return"undefined"!=typeof window&&window===b?b:"undefined"!=typeof global&&null!=global?global:b};$jscomp.global=$jscomp.getGlobal(this);
@@ -1480,4 +1480,4 @@ Opal.Asciidoctor.Converter.Base;Opal.Asciidoctor.ConverterFactory=h;var aa=Opal.
1480
1480
  })},k=function(a,b,c,d,f){"undefined"===typeof a[c]&&("function"===typeof a[d]?b[c]=a[d]:f&&(b[c]=f))},c=function(a){"function"!==typeof a["$respond_to?"]&&(a["$respond_to?"]=function(a){return"function"===typeof this[a]})};if("function"===typeof a){var m=t(ca,a.constructor.name,{initialize:function(b,h){var l=new a(b,h);Object.assign(this,l);d(l,this);for(var e=Object.getOwnPropertyNames(a.prototype),f=0;f<e.length;f++){var m=e[f];"constructor"!==m&&(this[m]=l[m])}"undefined"===typeof l.$convert&&
1481
1481
  "function"===typeof l.convert&&(this.$convert=l.convert);g(l,this);k(l,this,"$composed","composed");c(this);this.super(b,h)}});m.$extend(aa)}else if("object"===typeof a){"undefined"===typeof a.$convert&&"function"===typeof a.convert&&(a.$convert=a.convert);d(a,a);if(a.backend_traits){m=$jscomp.makeIterator("basebackend filetype htmlsyntax outfilesuffix supports_templates supports_templates? init_backend_traits backend_traits".split(" "));for(var p=m.next();!p.done;p=m.next())p=p.value,a["$"+p]=aa.prototype["$"+
1482
1482
  p];a.$$meta=aa}g(a,a);k(a,a,"$composed","composed");h(a,a);l(a,a);c(a);m=a}b=[m].concat(b);return J.$register.apply(J,b)};h.getDefault=function(a){return this.$default(a)};h.prototype.create=function(a,b){return this.$create(a,q(b))};h.getRegistry=function(){return g(J.$registry())};h.for=function(a){a=J.$for(a);return a===Opal.nil?void 0:a};h.unregisterAll=function(){J.DefaultFactory.$$cvars["@@registry"]=q({html5:J.DefaultFactory.$$cvars["@@registry"]["$[]"]("html5")})};h=Opal.Asciidoctor.Converter.Html5Converter;
1483
- Opal.Asciidoctor.Html5Converter=h;h.create=function(){return this.$new()};h.prototype.convert=function(a,b,g){return this.$convert(a,b,g)};Opal.Asciidoctor.prototype.getVersion=function(){return"2.2.8"};return Opal.Asciidoctor});
1483
+ Opal.Asciidoctor.Html5Converter=h;h.create=function(){return this.$new()};h.prototype.convert=function(a,b,g){return this.$convert(a,b,g)};Opal.Asciidoctor.prototype.getVersion=function(){return"2.2.9"};return Opal.Asciidoctor});
@@ -46802,7 +46802,7 @@ Html5Converter.prototype.convert = function (node, transform, opts) {
46802
46802
  }
46803
46803
 
46804
46804
 
46805
- var ASCIIDOCTOR_JS_VERSION = '2.2.8';
46805
+ var ASCIIDOCTOR_JS_VERSION = '2.2.9';
46806
46806
 
46807
46807
  /**
46808
46808
  * Get Asciidoctor.js version number.
@@ -27188,7 +27188,7 @@ Html5Converter.prototype.convert = function (node, transform, opts) {
27188
27188
  }
27189
27189
 
27190
27190
 
27191
- var ASCIIDOCTOR_JS_VERSION = '2.2.8';
27191
+ var ASCIIDOCTOR_JS_VERSION = '2.2.9';
27192
27192
 
27193
27193
  /**
27194
27194
  * Get Asciidoctor.js version number.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asciidoctor/core",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "Asciidoctor - the core library",
5
5
  "main": "dist/node/asciidoctor.js",
6
6
  "browser": "dist/browser/asciidoctor.js",
@@ -67,8 +67,8 @@
67
67
  },
68
68
  "homepage": "https://github.com/asciidoctor/asciidoctor.js",
69
69
  "dependencies": {
70
- "asciidoctor-opal-runtime": "0.3.3",
71
- "unxhr": "1.0.1"
70
+ "asciidoctor-opal-runtime": "0.3.4",
71
+ "unxhr": "~1.2"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@types/node": "17.0.10",
@@ -86,7 +86,7 @@
86
86
  "dot": "1.1.3",
87
87
  "ejs": "3.1.6",
88
88
  "eslint": "8.7.0",
89
- "eslint-config-standard": "^16.0.3",
89
+ "eslint-config-standard": "^17.1.0",
90
90
  "eslint-plugin-import": "^2.25.4",
91
91
  "handlebars": "4.7.7",
92
92
  "http-server": "14.1.0",