@arcgis/api-extractor 4.33.0-next.123 → 4.33.0-next.125
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/dist/apiJson.d.ts +0 -5
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/apiJson.d.ts
CHANGED
|
@@ -1078,11 +1078,6 @@ export type ApiFunctionLike = {
|
|
|
1078
1078
|
* with custom-elements-manifest.
|
|
1079
1079
|
*/
|
|
1080
1080
|
export type ApiPrivacy = "private" | "protected" | "public";
|
|
1081
|
-
/**
|
|
1082
|
-
* @remarks
|
|
1083
|
-
* Not used by `@arcgis/api-extractor`. Preserved in typings for compatibility
|
|
1084
|
-
* with custom-elements-manifest.
|
|
1085
|
-
*/
|
|
1086
1081
|
export type ApiDemo = {
|
|
1087
1082
|
/**
|
|
1088
1083
|
* A markdown description of the demo.
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import a from "typescript";
|
|
2
2
|
import { path as x } from "@arcgis/components-build-utils";
|
|
3
3
|
import { mappedFind as m } from "@arcgis/components-utils";
|
|
4
|
-
const h = "@arcgis/api-extractor", g = "4.33.0-next.
|
|
4
|
+
const h = "@arcgis/api-extractor", g = "4.33.0-next.125", j = (e) => e.kind === "method", A = (e) => e.kind === "field";
|
|
5
5
|
function v(e, s) {
|
|
6
6
|
const t = e.path.split("/"), n = t.pop(), i = t.join("/"), o = s.path.split("/"), c = o.pop(), r = o.join("/");
|
|
7
7
|
return i === r ? n < c ? -1 : 1 : i.startsWith(r) ? 1 : r.startsWith(i) || i < r ? -1 : 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/api-extractor",
|
|
3
|
-
"version": "4.33.0-next.
|
|
3
|
+
"version": "4.33.0-next.125",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
],
|
|
15
15
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@arcgis/components-build-utils": "4.33.0-next.
|
|
18
|
-
"@arcgis/components-utils": "4.33.0-next.
|
|
17
|
+
"@arcgis/components-build-utils": "4.33.0-next.125",
|
|
18
|
+
"@arcgis/components-utils": "4.33.0-next.125",
|
|
19
19
|
"tslib": "^2.8.1",
|
|
20
20
|
"typescript": "~5.8.3"
|
|
21
21
|
}
|