@asciidoctor/core 3.0.0-rc.2 → 3.0.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asciidoctor/core",
3
- "version": "3.0.0-rc.2",
3
+ "version": "3.0.0",
4
4
  "description": "Asciidoctor - the core library",
5
5
  "type": "module",
6
6
  "main": "dist/node/asciidoctor.js",
@@ -80,13 +80,13 @@
80
80
  "unxhr": "1.2.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@rollup/plugin-commonjs": "24.0.1",
83
+ "@rollup/plugin-commonjs": "24.1.0",
84
84
  "@rollup/plugin-json": "6.0.0",
85
85
  "@rollup/plugin-replace": "5.0.2",
86
- "@types/node": "18.15.11",
86
+ "@types/node": "18.16.8",
87
87
  "@types/nunjucks": "3.2.2",
88
- "@typescript-eslint/eslint-plugin": "5.57.0",
89
- "@typescript-eslint/parser": "5.57.0",
88
+ "@typescript-eslint/eslint-plugin": "5.59.5",
89
+ "@typescript-eslint/parser": "5.59.5",
90
90
  "bestikk-download": "1.0.0",
91
91
  "bestikk-fs": "1.0.0",
92
92
  "bestikk-log": "0.1.0",
@@ -97,19 +97,19 @@
97
97
  "documentation": "^14.0.0",
98
98
  "dot": "1.1.3",
99
99
  "ejs": "3.1.9",
100
- "eslint": "8.37.0",
100
+ "eslint": "8.40.0",
101
101
  "handlebars": "4.7.7",
102
102
  "http-server": "14.1.1",
103
103
  "mocha": "10.2.0",
104
104
  "mock-http-server": "1.4.5",
105
105
  "module-alias": "2.2.2",
106
- "nunjucks": "3.2.3",
106
+ "nunjucks": "3.2.4",
107
107
  "opal-compiler": "3.0.0",
108
108
  "portfinder": "1.0.32",
109
109
  "pug": "3.0.2",
110
- "puppeteer": "19.8.2",
111
- "rollup": "3.20.2",
112
- "sinon": "15.0.3",
110
+ "puppeteer": "19.11.1",
111
+ "rollup": "3.21.6",
112
+ "sinon": "15.0.4",
113
113
  "standard": "17.0.0",
114
114
  "tsd": "0.28.1",
115
115
  "typescript": "4.9.5"
package/types/index.d.ts CHANGED
@@ -2079,7 +2079,7 @@ type ContentModel = 'compound' | 'simple' | 'verbatim' | 'raw' | 'empty'
2079
2079
 
2080
2080
  /**
2081
2081
  * Get the location in the AsciiDoc source where this block begins.
2082
- * @returns the style for this block
2082
+ * @returns the location in the AsciiDoc source where this block begins
2083
2083
  */
2084
2084
  getSourceLocation(): Cursor;
2085
2085