@arcgis/api-extractor 5.1.0-next.47 → 5.1.0-next.48

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
- import { l as H, a as se, e as Re, p as fe } from "./typeScript-BCBqtG1U.js";
2
- import { a as be, o as Me, t as Ge, b as De, c as Le, e as Oe, p as Ne, d as Be, f as _, i as me, g as We, h as Ue, j as ze, k as je, n as He, r as Je } from "./worker-CKujOVlC.js";
1
+ import { l as H, a as se, e as Re, p as fe } from "./typeScript-DCBqR1IC.js";
2
+ import { a as be, o as Me, t as Ge, b as De, c as Le, e as Oe, p as Ne, d as Be, f as _, i as me, g as We, h as Ue, j as ze, k as je, n as He, r as Je } from "./worker-BjRgyZKQ.js";
3
3
  import { getViewUrl as Ve, postProcessDeprecated as ee, postProcessDescription as G, postProcessDocsTags as V, resolveJsDocLink as Xe } from "./extractor/processing/links.js";
4
4
  import E from "typescript";
5
5
  import { path as N, toPosixPathSeparators as Ye } from "@arcgis/components-build-utils";
@@ -1,8 +1,8 @@
1
- import "../typeScript-BCBqtG1U.js";
2
- import "../worker-CKujOVlC.js";
1
+ import "../typeScript-DCBqR1IC.js";
2
+ import "../worker-BjRgyZKQ.js";
3
3
  import "./processing/links.js";
4
4
  import "typescript";
5
- import { A as x } from "../ApiExtractor-CrJQGjr8.js";
5
+ import { A as x } from "../ApiExtractor-DOKOsxvb.js";
6
6
  import "@arcgis/toolkit/function";
7
7
  export {
8
8
  x as ApiExtractor
@@ -1,6 +1,6 @@
1
1
  import "@arcgis/components-build-utils";
2
- import "../typeScript-BCBqtG1U.js";
3
- import { l as n, m as A, r as C } from "../worker-CKujOVlC.js";
2
+ import "../typeScript-DCBqR1IC.js";
3
+ import { l as n, m as A, r as C } from "../worker-BjRgyZKQ.js";
4
4
  import "./processing/links.js";
5
5
  import "typescript";
6
6
  import "fs/promises";
@@ -2,7 +2,7 @@ import { findPath as v, path as C, toSystemPathSeparators as y } from "@arcgis/c
2
2
  import t from "typescript";
3
3
  import E, { supportsColorStderr as S } from "chalk";
4
4
  import { styleText as w } from "util";
5
- const P = "@arcgis/api-extractor", D = "5.1.0-next.47", N = {
5
+ const P = "@arcgis/api-extractor", D = "5.1.0-next.48", N = {
6
6
  name: P,
7
7
  version: D
8
8
  };
@@ -1,6 +1,6 @@
1
- import { l as O, m as J } from "../worker-CKujOVlC.js";
2
- import { A as S, w as T } from "../ApiExtractor-CrJQGjr8.js";
3
- import { p as A, l as C } from "../typeScript-BCBqtG1U.js";
1
+ import { l as O, m as J } from "../worker-BjRgyZKQ.js";
2
+ import { A as S, w as T } from "../ApiExtractor-DOKOsxvb.js";
3
+ import { p as A, l as C } from "../typeScript-DCBqR1IC.js";
4
4
  import { writeFile as M } from "node:fs/promises";
5
5
  import { path as w } from "@arcgis/components-build-utils";
6
6
  const N = A.name;
@@ -1,6 +1,6 @@
1
1
  import "@arcgis/components-build-utils";
2
2
  import "typescript";
3
- import { b as t } from "../typeScript-BCBqtG1U.js";
3
+ import { b as t } from "../typeScript-DCBqR1IC.js";
4
4
  export {
5
5
  t as loadTypeScriptConfig
6
6
  };
@@ -1,5 +1,5 @@
1
1
  import { path as $e, existsAsync as Qt, getCwd as Pi, retrievePackageJson as lt, toPosixPathSeparators as xi } from "@arcgis/components-build-utils";
2
- import { b as Ri, p as Di, l as Li } from "./typeScript-BCBqtG1U.js";
2
+ import { b as Ri, p as Di, l as Li } from "./typeScript-DCBqR1IC.js";
3
3
  import { getDefaultBasePath as Yt, buildViewUrl as Ii, getViewUrl as Ge } from "./extractor/processing/links.js";
4
4
  import o from "typescript";
5
5
  import "fs/promises";
@@ -2156,7 +2156,7 @@ function so(e, t) {
2156
2156
  {
2157
2157
  name: "example",
2158
2158
  text: `\`\`\`js
2159
- const ${n} = document.querySelector("${e.tagName}");
2159
+ const ${n} = document.createElement("${e.tagName}");
2160
2160
  document.body.append(${n});
2161
2161
  await ${n}.componentOnReady();
2162
2162
  console.log("${e.tagName} is ready to go!");
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@arcgis/api-extractor",
3
- "version": "5.1.0-next.47",
3
+ "version": "5.1.0-next.48",
4
+ "description": "Documentation engine for WebGIS SDK packages",
4
5
  "type": "module",
5
6
  "main": "dist/index.cjs",
6
7
  "module": "dist/index.js",
@@ -53,8 +54,8 @@
53
54
  "chalk": "^5.4.1",
54
55
  "commander": "^14.0.0",
55
56
  "tslib": "^2.8.1",
56
- "@arcgis/toolkit": "5.1.0-next.47",
57
- "@arcgis/components-build-utils": "5.1.0-next.47"
57
+ "@arcgis/components-build-utils": "5.1.0-next.48",
58
+ "@arcgis/toolkit": "5.1.0-next.48"
58
59
  },
59
60
  "peerDependencies": {
60
61
  "typescript": "~5.9.3",